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
by matapacos 3 months ago saved 10 times
Tags:

14 Jan 26

30 May 25

Bun has a unique (and quite amazing) support for shell, so that we can use shell for what it’s good (composability), but switch to JS for what it’s not good at (more advanced logic).


22 May 25

Curates and showcases all things in the terminal such as command line interface tools (CLI), text mode interface tools (TUI), and developer tools, no matter what platform or medium.

by agnieszka May 2025 saved 11 times

02 Dec 24

Command-line software which adds ANSI color to its output by default should check for a NO_COLOR environment variable that, when present and not an empty string (regardless of its value), prevents the addition of ANSI color.

by wheresalice Dec 2024 saved 2 times

11 Sep 24

I use this for my self-defined ZSH functions, but It can be used for other things I guess too!

by rogeruiz Sep 2024 saved 4 times

03 Dec 23

Oh, wow! This is like a zenity for the command line! That’s gonna be super useful!

Although of the tools aren’t super CLI-friendly as they depend on curses-like total control of the terminal.


29 Apr 21

\<blockquote>A terminal workspace with batteries included\</blockquote>