-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bash autocompletion #327
Comments
Thank you for your suggestion. Bash autocompletion sounds a great idea. |
I've written a ugrep bash completion script. The completion script is located in the ugrep repo I had to jump through some hoops to get long option completion to work properly, e.g. with The completion script checks if PS. I'm also updating PPS. For a "usage" overview, instead of 4 examples, perhaps a list of options with one-line descriptions would be better? Feel free to suggest/recommend. |
See also #198 for progress on fish and zsh completion. |
Completed and included in the latest commit. Will be released as an official release in the next release cycle. This update performs bash completions for the |
- installs bash autocompletion #327 - installs fish and zsh autocompletions #198 - TUI ALT-SHIFT-% switches between "bool lines" mode, "bool files" mode and off - TUI boolF mode (`-%FQ`) now applies syntax highlighting - option `-t` (`--file-type`) now also accepts filename extensions as shortcuts, when unambiguous, for example `-tpy` for `-tpython` #333 - support legacy grep long options without `=` for option arguments, like GNU grep does
ugrep is good tool and it has so many command line options.
Is there a bash auto completion script available?
The text was updated successfully, but these errors were encountered: