Home » 5 Lovely Packages That Will Make Your Terminal Extra Thrilling | Jan, 2023

5 Lovely Packages That Will Make Your Terminal Extra Thrilling | Jan, 2023

by Icecream
0 comment

Many people have used the command-line earlier than. This basic, text-based interface permits you to accomplish all of the nitty gritty duties {that a} GUI is simply not able to. Typically you simply must get into the weeds with the terminal.

Basic command-line information is important for well-rounded builders. It’s best to know your manner round, have the ability to edit information, configure purposes — all of the fundamentals. Nonetheless, it doesn’t should be a black and white, drab expertise. You should use enjoyable, vibrant applications on the command-line that deliver a refreshing aesthetic.

On this article, we’ll have a look at some nifty third-party applications that make utilizing the console extra visually interesting. Whereas pure performance and effectivity might not be the first objective of those applications, they bring about a splash of colour to an in any other case bleak expertise.

The default WTF terminal dashboard.

That is such an superior thought. The WTF dashboard supplies a personalised place for all of your favourite data, proper on the command-line. You possibly can add completely different widgets to the dashboard utilizing a easy configuration file. Consider it like your very personal “desktop”, however for the terminal.

There’s a wholesome ecosystem of plugins for WTF. You possibly can drop in any variety of modules that allow you to monitor different companies and methods. You possibly can see git commits, control Jira tickets and even learn Hacker Information.

There are infinite prospects for dashboards as a result of even when a plugin isn’t out there, you’ll be able to merely write your personal. WTF helps writing customized scripts to gather the info you need.

Take a look at the full checklist of modules on the official web site.

Operating htop on a Macbook Professional.

I’ve written about htop earlier than. That’s as a result of this utility is beautiful and will get quite a lot of publicity. It’s a curses model program that visualizes quite a lot of sources in your system. It’s based mostly on the unique high utility, so viewing course of data is the first operate.

You can even view extra than simply operating processes, although. There may be fundamental reminiscence utilization and a per-core utilization graph that’s elegant (albeit a little bit sluggish).

Monitoring CPU and reminiscence utilization with htop.

This little utility brings a colourful, animated manner of interacting with processes in your machine. I discover that the color-coded columns and rows make sifting via huge lists a lot simpler. Additionally having dynamic colours for when sources are overloaded is tremendous useful.

Utilizing htop may be very simple, have a look close to the underside of this system for the useful utilization information.

Scrolling across the mapscii map.

That is precisely what you assume it’s. An all command-line, interactive ASCII world map. This undertaking makes use of information from OpenStreetMap to construct a surprisingly responsive map fully inside your terminal.

This can be a very bold undertaking. At first look it seems easy, however it’s truly loaded with information. This isn’t a gimmicky toy, it’s truly a helpful map utility. If you happen to’re in a pinch and must reference a map from the CLI that is most likely one of many few initiatives you are able to do it efficiently with.

If putting in this utility isn’t your factor, you’ll be able to even run it through telnet utilizing the next command:

telnet mapscii.me

Head over to the official GitHub for extra.

The default btop terminal dashboard.

One other extraordinarily eye-catching utility. The btop undertaking creates a shocking CLI dashboard with a bunch of information. I discover the animations in btop to look rather more fluid and easy than different initiatives.

btop additionally helps full use of the mouse throughout the dashboard. If you happen to’re extra snug pointing and clicking, then that is the proper possibility for you. The theme neighborhood is extremely energetic and you may tweak nearly any facet of btop you want.

Reference the official GitHub for extra particulars.

The climate in San Francisco from wttr.in.

Final however actually not least is certainly one of my all time favourite methods to examine the climate. Who needs to mess with opening up an online web page or a separate utility simply to see the climate? No, once we’re engaged on the command-line we need to keep there.

So what occurs if you’re deep within the zone and lightning strikes outdoors your window? You examine the climate proper in your terminal utilizing wttr, after all!

Checking the climate in London utilizing wttr.in.

Though this isn’t technically a “program”, it behaves identical to one and has even much less of a footprint. You don’t want something apart from curl for it to work. To make use of wttr simply be sure to have curl put in after which run the next to get your forecast:

curl wttr.in

This may robotically decide your location based mostly on public IP deal with and produce a colourful climate forecast. You possibly can specify a metropolis manually by appending the situation after the URL like this:

curl wttr.in/London

You possibly can tweak the output a number of methods, simply append :assist to the URL and you may see all the extra choices.

The official wttr GitHub is right here.

You may also like

Leave a Comment