kitty/tools/cli
2022-11-25 22:03:13 +05:30
..
markup Handle backslash escapes in :code: blocks 2022-11-25 22:03:13 +05:30
bash.go Work on merging completion tree with parse tree 2022-11-14 15:42:02 +05:30
command.go Start moving clipboard kitten to kitty-tool 2022-11-25 12:58:10 +05:30
completion-main.go Ensure auto-generated entries such as --help are present for completion by calling Validate() 2022-11-16 18:05:27 +05:30
completion-parse-args.go All completion tests pass again 2022-11-14 15:42:02 +05:30
completion.go There should be no trailing space when completing directories for a file match based on patterns 2022-11-21 11:05:36 +05:30
files_test.go More work on merging completions with parse tree 2022-11-14 15:42:02 +05:30
files.go There should be no trailing space when completing directories for a file match based on patterns 2022-11-21 11:05:36 +05:30
fish.go More work on merging completions with parse tree 2022-11-14 15:42:02 +05:30
group.go Allow un-ambiguous prefixes for command names 2022-11-14 15:42:03 +05:30
help.go Use a pager for the help interactive command as well 2022-11-16 20:44:13 +05:30
option-from-string.go ... 2022-11-15 16:54:14 +05:30
option.go Allow using unabiguous long option prefixes 2022-11-14 15:42:03 +05:30
parse-args.go Suggestions for sub command names as well 2022-11-14 15:42:03 +05:30
types_test.go Import the google shlex package as we need more sophisticated parsing 2022-11-14 15:42:08 +05:30
zsh.go When truncating descriptions for completion truncate at word boundaries 2022-11-17 08:29:01 +05:30