tokei
CLICount lines of code across projects, by language.
Count lines of code in current directory~99% est.
tokei .+1 more matching recipedev-tools3 recipes
duckdb
CLIIn-process analytical SQL database engine.
Query CSV with SQL~98% est.
duckdb -c "SELECT count(*), avg(price) FROM 'data.csv'"data2 recipes
nushell
CLIA new type of shell that understands structured data.
Parse JSON from command~93% est.
http get https://api.github.com/repos/nushell/nushell | get stargazers_countshell3 recipes
poppler (pdftotext / pdftoppm)
CLIPDF text extraction, page info, and PDF → PNG rendering. The reliable way to read PDFs from a shell.
Show page count and metadataVerified macOS · Linux
pdfinfo input.pdfconversion6 recipes · 6 verified
psql
CLIPostgreSQL interactive terminal, used non-interactively for one-shot queries and scripts.
Run one query and print only the valueVerified macOS · Linux
psql "$DATABASE_URL" -Atc 'SELECT count(*) FROM tools'data4 recipes · 4 verified
scc
CLISloc cloc and code: fast and accurate code statistics.
Count lines in current project~99% est.
scc .dev-tools3 recipes