Commit graph

9 commits

Author SHA1 Message Date
Jack Wright cfee99c892 "removing extra lines/whitespace" 2022-12-23 20:30:18 -08:00
Jack Wright b3a1d72b8b "fixing completions that contain a /" 2022-12-16 09:50:05 -08:00
Jack Wright fe8bf5e1bd "ignoring return value when directive is ShellComp#directiveFilterFileExt" 2022-12-16 09:32:22 -08:00
Jack Wright f366bb2799 "fixing oddities with fuzzy searching and bug with active help" 2022-12-15 13:23:38 -08:00
Jack Wright 4ad4930a12 Incorporating pull request feedback
- Fixing completion on full paths
- Fixing completion with equals in flags
- Fixing fuzzy search
- Typos
2022-11-28 13:39:12 -08:00
Jack Wright 95f2d8e38a Added a whitelist to add cobra apps to to prevent non-cobra apps from
being excuted
2022-11-27 15:06:59 -08:00
Jack Wright 0e4db1bd14 Incorporating pull request feedback.
- Renamed completer to be cobra_completer to match docs
- Added whitespace after each completion
- Implemented ShellCompDirectiveError, ShellCompDirectiveNoSpace, ShellCompDirectiveNoFileComp
- Disabled active help as it isn't supported by nushell
- Added nushell to the default completion command
2022-11-27 13:46:13 -08:00
Jack Wright e687d2e9e1 Changed the nushell completion implementation to be a nushell external completer 2022-11-26 14:39:29 -08:00
Jack Wright 9f4bdb8eb8 'Completions for nushell' 2022-11-15 12:30:11 -08:00