html2text

This commit is contained in:
Sridhar Ratnakumar 2025-10-13 19:36:35 -04:00
parent 0c66b44271
commit 0260cc02fd
2 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@ in
# AI
gemini-cli
google-cloud-sdk
html2text
# Publishing
asciinema

View file

@ -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`