68 lines
1.5 KiB
Markdown
68 lines
1.5 KiB
Markdown
- `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/ |