-
You probably built the -git versions. go and rust generally use lots of small libraries written in their respective languages, so you will see the compiler download 20+ packages when you are building them from source. The compiler/linker is smart enough to only include the bits that are actually used from the libraries and stuff like ssl and compression/decompression still come from system shared libs, so you still only end up with a ~6MB binary in the end.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
git-delta ["git-delta" in community repo] - shows git diffs on cli similar to how they look on github (and more)
-
starship ["starship" in community repo] - highly configurable shell command prompt
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
ripgrep ["ripgrep" in community repo] - a fancier grep
-
du-dust ["dust" in community repo] - a fancier du for showing disk utilization of directories
-
fd ["fd" in community repo] - a fancier find
-
bat ["bat" in community repo] - a fancier cat with syntax highlighting and themes
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
hexyl ["hexyl" in community repo] - a fancier hexdump
-
zoxide ["zoxide" in community repo] - a fancier cd that remembers past directories and you you type part of the name to quickly cd
-
bottom ["zoxide" in community repo] - a fancier top
-
hck ["hck" in community repo] - a fancier cut with regex field delimiters
-
http
Host These Things Please - a basic http server for hosting a folder fast and simply (by thecoshman)
https ["httplz" in community repo] - dead simple http server for quickly hosting a directory (think python's SimpleHTTPServer)
-
helix ["helix" in community repo] - a modal editor inspired by kakoune and neovim
-
cotp ["cotp" or "cotp-bin" in aur] - a cli OTP program compatible with google authenticator and aegis
-
frawk ["frawk" in aur] - a fancier awk with support for CSV files
-
zellij ["zellij" in community rep] - a terminal multiplexer (think tmux)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives