#github #markdownvd (visidata): Terminal spreadsheet viewer & editor for CSV, Excel, JSON, SQL, Parquet, etc.qsv: Fast CSV command line toolkit for slicing, filtering, aggregating, and analyzing CSV files.rga (ripgrep-all): ripgrep that searches PDFs, Office docs, EPUBs, zip files.pdfcpu: PDF processor for splitting, merging, optimizing, and manipulating PDF files.gum: Stylish CLI tool for creating interactive prompts, confirmations, and more.#pricingug -i --smart-case --bool 'word1 word2 ...' seems the cleanest way to find files that have all words. --smart-case uses case-insensitive if all words are lowercase, else case-sensitive. Examples: ug --bool '"exact phrase" word2' # exact phrase + other tokens anywhere
ug --bool 'word1 word2 -word3' # must contain word1 AND word2, but NOT word3
ug --bool '("foo bar") OR baz' # grouped expressions and OR
ug --bool 'word1 NEAR/5 word2' # match when words are within 5 tokens/words
ug -Z2 'word' # allows up to 2 typos in 'word'
ug -i --smart-case --bool -Q lets you interactively search within files. This is the coolest feature! #search #trysudo apt install --reinstall gnome-shell-extension-manager and rm -rf ~/.cache/gnome-shell/ fixed it. #gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf #document-conversion#document-conversion #markdownfunction HorizontalRule()
return pandoc.RawBlock('openxml', '<w:p><w:r><w:br w:type="page"/></w:r></w:p>')
end
sudo apt install pst-utils - extracts emails from Outlook PST files to mbox format. Useful for email migrations.#future #github #write#chatgpt #speech-to-text #tts #voice-cloning#code-agents#llm-ops#embeddings #gpu #models#chatgpt #gpu #markdown #tts
0 19 Nov 2025. Always use GPT-5.1-Codex-Max instead of GPT-5.1-Codex. At every thinking level, it takes fewer tokens for similar or higher accuracy. Tibo#best-practices #code-agents #prompt-engineering