commandline

I've collected all my useful bash scripts and command aliases into one CLI, but I want more! ( github.com )

So I'm sure we've all spent time writing scripts or figuring out CLIs for that one project we're working on, and then kind of go on to forget what we did. Then, when another project comes along later, you wish you had that script again so you could see how you did that thing you did....

[REQ] ics (vdir) based TUI calendar

I've been using khal for years now, and I like everything about it except that it's written in Python and breaks every nine months when some dependency pulls an Idiot. Then it can take a while for the dev to notice and push out a fix, and a while longer for it to make it out through AUR (no shade; it's FOSS, and I'm grateful for...

One Thing Well ( onethingwell.org )

The person running the site had some had some health issues and hasn't posted an update in 2.5 years. However, there's a mountain of awesome command line tools to discover if you go through the backlogs. The daily updates on this site used to be one of the most delightful parts of my day for a long time and a lot of tools that I...

Zellij 0.41.0 released with its solution for colliding keybindings ( zellij.dev )

The normal complaint new Zellij users have is that it has a lot of keybindings which are likely to conflict with programs like nvim or Helix that use a lot themselves. Before, the workflow was to lock Zellij with ctrl-g which let input go through to the focused shell/program....