Skip to content

Converts a list of files from a directory or a list in plain text to regex and json formats. Made for quickly generating ignore lists

License

Notifications You must be signed in to change notification settings

gil121983/lsConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lsConvert

Converts a list of files from a directory or a text file to a chosen format

usage: ./lsConv [-f | --file ] [-d | --directory ] [-r | --recursive] [-re | --regex] [-js | --json] [-o | --output ] [-h | --help]

-d, --directory converts files from selected folder, -d

-f, --file converts files listed in a file, -f (supports * wildcard)

-js, --json converts list to json format

-o, --output-file prints converted list to a file, -o

-r, --recursive with -d, list all files in sub-folders

-re, --regex converts list to regex

-h, --help display this help and exit

-v, --version output version information and exit

About

Converts a list of files from a directory or a list in plain text to regex and json formats. Made for quickly generating ignore lists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages