From 8e98b4123e72f66f012664e406f4c5a6b2e35c70 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 23 Jan 2023 17:58:31 +0530 Subject: [PATCH] Fix completion for --password-file not completing file names --- kitty/remote_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/remote_control.py b/kitty/remote_control.py index 3768ec711..afe820bd8 100644 --- a/kitty/remote_control.py +++ b/kitty/remote_control.py @@ -253,7 +253,7 @@ accepted before or is pre-configured in :file:`kitty.conf`. --password-file -completion=type:file relative:conf kwds:- +completion=type:file mime:* relative:conf kwds:- default=rc-pass A file from which to read the password. Trailing whitespace is ignored. Relative paths are resolved from the kitty configuration directory. Use - to read from STDIN.