From 0260cc02fd9aabe1d35bedaa1cfcd571c778f96f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:36:35 -0400 Subject: [PATCH] html2text --- modules/home/all/terminal.nix | 1 + modules/home/claude-code/memory.md | 2 ++ 2 files changed, 3 insertions(+) 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` +