marwanhawari / stew

🥘 An independent package manager for compiled binaries.
MIT License
195 stars 14 forks source link

feat: tab completions #37

Closed abs3ntdev closed 2 months ago

abs3ntdev commented 7 months ago

This PR upgrade urfave/cli to v3 and adds shell completion features.

commands that accept an installed binary as an argument will suggest them when hitting enter.

completion scripts have been added to ./completions

examples: image

image

marwanhawari commented 2 months ago

Closing stale PR