Posts with Tag: terminal

IceCli - a Start Menu for the terminal

IceCli - a Start Menu for the terminal

Posted on 10th May 2026

It was time... an application launcher for the terminal, that is like the Star Menu of all OSes... fzf is nice, dialog too... but this is something more :) It gives you the feeling that you are in a Linux cli/tui only distro. It's quick, pretty, intuitive to use, works with tmux can be edited...

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

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

TermCell - a terminal CSV editor

TermCell - a terminal CSV editor

Posted on 6th Jan 2026

For a long time i was searching for a CLI tool to edit CSV files. Most of the tools are either viewers, or too complicated, like visicalc. I wanted something more than a viewer, but not so complicated as a spread sheet program. So, here is TermCell. Of course if it wasn't for the Textualize pro...

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