Jump to content

jmjeong

Member
  • Posts

    86
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Like
    jmjeong reacted to CarlosNZ in Browse and Manage alfred extension (alf)   
    Still a no go I'm afraid.  I do have some workflows in my list disabled - any chance that might have something to do with it?
  2. Like
    jmjeong reacted to vdesabou in Browse and Manage alfred extension (alf)   
    That's awesome, I will use it very often!
     
    However, it is not working on my side. Trying to execute the python script on command line, I get:
     
    python main.py "test" Traceback (most recent call last): File "main.py", line 31, in <module> keyword = ",".join([o['config']['keyword'] for o in plist['objects'] if 'alfred.workflow.input' in o['type'] ]) KeyError: 'keyword'  
     
    Any idea how to fix this?
     
    Cheers
  3. Like
    jmjeong reacted to CarlosNZ in Browse and Manage alfred extension (alf)   
    Hmmm, this could be very useful, but for me it's getting stuck on "loading..."

    Nothing happens after that.
  4. Like
    jmjeong got a reaction from xilopaint in Browse and Manage alfred extension (alf)   
    Browse and Manage alfred extension (Download)
     
    Search and manage the installed extension.
     

     
    Usage
     
    alf :: display the installed extensions
    alf <search> :: search extension by title, author name, and keyword

    enter :: Browse the installed folder in Alfred
    ctrl :: Reveal the installed folder in Finder
    shift :: Execute extension with the first keyword
    cmd :: Open terminal in the installed folder
    opt:: Export the extension for distribusion (Default: ~/Downloads, you can refine it in export.json file)

    export.json
     
    The file format is as follows:
     
    {
    "workflow-export" :
    {"directory" : "~/git/alfred-extension/managealfredextension",
    "enable": true},
    "source-export":
    {"directory" : "~/git/alfred-extension/managealfredextension",
    "enable": false}
    }   'workflow-export' specifies the directory where .alfredworkflow is exported. 'source-export' specifies the directory where extension source is copied.
     
     
    Version History
     
     
    2.8 - July 16, 2014
     
    Handles the title and author having space  
    2.6 - April 11, 2013
    Handle subdirectory during export 2.5 - April 8, 2013
    Display hotkey informationHotkey information is borrowed from (com.help.shawn.rice) by Shawn Rice 2.4 - April 1, 2013
    Fix a bug about pathname with space 2.3 - March 31, 2013
    Sort title by alphabetically 2.2 - March 29, 2013
    Export feature : Default directory is ~/Downloads Toggle extensions with fn modifier Fix a bug in export function 2.0 - March 29, 2013
    Export feature Open terminal Support Alleyoop's auto update plugin Display 'disabled' extension 1.x - March 28, 2013
    Initial version
  5. Like
    jmjeong got a reaction from Benzi in Browse and Manage alfred extension (alf)   
    Good Idea. I updated the extension to display its icon. 
  6. Like
    jmjeong got a reaction from 40-02 in Browse and Manage alfred extension (alf)   
    Browse and Manage alfred extension (Download)
     
    Search and manage the installed extension.
     

     
    Usage
     
    alf :: display the installed extensions
    alf <search> :: search extension by title, author name, and keyword

    enter :: Browse the installed folder in Alfred
    ctrl :: Reveal the installed folder in Finder
    shift :: Execute extension with the first keyword
    cmd :: Open terminal in the installed folder
    opt:: Export the extension for distribusion (Default: ~/Downloads, you can refine it in export.json file)

    export.json
     
    The file format is as follows:
     
    {
    "workflow-export" :
    {"directory" : "~/git/alfred-extension/managealfredextension",
    "enable": true},
    "source-export":
    {"directory" : "~/git/alfred-extension/managealfredextension",
    "enable": false}
    }   'workflow-export' specifies the directory where .alfredworkflow is exported. 'source-export' specifies the directory where extension source is copied.
     
     
    Version History
     
     
    2.8 - July 16, 2014
     
    Handles the title and author having space  
    2.6 - April 11, 2013
    Handle subdirectory during export 2.5 - April 8, 2013
    Display hotkey informationHotkey information is borrowed from (com.help.shawn.rice) by Shawn Rice 2.4 - April 1, 2013
    Fix a bug about pathname with space 2.3 - March 31, 2013
    Sort title by alphabetically 2.2 - March 29, 2013
    Export feature : Default directory is ~/Downloads Toggle extensions with fn modifier Fix a bug in export function 2.0 - March 29, 2013
    Export feature Open terminal Support Alleyoop's auto update plugin Display 'disabled' extension 1.x - March 28, 2013
    Initial version
  7. Like
    jmjeong got a reaction from thec13 in Browse and Manage alfred extension (alf)   
    Browse and Manage alfred extension (Download)
     
    Search and manage the installed extension.
     

     
    Usage
     
    alf :: display the installed extensions
    alf <search> :: search extension by title, author name, and keyword

    enter :: Browse the installed folder in Alfred
    ctrl :: Reveal the installed folder in Finder
    shift :: Execute extension with the first keyword
    cmd :: Open terminal in the installed folder
    opt:: Export the extension for distribusion (Default: ~/Downloads, you can refine it in export.json file)

    export.json
     
    The file format is as follows:
     
    {
    "workflow-export" :
    {"directory" : "~/git/alfred-extension/managealfredextension",
    "enable": true},
    "source-export":
    {"directory" : "~/git/alfred-extension/managealfredextension",
    "enable": false}
    }   'workflow-export' specifies the directory where .alfredworkflow is exported. 'source-export' specifies the directory where extension source is copied.
     
     
    Version History
     
     
    2.8 - July 16, 2014
     
    Handles the title and author having space  
    2.6 - April 11, 2013
    Handle subdirectory during export 2.5 - April 8, 2013
    Display hotkey informationHotkey information is borrowed from (com.help.shawn.rice) by Shawn Rice 2.4 - April 1, 2013
    Fix a bug about pathname with space 2.3 - March 31, 2013
    Sort title by alphabetically 2.2 - March 29, 2013
    Export feature : Default directory is ~/Downloads Toggle extensions with fn modifier Fix a bug in export function 2.0 - March 29, 2013
    Export feature Open terminal Support Alleyoop's auto update plugin Display 'disabled' extension 1.x - March 28, 2013
    Initial version
  8. Like
    jmjeong got a reaction from Carlos-Sz in Browse and Manage alfred extension (alf)   
    Browse and Manage alfred extension (Download)
     
    Search and manage the installed extension.
     

     
    Usage
     
    alf :: display the installed extensions
    alf <search> :: search extension by title, author name, and keyword

    enter :: Browse the installed folder in Alfred
    ctrl :: Reveal the installed folder in Finder
    shift :: Execute extension with the first keyword
    cmd :: Open terminal in the installed folder
    opt:: Export the extension for distribusion (Default: ~/Downloads, you can refine it in export.json file)

    export.json
     
    The file format is as follows:
     
    {
    "workflow-export" :
    {"directory" : "~/git/alfred-extension/managealfredextension",
    "enable": true},
    "source-export":
    {"directory" : "~/git/alfred-extension/managealfredextension",
    "enable": false}
    }   'workflow-export' specifies the directory where .alfredworkflow is exported. 'source-export' specifies the directory where extension source is copied.
     
     
    Version History
     
     
    2.8 - July 16, 2014
     
    Handles the title and author having space  
    2.6 - April 11, 2013
    Handle subdirectory during export 2.5 - April 8, 2013
    Display hotkey informationHotkey information is borrowed from (com.help.shawn.rice) by Shawn Rice 2.4 - April 1, 2013
    Fix a bug about pathname with space 2.3 - March 31, 2013
    Sort title by alphabetically 2.2 - March 29, 2013
    Export feature : Default directory is ~/Downloads Toggle extensions with fn modifier Fix a bug in export function 2.0 - March 29, 2013
    Export feature Open terminal Support Alleyoop's auto update plugin Display 'disabled' extension 1.x - March 28, 2013
    Initial version
  9. Like
    jmjeong reacted to bevesce in Find and paste unicode symbols - arrow, triangles, greek and more   
    Find and paste unicode symbols. I included a lot of them, like really a lot, over 20k I think, but for me workflow works pretty fast.
     
    Symbol can be pasted as symbol (mh...), in html encoding, as python string and as unicode code point.
     
    Download:
    https://github.com/bevesce/unicode-symbols-search/raw/master/Symbols.alfredworkflow
     
    Source:
    https://github.com/bevesce/unicode-symbols-search
  10. Like
    jmjeong got a reaction from drking in agenda : Display events and tasks/to-do's from the OS X   
    Display events and reminder from the OS X. 
     

     
    agenda : today event, reminder
    agenda 1 : today + tomorrow
    agenda 2 : today + tomorrow + the day after tomorrow
    agenda n : no due date reminders
     
    This extension uses iCalBuddy by Ali Rantakari internally. 
     
    Download : http://cl.ly/1P2J1v352O2z
  11. Like
    jmjeong got a reaction from twinpeaks in agenda : Display events and tasks/to-do's from the OS X   
    Display events and reminder from the OS X. 
     

     
    agenda : today event, reminder
    agenda 1 : today + tomorrow
    agenda 2 : today + tomorrow + the day after tomorrow
    agenda n : no due date reminders
     
    This extension uses iCalBuddy by Ali Rantakari internally. 
     
    Download : http://cl.ly/1P2J1v352O2z
  12. Like
    jmjeong reacted to dajoho in Sourcetree Workflow   
    Hi everyone.
     
    I made a quick workflow that allows you to search/open your GIT repositories directly in Sourcetree. It searches through your Sourcetree bookmarks file and displays autocomplete results.
     

     
     
    If you're interested, you can get it here: https://github.com/dajoho/sourcetree-alfred-workflow
  13. Like
    jmjeong got a reaction from Ddyracer in Search Mac AppStore   
    This version opens not web browser, but 'App Store' application. So you can reduce one step to buy application. :-)
  14. Like
    jmjeong got a reaction from thec13 in Search Mac AppStore   
    Search Mac AppStore 
     

     
     
    Download : http://cl.ly/220h1w3c190z (fix typo)
×
×
  • Create New...