Skip to content

bash completion improvements - #2310

Merged
sharkdp merged 6 commits into
sharkdp:masterfrom
scop:feat/bash-completion-improvements
Sep 11, 2022
Merged

sharkdp merged 6 commits into
sharkdp:masterfrom
scop:feat/bash-completion-improvements

Conversation

@scop

@scop scop commented Sep 10, 2022

Copy link
Copy Markdown
Contributor

See individual commits for details.

It's a no-op, so there's little reason to suggest it.
`compopt -o filenames` is a cheap way to accomplish mostly wanted
behavior. However it is semantically incorrect when we are not actually
completing filenames, and has side effects -- for example adds a
trailing slash to candidates matching present dirs.

bash >= 4.1 can `printf -v` to an array index, use it instead where
available.

@sharkdp sharkdp left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your continued contributions (and detailed commit messages)! I did a superficial review but hope it's okay if I mainly merge based on trust 😄

@sharkdp
sharkdp merged commit 2dbc88d into sharkdp:master Sep 11, 2022
@scop
scop deleted the feat/bash-completion-improvements branch September 12, 2022 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants