mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Add info about more commands to help command
This commit is contained in:
@@ -36,6 +36,8 @@ Some useful tmuxifier commands are:
|
|||||||
edit-session es Edit specified session layout with \$EDITOR.
|
edit-session es Edit specified session layout with \$EDITOR.
|
||||||
edit-window ew Edit specified window layout with \$EDITOR.
|
edit-window ew Edit specified window layout with \$EDITOR.
|
||||||
commands List all tmuxifier commands.
|
commands List all tmuxifier commands.
|
||||||
|
version Print Tmuxifier version.
|
||||||
|
help Show this message.
|
||||||
|
|
||||||
See 'tmuxifier help <command>' for information on a specific command."
|
See 'tmuxifier help <command>' for information on a specific command."
|
||||||
;;
|
;;
|
||||||
@@ -82,6 +84,32 @@ Aliases: edit-win, ew
|
|||||||
|
|
||||||
Open specified window layout for editing in \$EDITOR."
|
Open specified window layout for editing in \$EDITOR."
|
||||||
;;
|
;;
|
||||||
|
"completions" )
|
||||||
|
echo "usage: tmuxifier completion <command>
|
||||||
|
|
||||||
|
Print a list of available completions for specified command."
|
||||||
|
;;
|
||||||
|
"list" )
|
||||||
|
echo "usage: tmuxifier list
|
||||||
|
|
||||||
|
Aliases: ls
|
||||||
|
|
||||||
|
List all available session and window layouts."
|
||||||
|
;;
|
||||||
|
"list-sessions" )
|
||||||
|
echo "usage: tmuxifier list-sessions
|
||||||
|
|
||||||
|
Aliases: list-ses, lss
|
||||||
|
|
||||||
|
List all session layouts."
|
||||||
|
;;
|
||||||
|
"list-windows" )
|
||||||
|
echo "usage: tmuxifier list-windows
|
||||||
|
|
||||||
|
Aliases: list-win, lsw
|
||||||
|
|
||||||
|
List all window layouts."
|
||||||
|
;;
|
||||||
* )
|
* )
|
||||||
if [ ! -z "$command_path" ]; then
|
if [ ! -z "$command_path" ]; then
|
||||||
echo "Sorry, the '$command' command isn't documented yet."
|
echo "Sorry, the '$command' command isn't documented yet."
|
||||||
|
|||||||
Reference in New Issue
Block a user