https://github.com/dharmit/tinyutils
Small utils to print Linux system info in a prettier format
https://github.com/dharmit/tinyutils
Last synced: about 1 year ago
JSON representation
Small utils to print Linux system info in a prettier format
- Host: GitHub
- URL: https://github.com/dharmit/tinyutils
- Owner: dharmit
- License: mit
- Created: 2015-05-10T11:00:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T07:34:37.000Z (almost 11 years ago)
- Last Synced: 2025-03-23T00:31:55.944Z (about 1 year ago)
- Language: Python
- Size: 177 KB
- Stars: 4
- Watchers: 7
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
#Tinyutils
This is the initial Documentation about the project **tinyutils**, we appreciate more inputs from community users about the project.
###About
We wish to build a simple utility that gives some basic information about the system. Executing a command with a specific switch should give basic, intuitive information about the system.
The below is the switch table and its expected output
Switch|Output
:-----:|:------------------------:
-n | Network information
-m | Memory information
-s | Disk-Space information
-p | Processor information
Executing the command 'tinyutils' with any of above Switch should give appropriate output. Executing command without any switch should print all the information in a intuitive way for naive users.
>###Example
```
$ tinyutils -n
Connected Networks : [eth0, ip : x.x.x.x]
```
>###Note
* Currently the project is for **Linux Systems** only