Skip to content

Instantly share code, notes, and snippets.

@ftrvxmtrx
Created March 16, 2020 01:22
Show Gist options
  • Save ftrvxmtrx/311d8b834c9b67d18fe0252a65a3fc3a to your computer and use it in GitHub Desktop.
Save ftrvxmtrx/311d8b834c9b67d18fe0252a65a3fc3a to your computer and use it in GitHub Desktop.
editor = sam
browser = mothra
type is text
data matches '[a-zA-Z¡-￿0-9_\-.,/]+'
data matches '([a-zA-Z¡-￿0-9_\-.,/]+)\.orca'
arg isfile $0
data set $file
plumb to orca
plumb start window games/orca $file
type is text
data matches '[a-zA-Z¡-￿0-9_\-.,/]+'
data matches '([a-zA-Z¡-￿0-9_\-.,/]+)\.theme'
arg isfile $0
data set $file
plumb to picker
plumb start window picker -e $file
include basic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment