I use git bash
for my terminal configuration and it has --cd
option where I can pass the path to open terminal in:
I have pretty deeply nested directory structure and thought it would be very convenient to open terminal in the directory I select in the tree:
Is there a plugin that can do that? If not, how hard will it be to write my own simple plugin?
It will probably be very basic:
- read the currently selected folder path
- run "open terminal" action supplied the command line string with the concatenated path
Thanks