Writing Your Own Simple Tab-Completions for Bash and Zsh
TheBigRoomXXL @ TheBigRoomXXL @leminal.space Posts 0Comments 4Joined 3 days ago
TheBigRoomXXL @ TheBigRoomXXL @leminal.space
Posts
0
Comments
4
Joined
3 days ago
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.