Je cherche une solution basée sur un script exécuté en ligne de commande.
Ouvrir une nouvelle fenêtre du terminal à l'endroit spécifié ~/desktop
open -na terminal ~/desktop
Ouvrir un onglet de terminal
osascript -e 'tell application "Terminal" to activate' -e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down'
Comment ouvrir un onglet de terminal à un répertoire particulier.