https://github.com/deepjyoti30/winterm
A Terminal For Windows
https://github.com/deepjyoti30/winterm
file-handling linux-terminal port python3 terminal windows
Last synced: 10 months ago
JSON representation
A Terminal For Windows
- Host: GitHub
- URL: https://github.com/deepjyoti30/winterm
- Owner: deepjyoti30
- License: apache-2.0
- Created: 2018-01-25T17:36:13.000Z (almost 8 years ago)
- Default Branch: Alpha
- Last Pushed: 2018-04-16T12:35:22.000Z (over 7 years ago)
- Last Synced: 2024-05-22T12:35:39.111Z (over 1 year ago)
- Topics: file-handling, linux-terminal, port, python3, terminal, windows
- Language: Python
- Size: 10.9 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinTerm
A Terminal for Windows. Works exactly similar to Terminal in LINUX.
## Prerequisites
1. Python 3.x
2. Windows OS
## Contributing
Please add comments wherever is necessary. Indentation is always appreciated.
## Working Functions
**ls**, **man**, **cd**, **touch**, **rm**, **rmdir**, **mkdir**, **clear**, **mv**, **locate**, **cp**, **grep**, **cat**.
## Functions in Progress
*Those Fuctions which lack a few Options but are usable. (When new functions are being worked on, those are added here)*
## License
This project is licensed under the Apache License Version 2.0 - see the [LICENSE.md](LICENSE) for details.
## Thanks
[Jonathan Hartley](https://github.com/tartley) for [Colorama](https://github.com/tartley/colorama) .
### NOTE
Some syntax may not be exactly same to Linux. Please use ' man [COMMAND] ' to see the syntax.