Posts with Tag: linux

Some of my BASH aliases...

Some of my BASH aliases...

Posted on 29th Mar 2026

Below is some of the aliases i use very often and i don't think i saw them else where. There are many aliases to find on the Net and use, but these are the ones, i am most proud of :) alias l='/usr/bin/ls --color' That simple... typing ls is tyring... so why not just type l? These two,...

CliDrop - Terminal Audio Visualizer

CliDrop - Terminal Audio Visualizer

Posted on 18th Jan 2026

From the age of Winamp and Milkdrop, i really liked seeing visual effects, while listening to music. It seems so, that Milkdrop was something of the past and even if there are some projects that do creates visual fxs, there are not so well known. Perhaps CAVA is more well known than ProjectMSDL....

RegEx helper script...

RegEx helper script...

Posted on 31st Dec 2025

I often find my self, searching for a way to test some RegExs and almost every time, i use an online tool. I searched for a CLI alternative, but found them inadequate for me. Either they need to much dependencies, like external Python libraries or they don't have a good documentation, providing exam...

BASH script to test Terminal capabilities...

BASH script to test Terminal capabilities...

Posted on 15th Nov 2025

Nothing too exciting, but it is something i need, from time to time, to test various terminal emulators and specially the size and the number of colors can be used. It's written in BASH, but i think it will work with other cli interpreters. Just copy/paste the script, make it executable and run it....

Geany 2.x - IDE with LSP...

Geany 2.x - IDE with LSP...

Posted on 8th Oct 2025

Geany is my favorite text editor! I am using it for years and 95% of my scripts/projects are made with it. I like it's simplicity on the outside, but still powerful on the inside. For sure it's not VIM and it doesn't need to be. For me it's exactly what i want, with the only exception, that until...