📅 April 30, 2020

Bashtop: An Htop Alternative Written in Bash

An Htop Alternative Written in Bash

Here’s a quick post about a cool Linux program ( macOS support coming soon ) called bashtop. It’s a resource monitor that shows usage and stats for processor, memory, disks, network and processes, an alternative to Htop, that’s writte in bash.

The great thing about bashtop being written in bash is that it comes with no real dependencies for running the program and it’s very easy to install. If you’re on Arch and derivates you can install it from the community repo or AUR. If you’re on Debian/Ubuntu and derivates there’s a .deb you can use. Or you can clone repository and just install it that way.

Features:.

  • Fast and responsive UI with UP, DOWN keys process selection.
  • Function for showing detailed stats for selected process.
  • Ability to filter processes.
  • Easy switching between sorting options.
  • Send SIGTERM, SIGKILL, SIGINT to selected process.
  • UI menu for changing all config file options.
  • Auto scaling graph for network usage.
  • Shows message in menu if new version is available
  • Themes

For more info check out the project page on Github.

📅 October 12, 2019

Cool Apps For Your Terminal

a bunch of cool cli terminal apps you can use right now

For some reason, most macOS users avoid the terminal. Some of them don’t even know a shell even exists.

I’m not going into why you’d better off using the terminal, at least for the most common tasks. But I am going to show you some cool and fun cli apps that you can install and use right now. Maybe this will spark your interest.

Jump over the break to check out the apps, in no particular order…

Continue reading “Cool Apps For Your Terminal”