kitty/tools/cli
2023-04-26 16:46:20 +05:30
..
markup Fix rendering of :doc: links with explicit titles in help text in the terminal 2023-04-26 16:46:20 +05:30
bash.go Clean up previous PR 2023-02-03 16:14:24 +05:30
command.go readline: Automatically do word completion based on history 2023-03-07 16:44:02 +05:30
completion-main.go get rid of utils.Cut since we can now rely on strings.Cut instead 2023-03-04 13:37:55 +05:30
completion-parse-args.go All completion tests pass again 2022-11-14 15:42:02 +05:30
completion.go readline: Automatically do word completion based on history 2023-03-07 16:44:02 +05:30
files_test.go More work on merging completions with parse tree 2022-11-14 15:42:02 +05:30
files.go explicitly ignore a few errors 2022-12-13 16:19:46 +05:30
fish.go Use maps package for generic keys/values functions 2023-03-14 22:49:40 +05:30
group.go Allow un-ambiguous prefixes for command names 2022-11-14 15:42:03 +05:30
help.go Allow passing multiple options to control how wrapping is done 2023-03-29 20:56:24 +05:30
option-from-string.go Document the additions to the clipboard kitten 2022-12-04 11:37:02 +05:30
option.go Allow using unabiguous long option prefixes 2022-11-14 15:42:03 +05:30
parse-args.go dont parse args for the ssh kitten as it will do so itself 2023-02-26 08:01:02 +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 Allow passing multiple options to control how wrapping is done 2023-03-29 20:56:24 +05:30