mirror of
https://github.com/novoid/filetags.git
synced 2026-02-16 05:54:16 +00:00
Add -q
This commit is contained in:
parent
d6ab60c4b6
commit
288a0e4dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ An alternative implementation using the kitty terminal:
|
|||
"Run \"filetags\" on current or marked files"
|
||||
(interactive)
|
||||
(dired-do-shell-command
|
||||
"kitty -o remember_window_size=no -o initial_window_width=60c -o initial_window_height=15c --position 535x300 -o window_padding_width='0 20 0 20' --title floating -- filetags --interactive *"
|
||||
"kitty -o remember_window_size=no -o initial_window_width=60c -o initial_window_height=15c --position 535x300 -o window_padding_width='0 20 0 20' --title floating -- filetags -q --interactive *"
|
||||
nil
|
||||
(dired-get-marked-files))
|
||||
(revert-buffer nil t t))
|
||||
|
|
|
|||
Loading…
Reference in a new issue