nimble-commander icon indicating copy to clipboard operation
nimble-commander copied to clipboard

Copy file paths: additional format options

Open JayBrown opened this issue 8 years ago • 1 comments

XtraFinder has some neat options for file path copying; examples:

Terminal: /Users/UserName/go/src/github.com/hanwen/go-fuse/all.bash
Short Terminal: ~/go/src/github.com/hanwen/go-fuse/all.bash
URL: file:///Users/UserName/go/src/github.com/hanwen/go-fuse/all.bash
Short URL: file:///~/go/src/github.com/hanwen/go-fuse/all.bash
Windows: \Users\UserName\go\src\github.com\hanwen\go-fuse\all.bash
HFS/AppleScript: VolumeName:Users:UserName:go:src:github.com:hanwen:go-fuse:all.bash

Would be great to have in NC. E.g. there could be a submenu for Copy File Paths. Default option (with shortcut ALT-CMD-C) should be the full command line path, as it is currently; the others could be options without shortcuts.

Note: migrated here from the magnumbytes forum

JayBrown avatar Jan 09 '17 11:01 JayBrown

Can be done with an external tool.

singalen avatar Apr 03 '19 21:04 singalen