sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
8.92k stars 227 forks source link

feat: Generate shell completions on build #214

Open FilipRazek opened 5 months ago

FilipRazek commented 5 months ago

My attempt at closing #155

sharkdp commented 5 months ago

Thank you very much!

It would be great if we could also integrate the generated shell completion files in the artifacts we built when we make a release. You can find examples how we do this in some other projects of mine, like hyperfine (see this file and search for complete/completion) and search for complete/completion)

FilipRazek commented 4 months ago

Thanks for the hint, I tried to update the CICD file, tell me if this would work for you

sharkdp commented 4 months ago

You can find the generated artifacts here at the bottom: https://github.com/sharkdp/hexyl/actions/runs/8010537770