Skip to content

ashutoshdas96/command_line_parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Command line interface to accomplish various task.

###USE To start it, just type 'python main.py' or 'ipython main.py'

###FEATURES and How-to

  • List out all the files of the given path, of particular extension list -f py /home/kaichogami/codes

  • List out all the folders of the given path list -d /home/kaichogami/Music

  • Search for a particular file search graph.py /home/kaichogami

  • Sort files in ascending or desecinding order sort --ascending /home/kaichogami/test.txt

  • View files for reading cat test.txt

About

A python made command line interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%