• 2 Posts
  • 52 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle
  • Lol this is hilarious. This paragraph is my fave:

    We identified that color is a way to connect with people across all divides (and we have research that people respond positively to it) — it is a universal language that transcends the boundaries of our diverse verbal languages. And we chose “Colorways” rather than “themes” to show we are branching out from our language of “browser” to speak the language of everyday life and everyday users. This is about more than just installing a new “theme,” which really doesn’t have much meaning to most people.

    On a completely unrelated note (your username), I just started reading a couple Asimov novels! Any recommendation for which ones I should pick up next? I’ve already done I, Robot and Caves of Steel. Thinking maybe I start Foundation soon (but just started the TV show).










  • Maybe controversial, but the fish shell. I know it’s not strictly bash syntax, but the OOTB features are just so user-friendly. The most helpful features for learning: the autocomplete (with descriptions of subcommands and flags!) and the fuzzy history search.

    I write bash scripts all the time, and am significantly more knowledgeable than anyone else on my team (admittedly frontend) because I got comfortable in fish.











  • Another really helpful tool is to use the fish shell instead of bash. It has tons of useful features, but my favorite is by far the autocomplete. It parses man pages to provide suggestions for flags, subcommands, even passed arguments, and each item in the results list has a description, and it’s all searchable by hitting shift+tab.

    fish autocomplete subcommands

    fish autocomplete git

    That’s what leveled up my cli game from 0-100. It’s a massive difference in usability and discoverability. And unlike things like nushell, it’s close enough to bash that you won’t feel confused if you have to use bash instead.