poppler (pdftotext / pdftoppm)
CLIPDF text extraction, page info, and PDF → PNG rendering. The reliable way to read PDFs from a shell.
Extract text from a PDF to stdout (keep layout)Verified macOS · Linux
pdftotext -layout input.pdf -+2 more matching recipesconversion6 recipes · 6 verified
sed
CLIStream editor for filtering and transforming text.
Replace text in a file in place (macOS/BSD sed)Verified macOS
sed -i '' 's/old/new/g' file.txt+3 more matching recipestext-processing6 recipes · 4 verified
awk
CLIPattern-scanning and text-processing language.
text-processing4 recipes
ollama
CLIRun large language models locally (Llama, Mistral, Gemma, etc.).
Pipe text to a model~93% est.
echo 'Summarize this text' | ollama run llama3ai-ml4 recipes
llm
CLICLI tool and Python library for interacting with LLMs.
ai-ml3 recipes
helix
CLIA post-modern modal text editor built in Rust.
editors3 recipes
neovim
CLIHyperextensible Vim-based text editor.
editors2 recipes