c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.79k stars 134 forks source link

Use completer.FilePathCompleter #25

Closed c-bata closed 6 years ago

c-bata commented 6 years ago

go-prompt provides option to customize insertion points for completer at https://github.com/c-bata/go-prompt/pull/79. By using it, file path completion will be better such like below:

Before

2018-06-24 18 16 47

After

2018-06-24 18 16 31

In POSIX environment, FilePathCompleter properly treats ~ as user home directory. And this also supports expanding env like $HOME .