Jump to content

AlfredLite - A lightweight Ruby framework for creating workflows


Recommended Posts

AlfredLite is a lightweight modular framework for creating workflows.

 
Features
  • Modular design
    • Only load the modules your workflow uses
    • Faster load times (execution speed is an underappreciated feature of any workflow)
    • Less bundeled dependencies
  • Subclassable workflows
    • Alfred::Workflow is designed to be subclassed, the possibilities are endless!
 
Requirements
AlfredLite is tested against the following verions of Ruby:
  • 1.8.7 (preinstalled on OS X Mountain Lion)
  • 1.9.3
  • 2.0.0 (preinstalled on OS X Mavericks)
 
Contributing (aka I can't do this alone!)
  • Bug Fixes
    • Reporting bugs is encouraged and greatly appreciated, send them here.
    • If you're contributing a bug fix, please make sure you're committing your fixes on the develop branch (bonus points for creating a dedicated bug fix branch).
  • Feature Requests
    • Have an idea that will help make writing your workflows easier? Then submit it here.
 
 
Updates
 
2013-06-02: The first release of AlfredLite was made available today, it can be found here. Next up on the list of todos: a settings module.
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...