-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
still messy and will break some stuff (most works fine though) - not implicit, but rather by using ActionMultiParts - added bash-completion to containers as it is needed to split compline without default wordbreaks - ActionMultiParts now returns Action - added Suffix/Prefix to alter actions for ActionMultiParts - Action now contains rawValues and the custom shell code is now invoked using functions - removed specific shell snippet functions and only left Snippet(shell) - removed custom functions as they now reside in rsteube/carapace-bin - ActionMessage now defaults to ActionValuesDescribed as only zsh has specific support for this and it better fits the rawValues approach - bash completion now has descriptions (https://stackoverflow.com/a/10130007) - introduced Candidate struct for better representation of completion candidates - removed zsh specific snippet tests - completion for values within quotes is probably broken for now
- Loading branch information
Showing
21 changed files
with
704 additions
and
1,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.