what helps people get comfortable on the command line? https://jvns.ca/blog/2023/08/08/what-helps-people-get-comfortable-on-the-command-line-/

Would love more stories of things that helped you in the last ~5 years!

(as usual, no need to reply if you don’t remember, or if you’ve been using the command line comfortably for 15 years — this question isn’t for you :) )

What helps people get comfortable on the command line?

What helps people get comfortable on the command line?

Julia Evans
@b0rk Setting the bash history to unlimited and aliasing a shortcut for "history | grep" were fantastic for me
@lynndotpy @b0rk Ctrl+r in combination with fuzzyfinder https://github.com/junegunn/fzf
GitHub - junegunn/fzf: :cherry_blossom: A command-line fuzzy finder

:cherry_blossom: A command-line fuzzy finder. Contribute to junegunn/fzf development by creating an account on GitHub.

GitHub