Skip to content

Ganz1285/Py-Shell-Script-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Py-Shell-Script-Parser

simple shell script parser program in python.

This program parse through a given command line by line and categorizes them accordingally into three: Executable commands, files, urls.

EXAMPLE

samtools a.fa > b.fa
python -m pip install -r requirements.txt

will be filtered as

Files:['a.fa','b.fa','requirements.txt'] Exes:['samtools','python'] url:[]

About

simple shell script parser program in python.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages