/change_terminal

Open directory in Terminator window

Primary LanguageShell

Change your terminal window to a Terminator one with a simple command.

Open a terminal in a specific directory from Nautilus and switch it to a terminator window using the command 'ct'.

Download the script and give it permission to be executed:

chmod +x change_terminal.sh

Add the following alias to your .bash_aliases or .bashrc file

alias ct="path/to/change_terminal.sh"