Skip to content

Useful utilities. For starters, fang (find and grep).

Notifications You must be signed in to change notification settings

jimbelton/jools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jools

Useful utilities. For starters, fang (find and grep).

fang (find and grep)

This is the beginning of a new implementation in python. It's free software. So far, here's what it can do:

usage: fang [-h] [-e extension | -f file-pat] [-N] [directory] [pattern]`

List the files in a directory (default .), or the lines of files matching a pattern if specified

positional arguments

argument description
directory directory to list or search (defaults to '.')
pattern pattern to search for (list files by default)

optional arguments

short option long option description
-h --help show this help message and exit
-e extension --extension extension file names must end in the string 'extension'
-f file-pat --file-pat file-pat file name must match the regular expression /file-pat/
-N --no-line-numbers don't include line numbers in output

About

Useful utilities. For starters, fang (find and grep).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published