Installed via resource.bin/install_cli.sh.
Terminal UI for git.
lazygit
? for keybindings help.Terminal markdown renderer.
glow <file.md>
glow resource.notes/clitools.md
.md files in the current directory.Simon Willison's CLI for running LLMs from the terminal.
llm "what is the capital of france"
llm -m gpt-4o "explain this code" < factory.core/ObjData.py
cat error.log | llm "summarise the errors"
llm keys set openaillm install llm-ollamallm modelsInteractive CSV viewer in the terminal.
csvlens <file.csv>
hjkl to navigate./ to search, Tab to switch between rows and columns.q to quit.