Jump to content

drking

Member
  • Posts

    49
  • Joined

  • Last visited

Reputation Activity

  1. Like
    drking reacted to CapnAverage in Create new task in OmniFocus inbox   
    Hey everyone!
     
    Just dipping my toe into the proverbial waters of Alfred 2 workflows, and managed to come up with this workflow.
     
    It creates a new named task in your OmniFocus inbox – it checks if OmniFocus is open and, if it's not, opens it so you don't have to.
     
    It's not particularly complicated or elegant, but I hope it's useful to a couple of you out there!
     
    DOWNLOAD: New OmniFocus Inbox Task Workflow
  2. Like
    drking reacted to ahockley in Create new OmniFocus tasks (alone or from Chrome or Safari)   
    I've created a workflow (with three actions) for creating new OmniFocus tasks.
    One option simply creates a new task in the inbox based on the argument supplied Another option creates a new task based on the currently-focused Google Chrome tab (the page title becomes the task name; the page URL becomes the note) The third option creates a new task based on the currently-focused Safari tab (the page title becomes the task name; the page URL becomes the note) Read a bit more on my blog, or download the workflow with this link:
     
    https://www.dropbox.com/s/nlx4uyfc905iyc2/CreateOmniFocusTasks.alfredworkflow
  3. Like
    drking reacted to mdelegge in Workflow to Change Desktop Wallpaper   
    A simple workflow to change my wallpaper (on all monitors)  to a selected image
     
    http://www.samadhigames.com/Wallpaper.alfredworkflow
     
    Cheers!
  4. Like
    drking 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.
  5. Like
    drking reacted to ctwise in Recent Documents   
    This version - http://tedwi.se/u/d9 - includes the OS/X recent files as well.
  6. Like
    drking reacted to lucifr in Site Search   
    For those who use site:domain.com keyword a lot on Google, allow me to present you the Site Search Workflow for Alfred 2.

    How to Use

    If you have Alfred 2 installed and the Powerpack enabled, download and install this workflow. Then use the keyword "site" and follow the pattern below to search a website on Google:

    site domain.com keyword

    For example, if you want to search lucifr.com for alfred, just type “site lucifr.com alfred” and the results will be showed in a drill-down list in Alfred.

    More, open a result with shift key pressed, the URL of your choice will be copied to clipboard.

    Notice: A free Google Custom Search API is used in this workflow. Due to Google’s limitation, the max request is 100 per day. Since there might be too many request, you might want to acquire your own API and replace the $key value in the Script Filter part of this workflow.
  7. Like
    drking reacted to Vero in Mail.app search by author, subject or content [For macOS Mojave & earlier]   
    Thought I should share this workflow to search Mail.app
     
    Use the following keywords to search:
    emfrom to search the sender's name and email address em for a general subject + content search emsubj to search specifically for a subject line  
    You can download it here. Enjoy!
     
    This version is suitable for both Alfred 3 and Alfred 4. 
     
    Compatible with macOS versions up to Mojave.  Unfortunately, due to some changes made by Apple in macOS Catalina, it's no longer possible for third-party apps to access your Mail data. This may change in the future, but currently, using this workflow in Catalina or Big Sur will not return any results.
  8. Like
    drking reacted to rafegoldberg in Midnight Collection — A Theme In 2 Sizes & Styles   
    MIDNIGHT
    COLLECTION
     
     
    massiveMidnight SUBTLE
     
     
    Midnight is a dark, high-contrast, minimal theme for Alfred featuring two different styles, each in two sizes.
    Great for design snobs, late-night Alfred use, or for any Alfred aficionado with accessibility considerations.

     
    miniMidnight CLASSIC 
     
     
     
     
     
    CLASSIC                                                                                                                                                                                       SUBTLE
    miniMidnight          massiveMidnight                                             miniMidnight          massiveMidnight
    DOWNLOAD                          DOWNLOAD                                                              DOWNLOAD                            DOWNLOAD
  9. Like
    drking reacted to sternennacht in lucidalicht for Alfred   
    http://cl.ly/Nbjk
  10. Like
    drking reacted to anarchaeopteryx in Calm Dark   
    Things I like:
    light text on a dark background easy to read font a little bit of transparency If you, too, like these things: http://d.pr/f/w1Wu
     
    Thanks for posting all your themes and workflows.  Alfred wouldn't be half as amazing without them.
  11. Like
    drking reacted to Luzzifus in Pinboard Search (beta?)   
    Hi,
     
    I wrote a small modification for this awesome workflow (BIG thanks to David!  ) which allows to search for multiple words at once instead of treating all arguments as a single search string. So if you type "pb recipe apple", it returns all your bookmarks containing "recipe" and "apple" in any field. So "recipe" could be a tag and the description could contain "apple". That's basically what Jono was requesting, if I got that right.
     
    So to achieve that behaviour, open "search.php" and find the line:
    $matches = $db->get( 'bookmarks', 'url like "%'.$query.'%" or description like "%'.$query.'%" or extended like "%'.$query.'%" or tag like "%'.$query.'%"' );  
    Should be around line #35. Remove that line and replace it with:
    $queries = explode(' ', $query); $where_string = ''; foreach( $queries as $q ): $where_string .= (strlen($where_string) > 0) ? ' and ' : ''; $where_string .= '(url like "%'.$q.'%" or description like "%'.$q.'%" or extended like "%'.$q.'%" or tag like "%'.$q.'%")'; endforeach; $matches = $db->get( 'bookmarks', $where_string );  
    Save the file and that's it. Hope this helps! 
     
    ----------------------------------------
    **edit:
     
    Sometimes the subsequential syncs take some time, maybe I'd rather have the re-syncs manually triggered by its own command ("pbsync" or something like that).
    Also it would be awesome to have an add-to-pinboard command.   
  12. Like
    drking reacted to dennis in Old School Terminal Theme (green, white, orange)   
    Terminal Green 1.0

     
     
    Terminal White 1.0

     
     
    Terminal Orange 1.0

  13. Like
    drking reacted to dennis in FreshGray – A minimalist theme without frills   
    Update: I fixed the broken download link.
  14. Like
    drking reacted to Andrew in Amazon Suggest Workflow   
    It uses Alfred's default amazon web searcher, so if you have your locale in Alfred's General preferences set to Canada, then it will load Amazon Canada.
     
    It's also worth noting that this and David's Google Suggest workflow will both be part of Alfred's default examples as they are, to me, essential workflows
  15. Like
    drking reacted to ctwise in Show Desktop   
    Very simple workflow that hides all applications, thus showing the desktop.
     
    Download from here: http://tedwi.se/u/dj
     
    Also on Github at: https://github.com/ctwise/alfred-workflows
  16. Like
    drking reacted to jdfwarrior in Amazon Suggest Workflow   
    Just as the name implies, this workflow allows you to get search suggestions from Amazon.com. Actioning an item will open a search on Amazon for the suggested query.
     
    [Note: This workflow is no longer available, as the Amazon Suggest workflow is available in Alfred itself. Launch Alfred's preferences to the Workflows tab, click the [+] in the bottom left and choose Examples > Amazon Suggest to install the workflows.]
  17. Like
    drking reacted to ClintonStrong in Search Safari and Chrome Tabs [Updated Feb 8, 2014]   
    Updated. You can download it here or in my original post.
    Fixed an issue with tabs not showing up for Safari. Improved performance. You may still get some slowdown if you're running multiple browsers at the same time, but that'll be fixed in the next update. I'm working on a rewrite to further improve performance and add a few new features. It's not quite ready yet, but I'll try to get it out soon.
  18. Like
    drking reacted to conigs in Weather Workflow (with Conditions and Forecast)   
    For anyone curious, I changed line 169 in weather.php to give a little more information…
     
    Changed
    $w->result( 'weather', 'http://www.wunderground.com'.$location, $weather->display_location->full.": ".$weather->weather, $weather->temp_f.'°F ('.$weather->temp_c.'°C)' , $icon );  
    to
    $w->result( 'weather', 'http://www.wunderground.com'.$location, $weather->display_location->full.": ".$weather->weather, round($weather->temp_f).'°F | Feels Like '.$weather->feelslike_f.'°F | Wind '.lcfirst($weather->wind_string) , $icon );  
    So now it looks like:

    (And yes, it's cold here.)
  19. Like
    drking reacted to Florian in Check available disk space   
    Upon Ramshank's request, here's a workflow to check your disk space
     
    http://dl.dropbox.com/u/14050630/Disk%20space.alfredworkflow  
  20. Like
    drking reacted to Tyler Eich in Wolfram|Alpha workflow   
    I converted David Ferguson's Wolfram|Alpha extension to a workflow (and made some tweaks along the way  )
     
    It requires you have an AppID of your own (get one here). Note: Make sure you wait a few minutes before entering the code; Wolfram|Alpha's servers seem to take a moment to register the AppID.
     
    It provides feedback with the answer and input interpretation. If you action an item, it will output all the available information to Growl. Pressing ⌥↩ will copy the answer to the clipboard; ⌘↩ will open your query in Wolfram|Alpha (in the default browser).
     
    Here's a picture of the workflow editor:

     
    Here's what it looks like in action:

     
    Hope you like it!
     
    Download Here
     
    Update (May 15, 2013): Fixed another bug that prevented saving of AppID
     
    Update (March 5, 2013): Fixed bug that prevented the workflow from saving AppID on certain setups
     
    Update (Feb 25, 2013): Fixed garbled text issues, added 'Selection is OS X' argument to hotkey
  21. Like
    drking reacted to jvdneut in Menu bar search   
    Hi,
     
    I've created a basic workflow that searches the system's menu bar. After having used Sublime Text's command palette I wanted to have a similar system-wide functionality. EDIT: For people that haven't worked with Sublime Text's command palette: the command palette allows you to fuzzy search the entire application menu by keyboard. This saves both time on hunting down the right menu and saves you having to remember all sorts of keyboard shortcuts. For a brief introduction on Sublime Text's command palette see https://tutsplus.com/lesson/the-command-palette/
     
    EDIT: Better use ctwise's "2.0" workflow http://www.alfredforum.com/topic/1993-menu-search/ [old download is still available at http://dl.dropbox.com/u/6259900/Menu%20bar%20search.alfredworkflow]
     
    The current workflow does not do any fuzzy searching and every keystroke executes the entire script again. My preferred fix to this would be to have a script input that is only executed once, and have Alfred do the subsequent fuzzy matching based on the initial result.
     
    Jeroen van der Neut
    @jvdneut
  22. Like
    drking reacted to GamerChase in Pygmy Theme   
    Based on mcskrzypczak's Tiny theme and Tyler Eich's Native theme, I present my theme named for tiny natives, Pygmy.  
     
    Download it here.  Thanks for the ideas, guys!
     

  23. Like
    drking reacted to gammawert in TommorrowNight   
    Theme based on the colour scheme Tommorrow Night
     

     
    Download zip-file here
  24. Like
    drking reacted to jdfwarrior in Chrome Bookmark Search Workflow   
    A workflow to allow you to search Chrome Bookmarks and open them when actioned in Chrome.
     
    I originally posted these on my Tumblr but I've since noticed a few issues with it so I fixed a few things and wanted to post it here so people could comment or report issues.
     
    http://d.pr/f/gkwy
  25. Like
    drking reacted to gammawert in SiMPL (download)   
    This is my alfred 2 theme. I was aiming for SiMPL-icity
     

     
    You can download the zip file here
×
×
  • Create New...