From 35342a06ac27f2f8508d9bd9dd6f7df7e4c285ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Mon, 15 Jul 2024 21:29:04 -0700 Subject: [PATCH] update fish completion --- contrib/completions/gt.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completions/gt.fish b/contrib/completions/gt.fish index 3d65112..f6e1aa5 100644 --- a/contrib/completions/gt.fish +++ b/contrib/completions/gt.fish @@ -29,6 +29,7 @@ complete -c gt -rf -n "__fish_seen_subcommand_from $commands" -l after -s a -d " complete -c gt -rf -n "__fish_seen_subcommand_from $commands" -l on -s o -d "operate on files on date" complete -c gt -rf -n "__fish_seen_subcommand_from $commands" -l min-size -s N -d "operate on files larger than size" complete -c gt -rf -n "__fish_seen_subcommand_from $commands" -l max-size -s X -d "operate on files smaller than size" +complete -c gt -rf -n "__fish_seen_subcommand_from $commands" -l mode -s x -d "operate on files matching mode" # trash flags complete -c gt -rf -n "__fish_seen_subcommand_from $trash_commands" -l recursive -s r -d "recursively trash files"