Lines Matching defs:command
21 command = None variable in Registry
58 command = 'gnome-terminal -t "{title}" -- {command}' variable in Gnome
71 command = 'mate-terminal --disable-factory -t "{title}" -x {command}' variable in Mate
75 command = 'xfce4-terminal -T "{title}" -e "{command}"' variable in Xfce
79 command = 'terminology -T="{title}" -e {command}' variable in Terminology
83 command = 'konsole --separate --workdir . -p tabtitle="{title}" -e {command}' variable in Konsole
98 command = 'xterm -T "{title}" -e {command}' variable in XTerm
102 command = 'rxvt -T "{title}" -e {command}' variable in Rxvt
106 command = 'screen -D -m -t "{title}" -S devshell {command}' variable in Screen
123 command = 'tmux split-window -c "{cwd}" "{command}"' variable in TmuxRunning
141 command = 'tmux new-window -c "{cwd}" -n "{title}" "{command}"' variable in TmuxNewWindow
155 command = 'tmux new -c "{cwd}" -d -s devshell -n devshell "{command}"' variable in Tmux
182 command = 'false' # This is a placeholder variable in Custom