Posts with Tag: linux

CliPass - TUI Frontend for KeepassXC-cli

CliPass - TUI Frontend for KeepassXC-cli

Posted on 8th May 2026

I was looking for a nice way to handle my passwords, using the terminal, but with no luck. KeepassXC provides a cli tool, but it's almost unusable to use it with all the parameters it has. But the tool it self, is very nice, cause it provides all the means to use it with a frontend... and that's wha...

Get transcription text from Youtube videos

Get transcription text from Youtube videos

Posted on 3rd May 2026

Here is a quick way to get the transcribe of any Youtube video. It will download the text/subtitle in .srt format and remove all empty lines and srt format strings, thus giving you only the text. The text will be printed onto the screen, it doesn't save it to any file. You can pipe the text to any...

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...