Jump to content

Leech

Member
  • Posts

    30
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Leech got a reaction from thec13 in Appshopper search   
    Hi,
     
    I've created a workflow to search in appshopper.com, it offers auto-suggest.
     
    The feed results are not that accurate as the web search in their website, but we can do anything in our side.
     
    Search by using: 
     
    app <query>  
    Download: Appshopper workflow
     
     
    UPDATE:
     
    Created an improved version, that parses the webpage directly. It's probably a little slower, and may require an extra library (I've included the both I use but probably requires anything else, that I've installed, please report!).
    I'll leave both versions in case of the new one doesn't work well.
     
    UPDATE 2:
     
    Added cookies to store the language/currency to use for search, simply edit the Script filter and use any of the ones provided in their website on bottom right of the page (view source and replace language = 'US' by the value in the <option> for your country/currency).
     
    Link to improved version: Download
  2. Like
    Leech reacted to ebence in Pastels   
    Pastel Sky: Download
     

     
    Pastel Grass: Download
     

     
    Pastel Orange: Download
     

     
    Pastel Peach: Download
  3. Like
    Leech reacted to simonbs in Search IMDb with Movies workflow   
    Hello,
     
    I have used this workflow developed by Robert Hovath but I often want to look up and actor, so I decided to make my own workflow for searching for actors, movies and TV series on IMDb and I'ld like to share it with you 
     

     
    The workflow uses one single command.
    m [query] Looks up a movie, TV series or actor matching the query. If a movie or TV series is selected, detailed information will be loaded from OMDb and shown. The detailed information includes the option for watching plot summary and a poster in quick look, view a list of actors in Alfred and view a trailer on YouTube.
    If an actor is selected, the corresponding IMDb website will be opened.
     
    I like to keep the commands I often use very short and therefore I chose just 'm'. If you don't like it, I'm sure you know how to change it.
     
    You can download the latest version here or grab the source code at GitHub. I'm sorry that the workflow is not yet available on AlfPT but I'm unable to upload my workflows 
     
  4. Like
    Leech reacted to Andrew in How do workflows update?   
    At this point, workflows have to be updated manually.
     
    Once I've worked through the security issues of unsolicited auto updating of workflows, I'm going to start looking into a built-in system which could facilitate this
  5. Like
    Leech reacted to phyllisstein in Alleyoop: Update Alfred Workflows   
    Note from Andrew: While this is a convenient method for updating workflows, I cannot endorse the use of it unless you are fully aware of the security implications of blanket updating all of your workflows. I'm currently working on a built in workflow auto-updater, for a future Alfred 2 release, that performs the standard verification checks that Alfred currently does on manual import, along with migrating your hotkey/keyword settings on upgrading. I'll also be adding 3rd party workflow developer signatures to keep you safe.
     
    Hey all,
    I've just completed a workflow designed to make it easier for workflow developers to push updates to their work. (And to their flows.) It's called Alleyoop, it's based very heavily on the concept behind David's old extension updater, and it works a little something like this:
    When you enter the query oop, it searches through the workflow folders for files named update.json. update.json indicates what version of the workflow is currently installed and where to check for an update. (The format is below.) Alleyoop downloads a remote json file, indicated in update.json, and if that file indicates a higher version, it downloads the workflow at the address given by the remote file. The user finds the workflow in his or her ~/Downloads directory and opens it. There is no step 4. Workflow developers can start implementing this workflow immediately. All you need is a static place to host a json file and an alfredworkflow file—so Github will do, failing all else, but Droplr won't. Place an update.json file in your workflow, with the following keys defined:
     
    { "version": 1.0, "remote_json": "http://alfred.daniel.sh/Updates/Things.json" }  
    version should be a float, meaning that 1.0 and 1.1 and 3.14159 are all valid, but 3.1.4 is not, and remote_json should point to a json file on a remote server that's defined like this:
    { "version": 1.5, "download_url": "http://alfred.daniel.sh/Workflows/Things.alfredworkflow", "description": "Brief description of the update." }  
    If the version on the remote server is greater than the version on the user's computer, s/he'll see something like this:

     
    Selecting a workflow from the list will download it. No fuss, no muss.
     
    And that's it! Enjoy implementing this, until we get a good package manager running again, and let me know if you run into any difficulties.
     
    Download Here
  6. Like
    Leech reacted to jmjeong in Search Mac AppStore   
    Search Mac AppStore 
     

     
     
    Download : http://cl.ly/220h1w3c190z (fix typo)
  7. Like
    Leech reacted to jdfwarrior in Weather Workflow (with Conditions and Forecast)   
    Updated 3/18:
    NOTE: Set your location again so a default weather unit gets set initially, then change it.
    Removed saving to the Workflow Data folder and actually save IN the workflow folder now. Should fix issue a few users are seeing and also allows syncing weather location.
     
    Download
  8. Like
    Leech got a reaction from drking in Appshopper search   
    Upgraded it to allow the language selection. By default it's using United States/USD see the usage in the script filter node.
     
    Here's the new link (I've also updated the main link).
     
    Appshopper search
  9. Like
    Leech got a reaction from twinpeaks in Appshopper search   
    Hi,
     
    I've created a workflow to search in appshopper.com, it offers auto-suggest.
     
    The feed results are not that accurate as the web search in their website, but we can do anything in our side.
     
    Search by using: 
     
    app <query>  
    Download: Appshopper workflow
     
     
    UPDATE:
     
    Created an improved version, that parses the webpage directly. It's probably a little slower, and may require an extra library (I've included the both I use but probably requires anything else, that I've installed, please report!).
    I'll leave both versions in case of the new one doesn't work well.
     
    UPDATE 2:
     
    Added cookies to store the language/currency to use for search, simply edit the Script filter and use any of the ones provided in their website on bottom right of the page (view source and replace language = 'US' by the value in the <option> for your country/currency).
     
    Link to improved version: Download
  10. Like
    Leech reacted to dingyi in Domainr Workflow   
    I just made a simple workflow to find domains quickly via domai.nr's api.
     
    Hope you like it:P
     

     
     
     
    Download link
  11. Like
    Leech reacted to fmcypriano in Urban Dictionary Search   
    My first workflow (and my first time playing with Python). It searches definitions of words in Urban Dictionary:
     

     
    Download it here: https://www.dropbox.com/s/edrab4lyzi5gorj/Urban%20Dictionary.alfredworkflow
  12. Like
    Leech got a reaction from sydlawrence in Dev Doctor - Documentation autosuggest search   
    Awesome job!
  13. Like
    Leech got a reaction from ramiro.araujo in Selectively delete recent Downloads Workflow   
    Graciela master!
  14. Like
    Leech reacted to ramiro.araujo in Selectively delete recent Downloads Workflow   
    Hi all!
    This is my first public workflow!
    It basically solves me a problem of selectively deleting files in the Downloads folder without emptying it completaly.
     
    Usage:
    1. type the keyword, wait for the list of files. The files come ordered by Date Added, just like the Downloads icon in the Dock.
    2. select the file to delete, type to filter files by name
    3. optionally shift select the file to delete all newer files up to selected one
     
    Everything you delete goes to the trash, so there's no much danger involved.
     
    Download:
    http://bit.ly/Z7IrNB
     
    Contribute:
    https://github.com/ramiroaraujo/AlfredWorkflows/
     
    Hope you like it!
    Ramiro
  15. Like
    Leech reacted to rosenkrieger in Dropbox Toggler   
    I pimped up the whole Workflow, its now called CloudDrive Toggler and can be found in this thread:
    http://www.alfredforum.com/topic/1343-clouddrive-toggler/
  16. Like
    Leech reacted to sydlawrence in Dev Doctor - Documentation autosuggest search   
    Hey guys, I've just created "Dev Doctor" it has autosuggestions for development amongst others
     
    http://wemakeawesomesh.it/alfred-dev-doctor/
     

     
    A simple walkthorugh of the kinds of things you can do with Alfred Dev Doctor.

    A really simple documentation helper for alfred.

    Supports:

    Languages & Frameworks with autosuggest search

    PHP - php {query}
    JavaScript - js {query}
    jQuery - jq {query}, jquery {query}
    HTML - html {query}
    CSS - css {query}
    Python - py {query}, python {query}
    node.js - node {query}
    Ruby on Rails - rails {query}
    Haskell - haskell {query}
    Erlang - erlang {query}
    C - c {query}

    Languages & frameworks with keyword search:

    Laravel - larval {query}
    Bootstrap - bs {query}
    Flask - flash {query}
    .NET - .net {query}
    Java - java {query}
    Android - android {query}
    iOS - ios {query}

    Asset search

    github repos - github {query}
    icons - icon {query}
     
    Let me know what you think of it
     
    It's also on github https://github.com/sydlawrence/alfred-dev-doctor
     
    Syd
  17. Like
    Leech 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
  18. Like
    Leech got a reaction from mixterdee in IMDb Search Suggestions   
    Nice.
    If you could include movie rating would be awesome.
  19. Like
    Leech got a reaction from drking in Appshopper search   
    Hi,
     
    I've created a workflow to search in appshopper.com, it offers auto-suggest.
     
    The feed results are not that accurate as the web search in their website, but we can do anything in our side.
     
    Search by using: 
     
    app <query>  
    Download: Appshopper workflow
     
     
    UPDATE:
     
    Created an improved version, that parses the webpage directly. It's probably a little slower, and may require an extra library (I've included the both I use but probably requires anything else, that I've installed, please report!).
    I'll leave both versions in case of the new one doesn't work well.
     
    UPDATE 2:
     
    Added cookies to store the language/currency to use for search, simply edit the Script filter and use any of the ones provided in their website on bottom right of the page (view source and replace language = 'US' by the value in the <option> for your country/currency).
     
    Link to improved version: Download
  20. Like
    Leech reacted to R4z3r in TV Show Information Workflow — via TVRage   
    Hi Everyone,
     
    I've been working on putting together a TV show information workflow that will get you information about the TV show that you are searching for. I have it currently setup for two different options of handling it. This workflow shows you the Show Name, Show Status (Returning, On the Bubble/TBD, or Cancelled), and (depending on the status) air time, air day, and network or number of seasons it ran for on what network. See github for the most recent version, code, and configuration options.
     
    To switch between 12-hour time and 24-hour time, use the keyword:
    enable12hr
    or
    enable24hr
     
    These will switch whether the script displays 12 or 24 hour time.
     
    Current Version: 1.0
     

     
     
    Option 1:
    Use the 'tv' keyword in the Alfred prompt to begin the workflow, then type the name of the TV show that you would like to search for and it will return the information about that show to you in the window. Pressing "Return" on the keyboard will open TVRage to the show's page. Option 2:
    Use a hotkey of your choice to pass your current text selection to the workflow and begin the search as above.  
    Known issues that I am working on or that I am looking to add:
    TV Episode search (so you can find information about specific episodes) — BETA 12 hour time version (currently, time is displayed in 24-hour time) Fix "seasons" on cancelled shows to correctly match singular or plural numbers Add easier timezone support. Add Alleyoop Suport  
    Download here:
    https://github.com/kkirsche/TVRage-Alfred_Workflow/blob/master/TVRage_Show_Search_RELEASE.alfredworkflow?raw=true
     
    Github can be seen here:
    https://github.com/kkirsche/TVRage-Alfred_Workflow
     
    Please let me know if you have any questions, comments, suggestions, etc. I hope you like it!
  21. Like
    Leech reacted to poritsky in Search DuckDuckGo With Google Suggest Completions   
    Hi there Alfred community. This is a mod of David Ferguson's awesome Google Suggest Workflow. The only difference is that it uses DuckDuckGo to do the actual search in the end. I put more details over on the candler blog, but it should be pretty straightforward.
     
    Update May 8, 2014: Updated workflow to default to the new DuckDuckGo Next. More details here.
     
    Download Google Auto Complete to DDG.zip Download Google Auto Complete to DDG Next.zip   Enjoy!   Here's a screenshot:
     

  22. Like
    Leech got a reaction from rafegoldberg in Midnight Collection — A Theme In 2 Sizes & Styles   
    Nice.
     
    Love your dedication for the post
  23. Like
    Leech reacted to eknkc in Pinboard Search Workflow   
    Hi,
     
    I just created an alternative Pinboard workflow that allows searching for pinboard bookmarks within Alfred. It can fetch data asynchronously, so there should not be delays during searches and the matching code has some fuzzy logic. Might come in handy for Pinboard users so I wanted to share.
     
    NOTE: It requires Node.JS to be installed. Please get it from http://nodejs.org if you dont have Node.
     
    Keywords:
     
    pinboardauth username:TOKEN <- set access token (get it from https://pinboard.in/settings/password)
     
    pb query <- search for query
    pbunread <- items in read later list
    pbreload <- force data reload
     
    Hold cmd while selecting a bookmark to copy it's url to clipboard.
    Hold ctrl while selecting to delete a bookmark from your pinboard.
     
    Workflow:
    http://d.ekin.io/L6QO
     
    Source Code:
    https://github.com/eknkc/alfred-pinboard
     
    Let me know if it works for you.
  24. Like
    Leech reacted to sjugge in Trello Workflow 1.6.1 [Updated 16/07/18]   
    Stopped by to say thanks, works great and how awesome the documentation is
     
     
     
    Yes, check the documentation (pdf in download) for installation and config details.
  25. Like
    Leech reacted to Miko in Trello Workflow 1.6.1 [Updated 16/07/18]   
    Trello Workflow for Alfred App v.1.6.1
    Create cards in Trello using Alfred App https://www.alfredapp.com/
    Download Trello WorkFlow 1.6.1
    Install
    Double click on the "Trello Workflow for Alfred v.1.6.1" workflow that you have just downloaded.
    More info: https://www.alfredapp.com/help/workflows/
    Note: if you have version 1.5 installed, remove it before installing the new version.
    Setup
    Generate your Trello Developer API Key
    Use the keyword "get trello key" to generate your Trello Developer API Key.
    More information: https://developers.trello.com/docs/api-introduction.
    Note: Make sure to be logged in Trello in your default browser before generating your API Key.

    Copy your API Key
    Authorize Trello Workflow
    Use the keyword "get trello token" plus your "API Key" to authorize the Trello Workflow to use your Trello account
    Example: get trello token 00000000000000000000
    More information: https://developers.trello.com/docs/api-introduction

    Allow Trello Workflow to use your account

    Copy your Token
    Your Trello board id
    Choose the Trello board that you wish to use with Trello Workflow and copy the board id
    You can get the board id by simply going to your board and add .json at the end of the URL.
    Example: Go to the Trello developmemt Roadmap Board https://trello.com/b/nC8QJJoZ/trello-development-roadmap. To view the board id add .json at the end of the URL https://trello.com/b/nC8QJJoZ/trello-development-roadmap.json. You should now see the full JSON
    The board id in the example is: 4d5ea62fd76aa1136000000c
    Open the Trello Workflow for Alfred in Alfred app. Use the Keyword Alfred to Show Alfred Preferences. Navigate to Workflows and select Trello Workflow for Alfred v1.6 from the side column.

    Double click on the /bin/bash script and enter your API Key, Your Token and your board id here:
    Make sure that each preference in the bash file is within single quotes:
    Click Save

    Usage
    General usage trello {field} separate fields using ;
    You can choose to have spaces or not between fields. For example {field1}; {field2} and {field1};{field2} will work.
    Available fields: {Card Title}; {Card Description}; {Labels}; {Due Date}; {List Name}; {Card Position} 
    Basic Usage
    Card Title
    trello make dinner reservation will create a card on your board on the first list with the title "make dinner reservation"


    Card Description
    trello make dinner reservation; table for 10 people at around 7:30pm will create a card on your board on the first list with the title "make dinner reservation" and description "table for 10 people at around 7:30pm"


    Labels
    trello make dinner reservation; table for 10 people at around 7:30pm; blue will create a card on your board on the first list with the title "make dinner reservation" and description "table for 10 people at around 7:30pm" with a "blue" label
    Available Labels
    all (will add green, yellow, orange, red, purple and blue) green yellow orange red purple blue You can add more than one label by comma separating them.
    trello make dinner reservation; table for 10 people at around 7:30pm; blue,red,yellow Please note: Make sure not to have spaces between comma separated labels.
    Custom labels are not supported. If you find a way let me know



    Due Date
    trello make dinner reservation; table for 10 people at around 7:30pm; blue; 04/26/2018 will create a card on your board on the first list with the title "make dinner reservation" and description "table for 10 people at around 7:30pm" with a "blue" label. The due date will be set as 04/26/2018


    List Name
    trello make dinner reservation; table for 10 people at around 7:30pm; blue; 04/26/2018; Today will create a card on your board on the list Today with the title "make dinner reservation" and description "table for 10 people at around 7:30pm" with a "blue" label. The due date will be set as 04/26/2018.
    Please note: List name are case sensitive today will not work if your list is named Today.
    The example will only work if you have a list named Today, otherwise the card will be created on your first list.


    Card Position
    trello make dinner reservation; table for 10 people at around 7:30pm; blue; 04/26/2018; Today; top will create a card on your board on the list Today with the title "make dinner reservation" and description "table for 10 people at around 7:30pm" with a "blue" label. The due date will be set as 04/26/2018.
    Note: If you don't specify a card position, your new card will automatically be placed at the end of the list.
    Available options (case sensitive)
    top bottom
    bottom

    top

    Advanced Usage
    You can skip any of the available fields by simply adding ;  
    {Card Title}; {Card Description}; {Labels}; {Due Date}; {List Name}; {Card Position}
    For example if I wanted to post a card with Title, Label and a Due date i would use this syntax
    {Card Title}; ; {Labels}; {Due Date}
    trello Clean my car; ; red; 04/29/2018

    Or a card with title only but on a different list
    {Card Title}; ; ; ; {List Name}
    trello Clean my car; ; ; ; Upcoming

    Environment Variables by @gamell
    Given that some might want always to create the cards on the same list, or with the same label, or same due date, or same position by default, I added the ability to set those defaults via the environment variables trello.list_name, trello.label, trello.due and trello.position.
    One can conveniently add or edit those environment variables without programming knowledge through the Alfred Workflow editor, clicking on the [x] button on the top right (see screenshot below).
    Note: If you don't set the variable, the workflow will behave as it did before.


    FAQ
    Coming soon
    License
    MIT © Miko Magni
×
×
  • Create New...