Jump to content

jmjeong

Member
  • Posts

    86
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Like
    jmjeong got a reaction from Vero in Add to Things 2/3 workflow   
    I updated the workflow and released it to github. @Today is changed into id, so I think it will work for spanish translation.
  2. Like
    jmjeong got a reaction from Actors in Add to Things 2/3 workflow   
    I updated the workflow and released it to github. @Today is changed into id, so I think it will work for spanish translation.
  3. Like
    jmjeong got a reaction from nbibikov in Bookmark - Search, Add and Delete Bookmarks (works without pinboard)   
    Bookmark is alfred workflow which enables to manage and search bookmark. You can add browser's URL to bookmark, add multiple tags to it, and search it.
    This workflow works without pinboard.in account. You can link pinboard.in account with this workflow also.
     
    Download: https://github.com/jmjeong/alfred-extension/blob/master/bookmark/bookmark.alfredworkflow?raw=true
    Youtube Link: https://youtu.be/ImXADq0mBRM
     
    After integrating pinboard.in account, you can download the data pinboard.in using pbreload command.
    Bookmark workflow provides...
    Add bookmark - add frontmost browser's url to bookmarkIn adding bookmark, you can assign multiple tags. Search bookmark Delete bookmark Assign [private], [star] attribute in bookmarkYou can narrow the search space using this property Several sort optionslaunch count accessed added Pinboard integrationYour local bookmarks are replaced with pinboard.in data after integration After integration, add/delete operation is synced with pinboard.in You can download pinboard.in bookmark with pbreload command. Install
     
    You need to set key manually after installing bookmark.
    Cmd-Shift-Ctrl-P : Workflow launch (Search condition follows setting) Cmd-Shift-Ctrl-K(!) : Search every bookmark temporary (Ignore settings) Cmd-Shift-Ctrl-L(*) : Search marked bookmark only Cmd-Shift-Ctrl-;(+) : Add bookmark (This key is valid only when browser is the frontmost window) Assign attribute to bookmark
     
    You can change search condition from setting menu(_).
    private : Toggle with [shift] modifier key star : Toggle with [ctrl] modifier You can change attributes of multiple bookmarks of the same tag.ctrl: set mark, shift: unset mark, alt: set private, cmd: unset private Setting
    mark[filter] private[filter] sortaccessed, launch_count, time launch_count, accessed, time time, accessed Command
    bm (ctrl-shift-cmd-p)
    ! (ctrl-shift-cmd-k) - Search every bookmarks (ignore search condition in setting) * (ctrl-shift-cmd-l) - Search marked bookmark only + (ctrl-shift-cmd-) - Add URL to bookmark. # - Tag search For entries
    Enter : launch bookmark Ctrl : toggle mark attribute Shift : toggle private attribute Alt : delete bookmark Cmd : copy URL
  4. Like
    jmjeong got a reaction from cands in alfred-pinboard version2.3 (alfred3 support)   
    - GitHub Page : https://github.com/jmjeong/alfred-extension/tree/master/alfred-pinboard
    - Workflow Download : https://raw.githubusercontent.com/jmjeong/alfred-extension/master/alfred-pinboard/pinboard.alfredworkflow
     
     
    v2.3 (2016-05-20)
    Update Settings for Alfred v3   v2.27
    Fix a bug in debug logging v2.25
    change Reload threshold time to 1 hour from 12 hours Arrange alfred layout  
    v2.24
    pblog records copy command guard code for invalid bookmark data  
    v2.22
    Launch history command (pblog) Sort option : last accessed time (^l) '!' is used to sort key too  
    V2.1 Changelog
     
      - multiple tag search : specify tag group for searching (#)   - display last modified time of local cached bookmarks   - display host name only in main list   - display tag information in main list too   - update the number of entries in the history list after searching   - display untagged bookmarks in tag list   - support sort option : title ascending(`^a`), title descending(`^z`), time ascending(`^d`), time descending(default)    
     
    Yet another alfred-pinboard workflow. It provides INSTANT pinboard search and the following function.
    search pinboard (pba) - supports various search condition such as or(|), and( ), and not(-) search tag (pbtag) search pinboard memo (pbmemo) show starred bookmark (pbs) browse and search history (pbhis)
    goto or delete the searched bookmark
    copy url of the searched bookmark send url to pocket mark or unmark the favorite bookmark
    InstallationDownload and Install alfred-pinboard Workflow You need to set short-key manually pbauth username:TOKEN <- set access token Get it from https://pinboard.in/settings/password pbreload - loads latest bookmarks and memo from pinboard.in search with pba, pbtag, pbmemo command (optional) pbauthpocketneeded only if you want to send URL to pocket (optional) install cron job : for faster searching without pbreloaddownload it from pinboard-download.py chmod a+x pinboard-download.py register script in crontab using crontab -e
    */15 * * * * /path/to/pinboard-download.py > /dev/null 2>&1
    Command pba query : search query from description and link and tags pbnote query : search query from pinboard notes pbu query : search query from description(title) in unread list pbl query : search query from link pbs query : search query from starred bookmarks pbtag query : search tag list. You can autocomplete it by pressing ‘tab’
    pbhis : show search history
    pbreload : loads latest bookmarks from pinboard.in
    pbauth username:token : Set pinboard authentication token (optional)
    pbauthpocket : Pocket authentication (optional) Search Condition- before search word stands for not ex) -program  stands for and query ex) python alfred | stands for or query ex) python|alfred and query is evaluated first, than or query is evaluated KeysYou need to set it manually because of alfred restriction
    ctl-shift-cmd-p : launch pba ctl-shift-cmd-c : launch pbtag ctl-shift-cmd-n : launch pbnote ctl-shift-cmd-s : launch pbs ctl-shift-cmd-h : launch pbhis Action enter to open the selected url in the browser tab to expand in pbtag command Hold cmd while selecting a bookmark to copy it’s url to clipboard Hold alt while selecting to delete a bookmark from your pinboard Hold ctrl while selecting a bookmark to mark or unmark it Hold shift while selecting to send URL to pocket. You need to set auth_token using
    pbauthpocket  
    help

    Search
    Tag Browse
    Tag Search
    Starred Bookmark
    Search History
  5. Like
    jmjeong reacted to deanishe in Workflow Library for Python   
    IMPORTANT NOTE ABOUT HANGING PROCESSES ON SIERRA (2017-04-03)
     
    Versions of Alfred-Workflow older than 1.25 cannot launch background processes properly on Sierra. In fact, they regularly hang quite dramatically and consume 100% CPU  
     
    Users (in particular) affected by this bug should install and run this workflow, which can find and fix any workflows with broken versions of Alfred-Workflow.
     
     
    The workflow library for Python
     
    GitHub | Documentation

    A feature-rich library for developing Alfred workflows in Python

    The library is simple to install, has no external dependencies, is very well-documented and maintained, and boasts an eye-wateringly high feature-to-size ratio at under 400 KB. It is the only Python library that is always up-to-date with Alfred's features.

    Main features
    Supports all Alfred features from 2.0 to 3.6. Catches, logs and notifies users (and developers) of errors in Workflows. No more confusing, silent failure. Super-simple, yet powerful data caching (e.g. from a web service) and storage, including session-scoped data. Easy-to-use Workflow settings API. Supports Alfred's AppleScript API, including saving settings to info.plist and calling External Triggers. Keychain access for secure storage (and cross-machine syncing) of sensitive data, like passwords and API keys. Tunable and understandable Alfred-like fuzzy search (e.g. got matches Game of Thrones as well as Baby Got Back. Or not: that's up to you.) Extremely lightweight, but full-featured, HTTP library with Requests-like interface, but just 12 KB instead of > 2 MB. Convenient access to standard macOS icons, for high-quality, familiar icons without adding size to the library. Also available via proper English. Pre-configured, built-in logging to enable simpler Workflow debugging. Painlessly run (update) scripts in the background without blocking your workflow, so you can still show "old" results while fetching new ones. API for running AppleScript/JXA scripts. Simple support for 3rd-party libraries your Workflow relies on. "Magic" arguments to make developing/debugging Workflows so much easier, especially when helping less technically-inclined users. With "magic" arguments, you and your Workflow's users can open the Workflow's log file in Console.app, its cache and data directories in Finder, and its root directory in Finder or Terminal from the comfort of Alfred's query box. You can also delete the cache/data/settings if something is corrupted. Your workflow can update itself via GitHub releases. Smart handling of non-ASCII. Query sale will match result salé, but query salé will not match result sale. Functions to support migrating settings/data from older versions of your workflow. Alfred 3-only features
    Workflow variables Advanced modifiers Alfred 3-only updates Re-run Script Filters  
    And as you can see from the above links, there is extensive documentation, including a two-part tutorial on building a Workflow from scratch.

    Examples

    Here are a few examples of how you can do some pretty cools stuff in just a few lines of code.
    A simple Workflow I made to search Packal in ~90 lines of code. A simple Workflow to search your recent Pinboard posts in ~50 lines of code. A polished, user-friendly, wicked-fast Workflow to search your recent Pinboard posts in ~200 lines of code. Remember, each of these Workflows also has—for free—full error-catching and -logging support, and the ability to open its log file (which contains all errors) via Alfred's query box. No need to ask users to grub around in ~/Library or flounder in Terminal here. This is not the Workflow library 2014 deserves, but it's the one it needs   

    Feedback

    If you have any bug reports/feature requests, add them either here or on GitHub.

    More info

    The documentation is the definitive source of information on the Alfred-Workflow library. The User Guide and Tutorial provide fairly extensive information both on how to use Alfred-Workflow and write Workflows in general (if you're new to this lark).
     
  6. 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
  7. Like
    jmjeong got a reaction from 40-02 in Markdown TOC Generator   
    Download: 
     
    https://dl.dropboxusercontent.com/u/4345768/markdown-toc.alfredworkflow
     
    Usage:
     
        Select markdown document, and select [Markdown TOC] then toc contents are copied to Clipboard. 
     
    Markdown:
     
     
    Output: 
     
       Default depth of section is 2. 
     
         
     
     
     
     
     
  8. Like
    jmjeong got a reaction from jarhead in Markdown TOC Generator   
    Download: 
     
    https://dl.dropboxusercontent.com/u/4345768/markdown-toc.alfredworkflow
     
    Usage:
     
        Select markdown document, and select [Markdown TOC] then toc contents are copied to Clipboard. 
     
    Markdown:
     
     
    Output: 
     
       Default depth of section is 2. 
     
         
     
     
     
     
     
  9. 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
  10. Like
    jmjeong got a reaction from paulw in alfred-pinboard version2.3 (alfred3 support)   
    pbtag syntax is [pbtag {tag} {search}].
     
    pbtag command will show tag list in pinboard.in.  After [pbtag tag] is completed, next searches bookmark in the selected tag. 
    [Tab] key means the 'auto complete' key.
  11. Like
    jmjeong got a reaction from deanishe in alfred-pinboard version2.3 (alfred3 support)   
    - GitHub Page : https://github.com/jmjeong/alfred-extension/tree/master/alfred-pinboard
    - Workflow Download : https://raw.githubusercontent.com/jmjeong/alfred-extension/master/alfred-pinboard/pinboard.alfredworkflow
     
     
    v2.3 (2016-05-20)
    Update Settings for Alfred v3   v2.27
    Fix a bug in debug logging v2.25
    change Reload threshold time to 1 hour from 12 hours Arrange alfred layout  
    v2.24
    pblog records copy command guard code for invalid bookmark data  
    v2.22
    Launch history command (pblog) Sort option : last accessed time (^l) '!' is used to sort key too  
    V2.1 Changelog
     
      - multiple tag search : specify tag group for searching (#)   - display last modified time of local cached bookmarks   - display host name only in main list   - display tag information in main list too   - update the number of entries in the history list after searching   - display untagged bookmarks in tag list   - support sort option : title ascending(`^a`), title descending(`^z`), time ascending(`^d`), time descending(default)    
     
    Yet another alfred-pinboard workflow. It provides INSTANT pinboard search and the following function.
    search pinboard (pba) - supports various search condition such as or(|), and( ), and not(-) search tag (pbtag) search pinboard memo (pbmemo) show starred bookmark (pbs) browse and search history (pbhis)
    goto or delete the searched bookmark
    copy url of the searched bookmark send url to pocket mark or unmark the favorite bookmark
    InstallationDownload and Install alfred-pinboard Workflow You need to set short-key manually pbauth username:TOKEN <- set access token Get it from https://pinboard.in/settings/password pbreload - loads latest bookmarks and memo from pinboard.in search with pba, pbtag, pbmemo command (optional) pbauthpocketneeded only if you want to send URL to pocket (optional) install cron job : for faster searching without pbreloaddownload it from pinboard-download.py chmod a+x pinboard-download.py register script in crontab using crontab -e
    */15 * * * * /path/to/pinboard-download.py > /dev/null 2>&1
    Command pba query : search query from description and link and tags pbnote query : search query from pinboard notes pbu query : search query from description(title) in unread list pbl query : search query from link pbs query : search query from starred bookmarks pbtag query : search tag list. You can autocomplete it by pressing ‘tab’
    pbhis : show search history
    pbreload : loads latest bookmarks from pinboard.in
    pbauth username:token : Set pinboard authentication token (optional)
    pbauthpocket : Pocket authentication (optional) Search Condition- before search word stands for not ex) -program  stands for and query ex) python alfred | stands for or query ex) python|alfred and query is evaluated first, than or query is evaluated KeysYou need to set it manually because of alfred restriction
    ctl-shift-cmd-p : launch pba ctl-shift-cmd-c : launch pbtag ctl-shift-cmd-n : launch pbnote ctl-shift-cmd-s : launch pbs ctl-shift-cmd-h : launch pbhis Action enter to open the selected url in the browser tab to expand in pbtag command Hold cmd while selecting a bookmark to copy it’s url to clipboard Hold alt while selecting to delete a bookmark from your pinboard Hold ctrl while selecting a bookmark to mark or unmark it Hold shift while selecting to send URL to pocket. You need to set auth_token using
    pbauthpocket  
    help

    Search
    Tag Browse
    Tag Search
    Starred Bookmark
    Search History
  12. 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
  13. Like
    jmjeong reacted to deanishe in XML parse error in Alfred 2.2 [Fixed 2.3]   
    Right, sorry. It's hard to read the XML, as it's all on one line.
    I've tried parsing the XML from 'http://s.jmjeong.com/aa.xml' with a few different Python and Ruby parsers.
    Everything works perfectly except Alfred…
    So, you're probably right: there's a problem with Alfred and/or how it uses NSXMLParser.
    Best take this back to the bug reports forum. (I've had problems with Alfred no accepting valid XML myself, but Andrew insisted I was doing something wrong…)
  14. Like
    jmjeong got a reaction from forgetfulfellow in Korean Input Is different in Alfred vs. Terminal   
    Refer http://jmjeong.com/unicode-in-alfred-workflow/
  15. Like
    jmjeong reacted to Andrew in XML parse error in Alfred 2.2 [Fixed 2.3]   
    I'm going to move this to the workflow help section to see if somebody can help you. Alfred doesn't impose size limits on the scripts / xml, and from that debug log, it looks like the XML being passed back to Alfred is missing some data, so possibly an error in the script.   I'll keep an eye on this, if anybody can shed some light on the issue.   Cheers, Andrew
  16. Like
    jmjeong got a reaction from picturetakerman in Yet another alfred-pinboard workflow (obsolete)   
    Yet another alfred2-pinboard workflow. It provides INSTANT pinboard search and various functionality.
    Github : https://github.com/jmjeong/alfred-extension/tree/master/pinboard Workflow Download : https://raw.github.com/jmjeong/alfred-extension/master/pinboard/pinboard.alfredworkflow  
    Updated:
     
    - v1.2 : Remove the dependency of cron job 
    - v1.1 : add [send to Pocket]
     
     
    ::: Version 2.0 is released. <2014-05-27 Tue>
  17. Like
    jmjeong got a reaction from Jono in Yet another alfred-pinboard workflow (obsolete)   
    Yet another alfred2-pinboard workflow. It provides INSTANT pinboard search and various functionality.
    Github : https://github.com/jmjeong/alfred-extension/tree/master/pinboard Workflow Download : https://raw.github.com/jmjeong/alfred-extension/master/pinboard/pinboard.alfredworkflow  
    Updated:
     
    - v1.2 : Remove the dependency of cron job 
    - v1.1 : add [send to Pocket]
     
     
    ::: Version 2.0 is released. <2014-05-27 Tue>
  18. Like
    jmjeong got a reaction from deanishe in Yet another alfred-pinboard workflow (obsolete)   
    Yet another alfred2-pinboard workflow. It provides INSTANT pinboard search and various functionality.
    Github : https://github.com/jmjeong/alfred-extension/tree/master/pinboard Workflow Download : https://raw.github.com/jmjeong/alfred-extension/master/pinboard/pinboard.alfredworkflow  
    Updated:
     
    - v1.2 : Remove the dependency of cron job 
    - v1.1 : add [send to Pocket]
     
     
    ::: Version 2.0 is released. <2014-05-27 Tue>
  19. 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
  20. Like
    jmjeong got a reaction from thec13 in Search Mac AppStore   
    Search Mac AppStore 
     

     
     
    Download : http://cl.ly/220h1w3c190z (fix typo)
  21. Like
    jmjeong got a reaction from _mk_ in Browse and Manage alfred extension (alf)   
    Version 2.6 handles sub-directory correctly now and adds export.json file to ignore list. 
  22. Like
    jmjeong got a reaction from arsenty 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
  23. Like
    jmjeong got a reaction from Domenic 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
  24. Like
    jmjeong got a reaction from drking in Tidy up LaunchPad : hide unnecessary icon from LaunchPad in Mountain Lion   
    Tidy up LaunchPad in Mountain Lion(Link, Download)




    Usage
     
    tdl appname :: Remove app icon from LaunchPad  
    Mountain Lion's Launchpad is pretty good but it's still hard to get something out of it after you put it in if you didn't get it at the Mac App Store. If Launchpad Control is overkill for you, this might help.

     
    References
    Tidy up lanchpad in Mountain Lion(Laine lee) Back To The Mac Blog- OS X 런치패드에서 사용자가 원치않는 프로그램 아이콘을 손쉽고 간편하게 감출 수 있는 방법 Icon : Launch Pad(NoSmokingBandit)  
     
    Version History

    1.2 - March 30, 2013
    Add help item Sort app names alphabetically 1.1 - March 30, 2013
    Fix a problem of filename with korean encoding 1.0 - March 30, 2013
    Initial release
  25. Like
    jmjeong got a reaction from CarlosNZ in agenda : Display events and tasks/to-do's from the OS X   
    You can specify the duration by 'agenda n'. 'agenda 7' display the 7 days event and remiders. 
     
     
    I would like to add this feature at the first time. But it seems to be impossible because iCalBuddy does not return any information to open the record.
×
×
  • Create New...