update
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
ddev poweroff 2>/dev/null
|
killall -9 firefox code gnome-terminal-server 2>/dev/null
|
||||||
flatpak kill org.mozilla.firefox 2>/dev/null
|
|
||||||
killall -9 code gnome-terminal-server 2>/dev/null
|
|
||||||
while pgrep -x code > /dev/null; do sleep 0.1; done
|
while pgrep -x code > /dev/null; do sleep 0.1; done
|
||||||
while pgrep -x gnome-terminal-server > /dev/null; do sleep 0.1; done
|
while pgrep -x gnome-terminal-server > /dev/null; do sleep 0.1; done
|
||||||
while pgrep -x firefox > /dev/null; do sleep 0.1; done
|
while pgrep -x firefox > /dev/null; do sleep 0.1; done
|
||||||
|
ddev poweroff 2>/dev/null
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ fi
|
|||||||
TICKET_TAB=""
|
TICKET_TAB=""
|
||||||
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
||||||
|
|
||||||
flatpak run org.mozilla.firefox \
|
firefox \
|
||||||
--new-tab "https://mail.google.com/mail" \
|
--new-tab "https://mail.google.com/mail" \
|
||||||
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
||||||
--new-tab "https://beckhuis-swag6.ddev.site/" \
|
--new-tab "https://beckhuis-swag6.ddev.site/" \
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ fi
|
|||||||
TICKET_TAB=""
|
TICKET_TAB=""
|
||||||
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
||||||
|
|
||||||
flatpak run org.mozilla.firefox \
|
firefox \
|
||||||
--new-tab "https://mail.google.com/mail" \
|
--new-tab "https://mail.google.com/mail" \
|
||||||
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
||||||
--new-tab "https://filter-mueller.dev.mitho-media.de/" \
|
--new-tab "https://filter-mueller.dev.mitho-media.de/" \
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ fi
|
|||||||
TICKET_TAB=""
|
TICKET_TAB=""
|
||||||
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
||||||
|
|
||||||
flatpak run org.mozilla.firefox \
|
firefox \
|
||||||
--new-tab "https://mail.google.com/mail" \
|
--new-tab "https://mail.google.com/mail" \
|
||||||
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
||||||
--new-tab "https://gss6.ddev.site/" \
|
--new-tab "https://gss6.ddev.site/" \
|
||||||
|
|||||||
@@ -10,18 +10,9 @@ fi
|
|||||||
TICKET_TAB=""
|
TICKET_TAB=""
|
||||||
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
||||||
|
|
||||||
flatpak run org.mozilla.firefox \
|
|
||||||
--new-tab "https://mail.google.com/mail" \
|
|
||||||
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
|
||||||
--new-tab "https://kochmesser24.ddev.site/" \
|
|
||||||
--new-tab "https://kochmesser24.ddev.site/admin" \
|
|
||||||
--new-tab "https://kochmesser24.ddev.site:8026/" \
|
|
||||||
--new-tab "https://kochmesser24.ddev.site:9101" \
|
|
||||||
$TICKET_TAB &
|
|
||||||
|
|
||||||
code "$PROJEKT" &
|
code "$PROJEKT" &
|
||||||
|
|
||||||
gnome-terminal --full-screen -- bash -c "$(cat <<EOF
|
gnome-terminal -- bash -c "$(cat <<EOF
|
||||||
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'git fetch --all; git adog; exec bash'
|
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'git fetch --all; git adog; exec bash'
|
||||||
$TAB_TICKET
|
$TAB_TICKET
|
||||||
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'claude "Verschaff dir eine Übersicht, ddev, shopware 6.6"; exec bash'
|
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'claude "Verschaff dir eine Übersicht, ddev, shopware 6.6"; exec bash'
|
||||||
@@ -29,3 +20,11 @@ gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'ddev start; exec
|
|||||||
EOF
|
EOF
|
||||||
)"
|
)"
|
||||||
|
|
||||||
|
firefox \
|
||||||
|
--new-tab "https://mail.google.com/mail" \
|
||||||
|
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
||||||
|
--new-tab "https://kochmesser24.ddev.site/" \
|
||||||
|
--new-tab "https://kochmesser24.ddev.site/admin" \
|
||||||
|
--new-tab "https://kochmesser24.ddev.site:8026/" \
|
||||||
|
--new-tab "https://kochmesser24.ddev.site:9101" \
|
||||||
|
$TICKET_TAB &
|
||||||
|
|||||||
@@ -3,9 +3,8 @@ PROJEKT="/home/arbeit/projects/project-starter"
|
|||||||
|
|
||||||
code "$PROJEKT" &
|
code "$PROJEKT" &
|
||||||
|
|
||||||
gnome-terminal --full-screen -- bash -c "$(cat <<EOF
|
gnome-terminal -- bash -c "$(cat <<EOF
|
||||||
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'git adog; exec bash'
|
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'git adog; exec bash'
|
||||||
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'claude "Verschaff dir eine Übersicht, bash skripte"; exec bash'
|
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'claude "Verschaff dir eine Übersicht, bash skripte"; exec bash'
|
||||||
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'ddev start; exec bash'
|
|
||||||
EOF
|
EOF
|
||||||
)"
|
)"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ fi
|
|||||||
TICKET_TAB=""
|
TICKET_TAB=""
|
||||||
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
|
||||||
|
|
||||||
flatpak run org.mozilla.firefox \
|
firefox \
|
||||||
--new-tab "https://mail.google.com/mail" \
|
--new-tab "https://mail.google.com/mail" \
|
||||||
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
|
||||||
$TICKET_TAB &
|
$TICKET_TAB &
|
||||||
|
|||||||
Reference in New Issue
Block a user