Jump to content

cjlucas

Member
  • Posts

    18
  • Joined

  • Last visited

Posts posted by cjlucas

  1. The workflow doesn't do any caching, it reads from ~/Library/Application Support/com.fournova.Tower2/bookmarks.plist everytime. Can you check to make sure that plist has updated itself with the new project locations? I've had issues with the plist not updating in the past.

  2. - v2.2 (August 14, 2014)

      - Added support for modifier keys

        - Browse in Alfred (cmd)

        - Reveal in Finder (shift)

        - Open in Terminal (alt)

        - Copy to Clipboard (fn)

      - Mountain Lion support dropped

     

    - TODO:

      - Add support for opening in external editor

     

    This workflow has also been added to Packal: http://www.packal.org/workflow/tower-repositories

  3. Shame on me for rushing that fix out. I've re-released 2.0 with support for the new plist format. Everything should be good now. Though it is strange that Tower 2 now uses Core Data, but is still supporting bookmarks.plist.

     

    Let me know if there are any issues.

  4. 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.
  5. Quickly access your Tower git repositories

     

    I finally got around to checking out Alfred today, and I was so blown away by the workflows feature that I decided to write one.

     

    screenshot.png

     

     

    Github: https://github.com/cjlucas/tower-alfred-workflow

     

    The latest packaged workflow can be found here.

     

    I will be checking for bug reports here as well as on Github.  It'll be easier to diagnose bugs if I have your Tower bookmark's file as well (it can be found here: ~/Library/Application Support/Tower/Bookmarks.plist). If you'd prefer to not have it posted in public, you can send me a message on here or on Github.

×
×
  • Create New...