Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderrony955/cmdflow-cli
A command-line interface (CLI) tool that provides a wide range of system information and utilities just enterting a specific commands and much more.
https://github.com/coderrony955/cmdflow-cli
cli-app command-line-tool pip python
Last synced: about 2 months ago
JSON representation
A command-line interface (CLI) tool that provides a wide range of system information and utilities just enterting a specific commands and much more.
- Host: GitHub
- URL: https://github.com/coderrony955/cmdflow-cli
- Owner: CoderRony955
- License: mit
- Created: 2024-09-09T13:29:44.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T11:55:47.000Z (5 months ago)
- Last Synced: 2024-09-16T13:33:47.778Z (5 months ago)
- Topics: cli-app, command-line-tool, pip, python
- Language: Python
- Homepage:
- Size: 4.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
```
![cmdflow usecase gif](https://github.com/CoderRony955/cmdflow-CLI/blob/master/cmdflow_imgs/cmdflowuse.gif)
![cmdflow png](https://github.com/CoderRony955/cmdflow-CLI/blob/master/cmdflow_imgs/cpu-usage-test.png)## Available Commands
- `cpu_usage`: Check CPU usage
- `cpu_cores`: Check CPU cores
- `cpu_freq`: Check CPU frequency
- `mem_usage`: Check memory usage
- `my_mem`: Know about your memory
- `disk_usage`: Know about your disk usage
- `boot_time`: Check system boot time
- `ch_battery`: Check battery status
- `sys_process`: Check system processes
- `c_user`: Check current user information
- `net_usage`: Check network usage
- `net_connection`: Know about your network connection
- `internet_con`: Know about your internet connection
- `t?`: Check current time
- `d?`: Check current date
- `day?`: Check current day
- `y?`: Check current year
- `m?`: Check current month
- `c-d?m?Y`: Check current date in dd/mm/yyyy format
- `open_url`: Open a web-based document or application using its URL
- `graph`: Create a scatter chart, plot chart, or stem chart
- `m_table`: Create a table in the terminal
- `cmds`: Display all available commands in a table format
- `c_ascii_text`: Create ASCII text art## Requirements
- [Python 3.x](https://www.python.org/)
- [rich library](https://rich.readthedocs.io/en/stable/introduction.html)
- [pyfiglet library](https://pypi.org/project/pyfiglet/)
- [Matplotlib library](https://matplotlib.org/)## Contributing
Contributions are welcome! If you'd like to add a new feature or command to CMD_FLOW, please fork this repository, make your changes, and submit a pull request.
## License
This project is licensed under the [MIT License](https://github.com/CoderRony955/cmdflow-CLI/blob/master/LICENSE) - see the LICENSE file for details.## Acknowledgments
- [Raunak](https://github.com/CoderRony955) for creating and maintaining CMD_FLOW.
## Thanks for visiting
Happy programming!😊