CopyPath copies selected files and folders, if nothing is selected it will copy the path of the front most finder window. In Version 2.0 modifier keys were added. If you hold down the shift key while launching the application it will format your paths, by default it formats them into windows style paths. If you hold down the option key while launching the application it will bring up a preferences window were you can change how the paths are formatted.
CopyPath uses ScriptingBridge, which is a way for applications to talk to each other. This has a great python wrapper (that RockStar uses) but that turned out to be too slow, so Objective-C was the solution. This makes the application run in milliseconds instead of seconds like some path coping apps that rely on Apple Script or Automator.
The source for CopyPath is available under the MIT License. If you are interested in contributing or have a suggestion shoot us an email.
The source for CopyPath is available under the MIT License. If you are interested in contributing or have a suggestion shoot us an email.

CopyPath 2.0
-
Shift Modifier Key - If the shift key is down when the app is launched use the preferences to format the paths.
HighComplete
-
Preferences - Add preferences for: Pre line, Post line, Pre block, Post block, Search, Replace, and End line.
HighComplete
-
Preference Panel - If the option key is pressed when the app is launched open the preference panel.
HighComplete
CopyPath 1.0
-
MVC - There is no view, but break the model(finder) from the controller(main).
MediumComplete
-
No Selection - If nothing is selected get the path of the front most finder window.
HighComplete
-
Google Code - Setup a google code project to share the source.
MediumComplete
-
Icon - Make the icon fit into the finder toolbar.
HighComplete
-
Copy Paths - Copy file and directory paths and put them in the clipboard, separated by newlines.
CriticalComplete