13 Apr 26
A tool that records every single change on the filesystem and apparently allows to restore it.
08 Apr 26
A really nice config panel for Ghostty, a great example of a settings module.
06 Apr 26
The “Works (Almost) Everywhere” Club
-
CTRL + W: delete the word before the cursor -
CTRL + U: cut everything from the cursor to the beginning of the line -
CTRL + Y: to paste (“yank”) contents into prompt -
CTRL + A: jump to beginning of line -
CTRL + E: jump to end of line -
ALT + B: move backward one word -
ALT + F: move forward one word
16 Jul 25
Holy shit this is the bee’s knees istg. It works out of the box with ssh, any other TCP connection, etc. This is literally tailscale without tailscale.
16 May 25
14 Apr 25
02 Apr 25
11 Sep 24
I use this for my self-defined ZSH functions, but It can be used for other things I guess too!
30 Apr 23
22 Nov 22
Found this in Libera/#linux. The tool suggested there was vidir which allows you to edit directories in Vi which blows my mind if I think about it for too long. :D
07 May 22
This blog post documents my understanding of how the conventions for Unix command line syntax have evolved over time. It’s not properly sourced, and may well be quite wrong. I’ve not been using Unix until 1989, so I wasn’t there for the early years.
13 Jul 21
A collection of modern/faster/saner alternatives to common unix commands.
29 May 21
The Unix Game is a programming contest where players solve coding challenges by constructing “pipelines” of UNIX text processing utilities to compute the solution.