mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-27 11:16:20 +03:00
0994c8abcd
* Add shell completions and output files to `assets/completions` * Rename files and struct name * Update tests to take into account new changes
9 lines
862 B
Fish
9 lines
862 B
Fish
complete -c mosaic -n "__fish_use_subcommand" -s s -l split -d 'Send "split (direction h == horizontal / v == vertical)" to active mosaic session'
|
|
complete -c mosaic -n "__fish_use_subcommand" -s o -l open-file -d 'Send "open file in new pane" to active mosaic session'
|
|
complete -c mosaic -n "__fish_use_subcommand" -l max-panes -d 'Maximum panes on screen, caution: opening more panes will close old ones'
|
|
complete -c mosaic -n "__fish_use_subcommand" -s l -l layout -d 'Path to a layout yaml file'
|
|
complete -c mosaic -n "__fish_use_subcommand" -s m -l move-focus -d 'Send "move focused pane" to active mosaic session'
|
|
complete -c mosaic -n "__fish_use_subcommand" -s d -l debug
|
|
complete -c mosaic -n "__fish_use_subcommand" -s h -l help -d 'Prints help information'
|
|
complete -c mosaic -n "__fish_use_subcommand" -s V -l version -d 'Prints version information'
|