PDA

View Full Version : Open In Forklift toolbar item for Finder


wyctim
04-11-2008, 01:38 AM
Hi!

I just want to share my little app. Drag it to the Finder toolbar, and click to open the actual opened folder in Forklift.

Download from here:
http://www.wyctim.com/stuff/openinforklift.zip

Blogpost here: (hungarian)
http://www.wyctim.com/open-in-forklift/

Mudi
04-11-2008, 11:00 AM
Works great!
Thank you.

Evaldas
04-16-2008, 10:37 AM
wyctim, nice job! It's really "a must" for me. Therefore I was asking developers for this "feature" in the ForkLift 1.5 blog comments, but I see, you're quicker! :) Thank you very much

appletv
04-18-2008, 12:16 AM
sorry - doesnt seem to work here on 10.5.2

Schlaefer
04-18-2008, 08:44 AM
sorry - doesnt seem to work here on 10.5.2

Probably you (as I) haven't ForkLift life in the /Applications folder. Change the AppleScript in the Open in Forklift.app into

try
tell application "Finder"
set currentPath to (POSIX path of (target of front window as alias))
set appPath to POSIX path of (path to application "ForkLift" as alias)
end tell
do shell script "open -a '" & appPath & "' '" & currentPath & "'"
end try

appletv
04-18-2008, 12:22 PM
Thx that was it ...... opens a new FL window though - i really hate having to work with multiple windows ;)

FL needs TABS, TABS, TABS !!!

alangeer
04-19-2008, 03:05 PM
I cant seem to get it to the finder toolbar, when I drag the .app there., it doesn't allow it; I am using 10.5.2.

Ideas? I saw the code you posted, but no idea how/where to execute that [tried terminal...] Sorry..... new mac guy here!
Thanks

Alan

alangeer
04-20-2008, 02:50 PM
OK - I got it - you have to hold down the alt key while dragging and hover over the toolbar for a second or two. Now it works and works great!

Thanks