What are your favorite rust-based tools and utilities for the CLI?
What are your favorite rust-based tools and utilities for the CLI?
It’s not stable and therefore introduces breaking changes. They clearly mention this on their README.
This project has reached a minimum-viable-product level of quality. Many people use it as their daily driver, but it may be unstable for some commands. Nu’s design is subject to change as it matures.
I would have posted this it you hadn't.
I have it set as my default shell on my main machine, but it's not going anywhere near my servers! It's definitely the most fun shell I've used, and hopefully some more of the warts can be shaved off as it matures.
helix - text editor
mprocs - manage running multiple commands in parallel
cargo-update - A cargo subcommand for checking and applying updates to installed executables
cargo-info - Extends cargo to query crates.io registry for crates details
From your list, I use bat, exa and rg.
delta (sometimes packaged as git-delta) deserves a mention. I use it with this git configuration:
I really don’t care about them being in rust. Could we instead focus on something that rust aims to provide? Memory-bug-less? High quality? Performant? Dependency-free binary?
But my:
If there's not much in it, I'll go with the rust app because I like to use something I can see myself contributing to if the urge takes me.
I know other languages, but there's no way I'm driving into a random C++ codebase unless I'm confident it's a trivial fix.
I haven’t seen a bunch of these posts before, any cross references to aide in tool discovery?
I have some Rusty GUI apps and will consider doing a list when I find more useful ones.