Skip to content

Instantly share code, notes, and snippets.

@meyt
Created October 31, 2021 08:18
Show Gist options
  • Save meyt/f3b8ce39d05c41b8d9eed09449f32665 to your computer and use it in GitHub Desktop.
Save meyt/f3b8ce39d05c41b8d9eed09449f32665 to your computer and use it in GitHub Desktop.
Thunar file manager custom actions
# play v2m in selected directory
xfce4-terminal --hold -e "bash -c 'cd %f; for i in *.v2m; do /opt/v2mplayer/v2mplayer \"\$i\" ;done'"
# play selected v2m file
xfce4-terminal -e "/opt/v2mplayer/v2mplayer %f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment