Mint icon indicating copy to clipboard operation
Mint copied to clipboard

Add Shell Completion Scripts

Open tomassliz opened this issue 3 years ago • 1 comments

It would be great to provide shell completion scripts which allow you to press the tab key on your keyboard to autocomplete commands and arguments when typing a mint command.

One approach how to achieving this is to generate them. Installation instructions for different shells (bash, zsh, fish) and the underlying implementation is available in the swift-argument-parser repo.

tomassliz avatar May 18 '22 11:05 tomassliz

I think moving over to swift argument parser is probably a good idea, which also makes this easier, in terms of implementation and documentation.

yonaskolb avatar May 19 '22 05:05 yonaskolb