████████╗███████╗██████╗ ███╗ ███╗██╗██████╗ ██╗ ██╗
╚══██╔══╝██╔════╝██╔══██╗████╗ ████║██║██╔══██╗╚██╗ ██╔╝
██║ █████╗ ██████╔╝██╔████╔██║██║██████╔╝ ╚████╔╝
██║ ██╔══╝ ██╔══██╗██║╚██╔╝██║██║██╔═══╝ ╚██╔╝
██║ ███████╗██║ ██║██║ ╚═╝ ██║██║██║ ██║
╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝
TermiPy is a simple command-line shell providing essential shell functionalities such as directory navigation, file listing, and command execution. It is designed to be minimal, lightweight, and highly extensible for users looking to interact with their file systems through a custom terminal interface.
- 📂 File and Directory Operations: Navigate directories, list files, create, delete, and rename files/directories.
- 🖥️ Command Execution: Execute shell commands directly through TermiPy.
- 📊 System Resource Monitoring: View real-time CPU, memory, disk, and network usage statistics.
- 🐍 Environment Setup: Set up Python and R environments easily.
- 🌐 Cross-Platform: Works on Linux, macOS, and Windows.
-
Clone the repository or download the script and then install using,
pip install termipy
- Visit here for more info.
-
Run the script using Python 3:
termipy
or
PATH="/usr/bin:/usr/local/bin" termipy
Run TermiPy using the following command:
termipy
If you encounter any PATH issues, you can use:
PATH="/usr/bin:/usr/local/bin" termipy
Visit Documentation here for more detailed usage and examples - https://pr2tik1.github.io/termipy/
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
This project is MIT licensed.
Pratik Kumar
- Website: pr2tik1
- Twitter: @pr2tik1
- Github: @pr2tik1
- LinkedIn: @pratik-kumar
Give a ⭐️ if this project helped you!