Saturday, May 4, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 13642  / 1 Year ago, fri, january 13, 2023, 3:24:30

I am using this script with gnome terminal:



#!/bin/sh
gnome-terminal --tab --title="1" --command="ssh 1"
--tab --title="2" --command="ssh 2"
--tab --title="3" --command="ssh 3"
--tab --title="4" --command="ssh 4"
exit 0


How can I do the same things by script but on a Guake terminal?


More From » command-line

 Answers
2

Did you read guake --help?



Usage: guake.py [options]

Options:
-h, --help show this help message and exit
-t, --toggle-visibility
?ndert die Sichtbarkeit des Terminal-Fensters.
-p, --preferences Zeigt die Einstellungen von Guake
-a, --about Zeigt Guake's Programminformationen
-n NEW_TAB, --new-tab=NEW_TAB
Tab hinzuf?gen
-s SELECT_TAB, --select-tab=SELECT_TAB
Tab ausw?hlen
-g, --selected-tab Return the selectd tab index.
-e COMMAND, --execute-command=COMMAND
Eigenen Befehl im ausgew?hlten Tab ausf?hren
-r RENAME_TAB, --rename-tab=RENAME_TAB
Gew?hlten Tab umbenennen
-q, --quit Sagt Guake das es verschwinden soll :o(

[#44534] Sunday, January 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tigehanc

Total Points: 162
Total Questions: 113
Total Answers: 122

Location: Zambia
Member since Sat, Oct 31, 2020
4 Years ago
tigehanc questions
;