#in* /^(\S+):$/ #total /^total (\d+)/ #perms #u+r /^.r/ #u+r /^..w/ #u+x /^...x/ #directory /^d/ #symlink /^l/ #bytes /^\S+\s+\d+\s+\S+\s+\S+\s+(\d+)/ #type: #sourcecode: #C /\.[hc]$/ #Golang /\.go$/ #C++ /\.cc$/ #Python /\.py$/ #IPython /\.ipynb$/ #asm /\.[Ss]$/ /\.asm$/ #Arduino /\.ino$/ #JS /\.js$/ #Scheme /\.scm$/ #Elisp /\.el$/ #sh /\.sh$/ #makefile / [Mm]akefile$/ #ML /\.ml$/ #MLinterface /\.mli$/ #compiled: #pythonbytecode /\.pyc$/ #elispbytecode /\.elc$/ #obj /\.o$/ #compiledml /\.cmo$/ #compiledmlinterface /\.cmi$/ #backup /~$/ #audio: #wav /\.wav$/ #audacity /\.aup$/ /^d.*_data$/ #video: #matroshka /\.mkv$/ #MP4 /\.mp4$/ #AVI /\.avi$/ #3GP /\.3gp$/ #image: #png /\.png$/ #jpeg /\.jpg$/ /\.jpeg$/ #svg /\.svg$/ #document: #text #html /\.html$/ #plain /\.txt$/ / README$/ #markdown /\.md$/ /\.markdown$/ #reStructuredText /\.rst$/ #Epub /\.epub$/ #PDF /\.pdf$/ #TeX /\.tex$/ #TeXDVI /\.dvi$/ #criminalfraud #msword /\.docx$/ #compressed: #tarball /\.tar\.gz$/ /\.tgz$/ #gzip /\.gz$/ #xz /\.xz$/ #bzip2 /\.bz2$/ #Zip /\.zip$/ /\.jar$/ #LZH /\.lzh$/ #3d: #OpenSCAD /\.scad$/ #STL /\.stl$/ #G-code /\.gcode$/ #font #TrueType /\.ttf$/