diff --git a/modules/home/all/terminal.nix b/modules/home/all/terminal.nix index 8a5b39e..f4a0ac2 100644 --- a/modules/home/all/terminal.nix +++ b/modules/home/all/terminal.nix @@ -37,6 +37,7 @@ in # AI gemini-cli google-cloud-sdk + html2text # Publishing asciinema diff --git a/modules/home/claude-code/memory.md b/modules/home/claude-code/memory.md index cd4d1b1..b7fcf5c 100644 --- a/modules/home/claude-code/memory.md +++ b/modules/home/claude-code/memory.md @@ -8,3 +8,5 @@ # Tools - **gh**: If `gh` is unavailable, get it from nixpkgs, viz.: `nix run nixpkgs#gh`. +- **html2text**: To convert web URLs to plain text, run `curl -k URL | html2text` +