Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 20, 2021 06:12 pm GMT

Linux CLI tool

I have created a tool for linux called tilux (work in progress) that has multiple scripts you can run.

The idea

I as also many others (probably) as well have a ton of useful scripts for Linux, that just happen to be all over the system and not in one specific folder. So this is where this project comes handy, everything is in one CLI.

The project.

I have included multiple scripts such as. monitoring (cpu, memory etc.), networking (ip pinging and server pinging, system scripts (add alias, clean logs and trash etc.) and many more.

You can the scripts individually from any folder, but to run the CLI you need to be inside the tilux folder. This hopefully will be updated so that you can run it from any folder later.

The CLI is built with Ruby and it calls the scripts that you choose either by using arguments or by running interactively. If you know a better way to call the scripts, feel free to implement it!

Feel free to check out the project. New script ideas are always welcome and stars are appreciated .


Original Link: https://dev.to/endormi/linux-cli-tool-2en3

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To