- Fix issue where wrong index is selected.
- Fixed a crash when scrolling through an empty list, which occurred when searches returned no results.
- Adds circular scrolling #39.
- Added namespace command.
- Added autocomplete script to install.
- Fix for setting default as argument.
- Changed the way kxd file current works to check
~/.kxdfile then default to~/.kube/config.
- Added support for setting config names as argument.
- Added list command to
kxd fileandkxd ctx. - The root command now defaults to
kxd file switchif no sub-commands are passed in.
- Allow for specifying multiple matchers as a comma seperated string for
KXD_MATCHERenvironment variable.
- Small fix for running
kxd file switch -h.
- Allow for listing of current config and context.
- Added support for default config at
~/.kube/config. - Added context switcher.
- Added
KXD_MATCHERenvironment variable for specifying different config matchers.
- Initial Release