ob-vaults/Phoenix/Note books/terminal/tool to add.md
2024-09-12 17:54:01 +03:30

68 lines
1.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- `jq` (parse JSON, usually use with curl)
- `git` (version control)
- `lazygit` (TUI for git, faster than aliases even, for me)
- `neovim` (text editor)
- `neomutt` (email client)
- `notmuch` (email search)
- `isync` (email sync)
- `offlineIMAP` (offline email)
- `msmtp` (sending email)
- `bat` (like cat, but cooler)
- `colorls` (like ls, but cooler)
- `autojump` (quick jumping that tries to guess where you want to `cd` to)
- `fzf` (fuzzy finding)
- `w3m` (termina-based web browser, also good for rendering html emails/files)
- `pandoc` (convert documents, SO useful)
- `rclone` (sync local files with cloud storage)
- `pass` (GPG-backed secrets manager)
- `mpv` (video player)
- `spotui` (TUI for spotify)
- `spotifyd` (headless spotify daemon)
- `gcalcli` (Google calendar TUI)
- `goobook` (Google contacts TUI)
**Weekly/Monthly**
- Package managers (cargo, pip, pacman/yay, npm, go)
- `mosh` (like ssh, but cooler)
- `xclip` (clipboard manager)
- `tldr` (like man, but more concise)
- `ngrok` (localhost tunneling)
- `glow` (render markdown in terminal)
- `drill` (like dig, but cooler)
- `xprop/xev` (debugging xserver stuff)
- `procs` (like ps, but cooler)
- `ansifilter` (converts ansi escape codes to other formats)
- `tmux` (terminal multiplexer)
https://zaiste.net/posts/shell-commands-rust/