diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-12-20 08:36:17 +0000 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-12-20 08:36:17 +0000 |
| commit | 50e352e438bd6e3bdee320b1ddb2de0fd91be57e (patch) | |
| tree | cd53099ed7e03a8ed9a10ab03597dac1b2c9da5e /website/src/data | |
| parent | e9426994215091fade101a0e8e9e6aa6b45c9dea (diff) | |
Links: Rules that terminal programs follow
Diffstat (limited to 'website/src/data')
| -rw-r--r-- | website/src/data/links.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 0bb2b9a..ff6e9d2 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -128,6 +128,12 @@ const LINKS: Link[] = [ description: 'Alexander Pruss has a bizarre, but at first blush convincing, argument that complementarians about gender don’t have to appeal to morally significant intrinsic differences between men and women.', isoDateAdded: '2024-12-17', }, + { + href: 'https://jvns.ca/blog/2024/11/26/terminal-rules', + title: '"Rules" that terminal programs follow', + description: 'Handy for the next time you develop a CLI or TUI. Also handy as a user: now I know about <a href="https://readline.kablamo.org/emacs.html">readline key bindings</a>, which are everywhere apparently.', + isoDateAdded: '2024-12-20', + }, ]; export default LINKS; |
