Sync file browser and terminal
I often use the terminal module in the bottom pane. I know you can click the heading and select "cd ..." where "..." is the current path in the window above.
It would be nice, however, with an option to automaticly do this, so a "cd" is sent to the terminal automaticly when you move to a new folder. The opposite would also be cool: that a manual "cd" in the terminal caused the file browser above to update.
2 comments
-
mason.kramer
commented
I've solved the second part of this request (cd'ing in the terminal updates the gui) by customizing my bashrc script. See this post for the script.
http://forum.cocoatech.com/showthread.php?t=3355
However, the first part of this request (navigating in the GUI continually updates the terminal working directory) is very important to me and to my knowledge can't be implemented with a bash script.
-
email
commented
+1!