Posts in Category: terminal

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

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

MarkLn - MarkDown editor for the Terminal

MarkLn - MarkDown editor for the Terminal

Posted on 5th Oct 2025

Recently i found the Textual library for Python, which awesome! In a few hours i was able to create this markdown editor, very easy and very aesthetic! With the given Markdown widgets of the library, making this program was a breeze and very pleasant, as the result satisfies me, in so many ways. I w...

Sync files over HTTP...

Sync files over HTTP...

Posted on 26th May 2025

I use this website/server to store all of my projects and specially my scripts, that i use almost on all of my machines. But because i update them regularly, i needed a way to automate this process a bit, cause login from each machine, to the server and downloading the scripts, isn't easy/quick, spe...