Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotkey "Copy Path" and "Show in Finder" #681

Open
NoNoNo opened this issue May 31, 2024 · 1 comment
Open

Hotkey "Copy Path" and "Show in Finder" #681

NoNoNo opened this issue May 31, 2024 · 1 comment

Comments

@NoNoNo
Copy link

NoNoNo commented May 31, 2024

Please implement a hotkey and a context menu option for:

  • Copy file path of track to clipboard
  • Show track in the OS file manager (macOS Finder, Windows Explorer or Linux equivalent)

Thanks for the great software!

@NoNoNo
Copy link
Author

NoNoNo commented May 31, 2024

Or even more powerful:

Open file of track with custom shell script

e.g. open track with reveal-in-finder.sh

/usr/bin/osascript - "$1" <<APPLESCRIPT

  on run argv
    tell application "Finder"
      activate
      reveal POSIX file (item 1 of argv) as alias
    end tell
  end run

APPLESCRIPT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant