New(ish) command line tools
jvns.ca
New(ish) command line tools
1–10 of 252 posts
Re: New(ish) command line tools
#2I wrote dug, a cli tool I made to help visualize DNS propagation but is a great learning tool. Didnt make this list though sadly.
Re: New(ish) command line tools
#3direnv is such a godsend that I shill for it on every team and in every company now, it's such a great tool.
Re: New(ish) command line tools
#4As a maintainer, I hoped to see Hurl [1], a tool for testing HTTP with plain text and curl, but alas it isn’t here!
[1] https://hurl.dev
Re: New(ish) command line tools
#5direnv is such a godsend that I shill for it on every team and in every company now, it's such a great tool.
I feel that way about z
Re: New(ish) command line tools
#6direnv is such a godsend that I shill for it on every team and in every company now, it's such a great tool.
direnv should have been part of unix/linux/posix environments from the start. Whenever something's install steps tell you "go add this export statement to your .bashrc" or similar, it never sat well. That sort of thing should be scoped by path, and shell independent -- exactly the thing direnv enables.
Re: New(ish) command line tools
#7Couple ones there that I’m keen to try out. bat in particular seems like such an easy win
Re: New(ish) command line tools
#8A new fave I recently discovered - render markdown in the terminal for easy reading (and proofing):
Re: New(ish) command line tools
#9rdfind, it's excellent for finding duplicate files and deduplicating them.
Re: New(ish) command line tools
#10No such list is complete without hexyl!