Posts in Category: terminal
Posted on
21st Jan 2025
As i showed in a previous post, with fzf, we can also use dmenu as a method to input text. It's not that difficult, but tricky yes. So, with this method, i built a BASH script, to search the Internet with the search engines i prefer, from everywhere i am at the desktop. No need to pull the termi...
Posted on
27th Dec 2024
This is a theme for the whiptail linux tool, that creates menus in the terminal. It's similar to dialog. I made it for a project of mine, but because there aren't many themes out there, i share it for anyone who might find it useful.
whiptail doesn't have a config file for its colors. You hav...
Posted on
26th Dec 2024
As you may know, i have a Hackberry Pi, which has a trackpad. The trackpad it self, is excellent to use in GUI but it has no use at plain TTY terminal, which is what i use most, while operating the Hackberry. So, i had to found a way, to emulate the trackpad movements into keyboard keys, to use in...
Posted on
18th Dec 2024
One of the most useful commands when i used DOS, was deltree. Quickly and easy, deleting large areas of the hard disk, with no point of return... In Linux, there isn't such a command, or perhaps, it's a bit disguised, but never the less, it hasn't the features of the original deltree command or...
Posted on
24th Nov 2024
After PySpecSDR, which is awesome! :) i had to make also a frequency scanner. Because the range in a frequency scanner is usually large, this time i used the framebuffer for graphic display, as a terminal would be too small. And thus... HeatWave created!
All information about it can be found o...