07 Apr 26

It’s old, but it’s good! R17 is a CLI-based data processing language, with a simple UNIX-y design.

by sebastien 3 months ago saved 2 times

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:

23 Mar 26

A lightweight command-line tool that spins up a local web server to display Git commit diffs in a GitHub-like Files changed view - yoshiko-pg/difit


08 Mar 26