Skip to content

Small utils to print Linux system info in a prettier format

License

Notifications You must be signed in to change notification settings

dharmit/tinyutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Small utils to print Linux system info in a prettier format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages