An open API service indexing awesome lists of open source software.

https://github.com/mannasoumya/scanty

Basic Console Client written in Python for Windows
https://github.com/mannasoumya/scanty

client command-line console console-application console-framework console-tool exe python3 windows

Last synced: about 2 months ago
JSON representation

Basic Console Client written in Python for Windows

Awesome Lists containing this project

README

          

# 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:
```console
cat
cd
cls
commands
exit
help
history
ls
lsdir
mkdir
pwd
run
setprompt
```

**Tab completion of arguments**

Press `` for autocompletion of Files

#### TODO:

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

*II: Commands*
```console
cp
mv
grep
rm
.... suggest more here
```

*IV: Refactoring*

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

*Pull requests are welcome*