hbang / TermHere

Finder extension for opening a terminal from the current directory
https://hbang.com.au/termhere
Apache License 2.0
110 stars 11 forks source link

Opening folder from file fails #15

Closed imyelmo closed 7 years ago

imyelmo commented 7 years ago

The description of TermHere says "If you select file(s), the directory that contains the file(s) will be used." but I have the following error if I have a file selected:

Last login: Thu May 11 12:28:43 on ttys001 /Users/imyelmo/Downloads/Marcas_pared.jpg imyelmo@imyelmo-MBPR:~$ /Users/imyelmo/Downloads/Marcas_pared.jpg -bash: /Users/imyelmo/Downloads/Marcas_pared.jpg: Permission denied imyelmo@imyelmo-MBPR:~$

This is annoying since it is unavoidable to have some selected file while Finder is being used. I'm using last MacOS version.

kirb commented 7 years ago

This is controlled by the “open selected items” setting. (Admittedly this probably shouldn’t be on by default. Not sure why I made it that way.)

imyelmo commented 7 years ago

Thanks!!!!