aboutsummaryrefslogtreecommitdiff
path: root/completions/fish/riverctl.fish
diff options
context:
space:
mode:
authorPeter Rice <peter@peterrice.xyz>2021-09-11 16:21:48 -0400
committerIsaac Freund <ifreund@ifreund.xyz>2021-09-14 22:57:17 +0200
commit81d103d4255b1439b86d6f856f1d7285809e3023 (patch)
treece17ecdbac5eb83552b7d83779d4d475389ac2ee /completions/fish/riverctl.fish
parent5f6428bafe41da2c5df6c6cb12ff65c225260322 (diff)
downloadriver-81d103d4255b1439b86d6f856f1d7285809e3023.tar.gz
river-81d103d4255b1439b86d6f856f1d7285809e3023.tar.xz
river: add send-to-previous-tags command
Diffstat (limited to 'completions/fish/riverctl.fish')
-rw-r--r--completions/fish/riverctl.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish
index c0112c1..cd76675 100644
--- a/completions/fish/riverctl.fish
+++ b/completions/fish/riverctl.fish
@@ -64,6 +64,7 @@ complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a toggle-fo
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a toggle-view-tags -d 'Toggle the tags of the currently focused view'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a spawn-tagmask -d 'Set a tagmask to filter the tags assigned to newly spawned views on the focused output'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a focus-previous-tags -d 'Sets tags to their previous value on the focused output'
+complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a send-to-previous-tags -d 'Assign the currently focused view the previous tags of the focused output'
# Mappings
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a declare-mode -d 'Create a new mode'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a enter-mode -d 'Switch to given mode if it exists'