Skip to content

Python commandline template for processing files and directories. Can be used recursively.

License

Notifications You must be signed in to change notification settings

uglygus/cmdline-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmdline-template.py

Python commandline template for processing files and directories. Can be used recursively.

###Usage

	cmdline-template.py [-h] files | dirs
    
    Accepts a mixture of files and folders and recurses into folders passing every file to process_file(filename).


###Options

-r recurse into directories

-h Displays this help message.

About

Python commandline template for processing files and directories. Can be used recursively.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages