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

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

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.