Settings

Theme

Flashlight – Do anything with Spotlight

flashlight.nateparrott.com

13 points by akbiggs 11 years ago · 6 comments

Reader

jrnkntl 11 years ago

So it's like Alfred workflows for Spotlight? This stands or falls with the plugins that will get developed by its users; one of which Alfred is thriving [1]

[1] http://www.packal.org/

  • nateparrott 11 years ago

    It's primarily an API on which developers can build plugins in Python (though doing a lot of useful stuff actually requires calling out to Applescript, of all things). There's no visual workflow-builder like in Alfred, although you _can_ set up triggers for Automator workflows.

    • killercup 11 years ago

      Why are Flashlight plugins written in Python? (I'm asking out of curiosity; I like it.)

      JS and Ruby are bundled with OS X as well and Apple started offering some JavaScript APIs in 10.10 for stuff that could previously only be done with AppleScript.

      • nateparrott 11 years ago

        No particular reason. The API currently involves importing `plugin.py` files and calling functions in them, which makes it a bit simpler, but it should be possible to bridge with other languages. I've considered using Javascript for Automation, but there isn't a huge amount of documentation around it, so it hasn't been that valuable.

nitpicker2 11 years ago

the example picture for translation shows "bom dia" - thats portuguese and not dutch

  • nateparrott 11 years ago

    That's embarrassing... I'll run off and debug that right now.

    Edit: should be fixed in the next build of the translator plugin. Now to update the screenshot...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection