pastel icon indicating copy to clipboard operation
pastel copied to clipboard

Shell completions are no longer bundled

Open shilangyu opened this issue 4 years ago • 3 comments

This commit removed the pre-release script which bundled shell completions generated by build.rs: https://github.com/sharkdp/pastel/commit/a880d8f2ca31aa9a7ad195f4b6018a51cb39f4c2

v0.8.0 assets do not contain the shell completions while v0.7.1 did.

shilangyu avatar Jun 24 '20 18:06 shilangyu

Thank you for reporting this. We switched to Github Actions in #120 by @rivy and seem to have missed this.

sharkdp avatar Jun 25 '20 04:06 sharkdp

I have just extracted the binaries from the aarch64, armhf and amd64 packages and there were no bash completion files in any of them.

If I look into the repository history and find the latest one available, would it still work fine?

eggbean avatar Sep 23 '21 10:09 eggbean

most probably, yes. There might be a few options missing.

sharkdp avatar Oct 02 '21 18:10 sharkdp