Skip to content

Basic Console Client written in Python for Windows

License

Notifications You must be signed in to change notification settings

mannasoumya/scanty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello! scanty is here

A basic Console Client written in Python for Windows

Double-Click on the Executable(scanty.exe) to Run

Source is a single operable file scanty.py.

Currently supported commands:

cat
cd
cls
commands
exit
help
history
ls
lsdir
mkdir
pwd
run
setprompt

Tab completion of arguments

Press <Tab> for autocompletion of Files

TODO:

I: Redirecting standard output to file using the '>' and appending to file using '>>' operator

II: Commands

cp
mv
grep
rm
.... suggest more here

IV: Refactoring

Rewriting using python-prompt-toolkit found here. Maybe console colors someday

Pull requests are welcome