Writing Your Own Simple Tab-Completions for Bash and Zsh (mill-build.org)
from learnbyexample@programming.dev to linux@lemmy.ml on 14 Aug 06:55
https://programming.dev/post/35654515

#linux

threaded - newest

TheBigRoomXXL@leminal.space on 14 Aug 10:15 collapse

Learning auto-completion isn’t very fun at first, but adding it to your own tool feels great. A while ago, I made a small script to assume any role in AWS CLI with SSO, and once I added auto-completion, it was faster and felt great. It’s the kind a details that make a difference.