How can I set up some quick access ubuntu terminals to directories other than the user's home?
|
Check out Apparix. To install it run Once you install this, it basically is a bookmark manager for your terminal. Run |
|||
|
|
|
You can edit ~/.bashrc and add the line CD /path/to/desired/directory. Everytime you open a new shell, it'll default to that directory. |
|||
|
|
|
You can give gnome-terminal a working directory. If you add a terminal applet to a panel, you can then get its properties and put the options to do this in the
|
|||
|
|
|
Install Nautilus Actions Configuration from Software Center. Then go to Systems->Preferences->Nautilus Actions Configurations and then create an action named "Open Terminal here" for folders with the command gnome-terminal and parameter as --working-directory=%d After that, you can right-click on any folder and get a terminal window right away. |
|||
|
|
|
Create custom keyboard shortcuts. E.g. pressing In Ubuntu 11.10 you can do this by going to In the command field of a new custom keyboard shortcut window, type To change the keyboard shortcut to open Terminal in the default directory (default is |
|||
|
|