
xfce4-terminal
List of commands for xfce4-terminal:
-
xfce4-terminal:tldr:14e28 xfce4-terminal: Open multiple new tabs, executing a command in each.$ xfce4-terminal --tab --command "${command_a}" --tab --command "${command_b}"try on your machineexplain this command
-
xfce4-terminal:tldr:41c73 xfce4-terminal: Keep the terminal around after the executed command finishes executing.$ xfce4-terminal --command "${command_with_args}" --holdtry on your machineexplain this command
-
xfce4-terminal:tldr:45fff xfce4-terminal: Open a new terminal window.$ xfce4-terminaltry on your machineexplain this command
-
xfce4-terminal:tldr:55f75 xfce4-terminal: Set the initial title.$ xfce4-terminal --initial-title "${initial_title}"try on your machineexplain this command
-
xfce4-terminal:tldr:65bac xfce4-terminal: Open a new tab in the current terminal window.$ xfce4-terminal --tabtry on your machineexplain this command
-
xfce4-terminal:tldr:9868e xfce4-terminal: Execute a command in a new terminal window.$ xfce4-terminal --command "${command_with_args}"try on your machineexplain this command