2023-06-24 18:27:39 +00:00
# Userful tools
This just a raw list.
## Tools
### Terminal
- https://github.com/ohmyzsh/ohmyzsh
- https://github.com/romkatv/powerlevel10k
- https://github.com/zsh-users/zsh-autosuggestions
- https://github.com/junegunn/fzf
- https://github.com/junegunn/fzf-git.sh
- https://github.com/folke/lazy.nvim
- https://github.com/sharkdp/fd
- https://github.com/sharkdp/bat
- https://github.com/BurntSushi/ripgrep
- https://github.com/dandavison/delta
- https://github.com/ogham/exa
- https://github.com/zellij-org/zellij
- https://github.com/adrianlopezroche/fdupes
- https://github.com/rclone/rclone
- https://github.com/restic/restic
- https://github.com/dbrgn/tealdeer
- https://github.com/charmbracelet/glow
- https://github.com/GothenburgBitFactory/taskwarrior
- https://github.com/dundee/gdu
- https://github.com/muesli/duf
- https://github.com/extrawurst/gitui
Memory
- https://github.com/wbthomason/packer.nvim
- https://github.com/Wilfred/difftastic
- https://dev.yorhel.nl/ncdu
- https://github.com/wustho/epr
For fun
- https://github.com/htop-dev/htop
- https://github.com/aristocratos/btop
- https://github.com/asciinema/asciinema
- https://github.com/asciinema/agg
- https://github.com/o2sh/onefetch
- https://github.com/dylanaraps/neofetch
- https://github.com/dylanaraps/pfetch
- https://github.com/Gobidev/pfetch-rs
- https://github.com/Dr-Noob/cpufetch
- https://gitlab.com/jallbrit/cbonsai
- https://github.com/jarun/nnn
- https://github.com/ImageMagick/ImageMagick
- https://github.com/dirkvdb/ffmpegthumbnailer
- https://github.com/Genymobile/scrcpy
### UI
- https://github.com/kovidgoyal/kitty
- https://github.com/wez/wezterm
- https://transmissionbt.com/
- https://tailscale.com/
- https://www.libreoffice.org/
- https://github.com/johnfactotum/foliate
Memory
- https://github.com/alacritty/alacritty
#### macOS
- https://theunarchiver.com/
- https://github.com/iina/iina
- https://github.com/pilotmoon/Scroll-Reverser
- https://github.com/rxhanson/Rectangle
- https://github.com/waydabber/BetterDisplay
- https://github.com/pedrommcarrasco/Brooklyn
- https://github.com/ganeshrvel/openmtp
- https://github.com/coteditor/CotEditor
- https://zed.dev/
Memory
- https://www.tunabellysoftware.com/balance_lock/
- https://github.com/tuyenvm/OpenKey
- https://github.com/objective-see/LuLu
- https://github.com/ivoronin/TomatoBar
- https://github.com/pqrs-org/Karabiner-Elements
## Developement
### Terminal
- https://github.com/Schniz/fnm
- https://github.com/sdkman/sdkman-cli
- https://github.com/oven-sh/bun
- https://github.com/prettier/prettier
- https://github.com/mvdan/sh
- https://github.com/JohnnyMorganz/StyLua
- https://github.com/tamasfe/taplo
- https://github.com/burntsushi/toml
- https://github.com/bojand/ghz
- https://github.com/mikefarah/yq
- https://github.com/stedolan/jq
- https://github.com/boyter/cs
Memory
- https://github.com/sigstore/gitsign
- https://github.com/gitleaks/gitleaks
- https://github.com/tailscale/golink
- https://github.com/sharkdp/hyperfine
#### Go
- https://github.com/mvdan/gofumpt
- https://github.com/maruel/panicparse
- https://github.com/go101/golds
- https://github.com/gotestyourself/gotestsum
2023-06-25 09:15:45 +00:00
- https://github.com/burrowers/garble
2023-06-24 18:27:39 +00:00
### UI
- https://www.sublimemerge.com/
- https://insomnia.rest/
- https://httpie.io/desktop
- https://redis.com/redis-enterprise/redis-insight/
- https://www.jetbrains.com/datagrip/
Memory
- https://www.sublimetext.com/
- https://github.com/MuhammedKalkan/OpenLens
### macOS
Memory
- https://gpgtools.org/
## Games
- https://github.com/PCSX2/pcsx2
- https://github.com/RPCS3/rpcs3
- https://github.com/cheat-engine/cheat-engine
## Notes
MacPorts/native package manager > go/rust/pip.
Ignore HomeBrew, nix (for now).
Don't install:
- Postman
- Lens
- Sourcegraph
- Docker Desktop
- Any JetBrains IDE beside DataGrip
### macOS
Hide Developer in Spotlight:
```sh
cd /Applications
touch Xcode.app
# Xcode mini version
xcode-select --install
```
### Linux
Fix black screen when open game in fullscreen in external monitor with [kazysmaster/gnome-shell-extension-disable-unredirect ](https://github.com/kazysmaster/gnome-shell-extension-disable-unredirect )
## Thanks
- [My list of useful command line tools ](https://boyter.org/posts/my-list-of-useful-command-line-tools/ )