Originally published at deepu.tech.
Rust is taking over the terminal. Rust is a general-purpose programming language that is blazing fast and memo...
For further actions, you may consider blocking this person and/or reporting abuse
Some nice collection but somehow I miss 2 way to important tools but this might be just me
Autojump
andthefuck
. Autojump is the only way I navigate through my folders. Thefuck is the most convenient way of setting git upstream... Does millions of others things tooDid you try zoxode in the list, it has same featu6as autojump. Haven't tried thefuck
I've been using nushell lately. It's a modern shell written in rust and is focused on working with structured data. It's also cross-platform and works on windows too.
I feel like half of everything I use now is written in rust.
Oh damn. How did I forget Nushell π€¦
Fixes for installing bat on Debian with apt
Also some fixes for fd and bat, to fix binary names
Another shameless plug:
fselect, find files with SQL-like queries
github.com/jhspetersson/fselect
It looks cool
Great article. I had the idea that I can upgrade my Rust learning by implementing various commands in Rust and started with cat. Then I have found out about bat and now I see that there is bunch of them. At least I have something to compare my trials with π And I'll definitely install a lot of these.
Thats great, CLIs are a great way to learn Rust
Closed Source, forces you to log in (w/ google or GitHub) before it can be used, so it can track you and collect telemetry data.
Really a nice one!
I was surprised as well. Have never thought I'll see a terminal that is closed source π
It looks cool, I was unaware of this
A nice addition to
ripgrep
isfastmod
for easy find & replace inside a directory. Works the same and is extremely handy!!great writeup on this
Thank you for sharing in detailed.
This is fantastic. Not only because of the collection of tools but also because of ideas for personal projects using Rust!
Excellent article! I just installed a bunch of these!
great list, I already had a few of those, but I installed 3 more right away from this article! gj
Thanks, awesome list. Makes me want to learn Rust right now.
That was helpfulπ€
SAVED ππ
Thanks for these amazing tools they can really boost your workflow. Some months ago I was getting into rust programming but then I came across Go-Lang. Go works better on the internet like making 1000 requests to the server in seconds, making servers in Go-Lang. Choose Rust if you want to make command-line tools, and Choose Go-Lang if you want to make servers/services.