this post was submitted on 02 Oct 2023
24 points (100.0% liked)
Programmer Humor
19511 readers
342 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Use a shell with decent auto-completion. I have not been irritated by this in years.
What shell would you recommend? π€
https://ohmyz.sh/
Is fucking irrelevant. Just use your package manager.
Get some anger management help.
Maybe stop trying to be a smartass.
I use fish which is quite nice OOTB, although if you want a posix compliant shell, zsh with some plugins is also great.
Wonβt autocomplete fail if you do βcd dβ and then try the autocomplete?
Or is that what you mean by βdecentβ auto-completion?
Not with a decent autocomplete. It will look for a folder starting with a small d and if it doesn't exist it looks at a folder with a large D.
The choice of the letter d was brilliant, that's for sure. Now I'm imagining a folder with a large D.
I don't get what you mean. It doesn't matter if you write a uppercase or lowercase d
Best example I could find without being crude.
bash's autocomplete fails (at least with default settings), but e.g. zsh can figure out what you mean
No, it will probably go to "Documents", and if you hit tab again it should go to "Downloads". (Assuming you have the normal default folders)