Lines Matching full:command

21     command = None  variable in Registry
28 return bool(cls.command)
45 fmt = {'title': title or 'Terminal', 'command': sh_cmd, 'cwd': os.getcwd() }
46 if isinstance(self.command, str):
47 return shlex.split(self.command.format(**fmt))
49 return [element.format(**fmt) for element in self.command]
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
91 self.command = 'konsole -T "{title}" -e {command}'
94 self.command = 'konsole --nofork --workdir . -p tabtitle="{title}" -e {command}'
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
110 self.command = "screen -D -m -t \"{title}\" -S %s {command}" % s_id
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
166 self.command = 'tmux new -c "{{cwd}}" -d -s {0} -n {0} "{{command}}"'
170 self.command = 'tmux new -d -s {0} -n {0} "{{command}}"'
171 self.command = self.command.format(window_name)
182 command = 'false' # This is a placeholder variable in Custom
186 self.command = d and d.getVar('OE_TERMINAL_CUSTOMCMD')
187 if self.command:
188 if not '{command}' in self.command:
189 self.command += ' {command}'
204 if term.command:
205 cmds.append(term.command)
230 # We need to know when the command completes but some terminals (at least