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
- Host: GitHub
- URL: https://github.com/mannasoumya/scanty
- Owner: mannasoumya
- License: mit
- Created: 2021-02-08T17:45:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T11:04:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T01:13:43.183Z (over 1 year ago)
- Topics: client, command-line, console, console-application, console-framework, console-tool, exe, python3, windows
- Language: Python
- Homepage:
- Size: 19.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*