Posts in Category: script
Posted on
16th May 2026
What is this?
This is a small script to quick find Firefox bookmarks, in Linux, using DMENU or/and FZF
What you will need...
For this to work, you need to have installed the following:
firefox ;)
sqlite3
dmenu or fzf
How it works...
The trick part of all this to work is the actua...
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...
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,...
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...
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....