Jump to content

djc

Member
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by djc

  1. I made a workflow that expedites many of the mundane commenting procedures out there.

     

    Here is an example of one of the commands in the workflow:

    alfredcomments.gif

     

    Other commands create header comments, section comments, and the infamous HTML comment is included as well.

     

    The github page is here.

     

    The releases page where you can get the latest version is here.

     

    Feel free to PR with more functionality.

  2. Hi guys,

     

    I made BASH framework for Alfred that makes it easy to create a certain kind of workflow that allows you search and look up information without leaving the Alfred interface. It basically allows you to display results after selecting a result. 

     

    It's a way around the fact that "Script Filters are the only way to pass feedback to Alfred"

     

    Here is an example. The magic happens at step 3.

     

    1. Type in workflow keyword:

    keyword.png

    2. Type query to find results:

    search.png

    3. Selection of a result brings up additional results.

    display.png

     

    There are two options for workflow creation:

    • static, which is similar to just manually creating a CSV file and requires no coding. Example "code."
    • dynamic, which has a library that you can use similarly to static or to display dynamic data. Example code.

    I believe I've documented it pretty well in the README, but if there are any questions about how to use it I am glad to help.

     

    Some example applications:

    - "define" command that doesn't have to open the Dictionary

    - Synonym/Antonym retriever

    - Contact lookup without opening Contacts

    - Any sort of general reference (e.g. recipes or brewing instructions)

     

    Here is the github page: http://bit.ly/alfred-arf

  3. Thank you!

     

    I hadn't seriously thought about adding forecast info before, mostly because David's Weather Workflow has that covered. From what I looked at regarding the NOAA's detailed forecast info it doesn't look like there is a way to get the forecast for a specific station code (unless you get the latitude and longitude of the station). Of course, if anyone else would like to add forecasts and pull request, via NOAA's service or some other means, I'd love to check it out.

     

    Pumped to see a Portlander on here. I'm at college now but I grew up in the area.

  4. Hi guys,

     

    I made a workflow that serves as a searchable tea reference, with type, quantity, temperature and time, as well as ability to look at others within a teas type and start a timer.

     

    Here's a screenshot of what it looks like to pull up a tea:

    details.png

     

    Don't be frightened by the ridiculous query, to get there, it's just as simple as:

     

    1) Pulling up the Tea Master using "tea"

    categories.png

     

    2) Going to either a category or search (in this case a search on "ch")

    search.png

     

    3) Pressing the tea you want to pull up information for (bringing you back to the first photo).

     

    --------------------------------

     

    The github page is here. If you have any additions (e.g. more teas!!) please pull request. 

     

    Download the workflow here.

     

    Star and/or comment below if you find it useful. Would love to get some feedback.

  5. Hi guys,

     

    I made a workflow that retrieves the current conditions using National Weather Service stations. US only, sorry.

     

    sample.png

     

     

    The station codes can be found here, but generally the three-letter code of your nearest airport preceded by a "K" will work (e.g. KJFK, KSFO, KBOS, KPDX, KPHL). Let me know if this turns out not to be the case. You can set a certain station as default so you don't have to look it up once you've found one that you like. 

     

    Serves a similar purpose to David's Weather Workflow, but rather than providing a forecast it gives you the most up-to-date information with additional details like humidity, wind, pressure, dew point, and visibility.

     

    64-bit only. There's a C binary that I can't disclose the source code for, since it was for a class I'm currently taking.

     

    Here's the Github page.

     

    Here's just the workflow.

     

    If you end up using it and find it helpful please star it on Github or let me know below. I'd love to get some feedback.

  6. This simple workflow just simulates a Magic 8 Ball.

     

    Alfred8ball.gif

     

    It has 20 different responses, the same as those of it's physical counterpart. 10 of them are positive, 5 are "ask again" responses, and 5 are negative responses.

     

    To use it, just type in "8ball" and press enter. You could also type a question to it as a parameter as well, if you'd like.

     

    The github page.

     

    Just the .alfredworkflow file (immediate download).

  7. Hi guys,

     

    I made a workflow that checks to see if a specified website is online or offline. It uses the website "isup.me". The default trigger is "isd <URL>"

     

    AlfredSiteChecker.gif

     

    Here's the github page: https://github.com/cheniel/Alfred-Site-Checker

     

    If you're just looking for the good stuff (immediate download): http://bit.ly/1evjqSu

     

    It's my first workflow, would definitely appreciate any comments or suggestions.

     

    Edit 4/10/14: fixed missing temporary folder bug.

×
×
  • Create New...