markitdown

This commit is contained in:
Sridhar Ratnakumar 2025-10-13 20:31:21 -04:00
parent 798bc72731
commit 2ea7412a88
5 changed files with 6 additions and 6 deletions

View file

@ -12,6 +12,7 @@ in
imports = [
landrunModules.gh
landrunModules.git
landrunModules.markitdown
];
features = {
tty = true;

View file

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

View file

@ -20,7 +20,7 @@ let
in
{
home.packages = [
pkgs.nodejs
pkgs.python313Packages.markitdown
flake.inputs.self.packages.${pkgs.system}.claude # Sandboxed version from claude-sandboxed.nix
];
programs.claude-code = {

View file

@ -8,5 +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`
- **markitdown**: To convert web URLs to plain text, run `curl -k URL | markitdown`