Jump to content

drking

Member
  • Posts

    49
  • Joined

  • Last visited

Reputation Activity

  1. Like
    drking reacted to jdfwarrior in Create New File Workflow   
    Yeah someone else mentioned the same thing. It can definitely be done. I'm sure i'll add some more stuff to it and repost with updates
  2. Like
    drking reacted to twinpeaks in Top Processes   
    Sweet! I knew after you had made the kill workflow you were going to do a top processes one. Now that they work in tandem it's even better. This workflow is a prime example of how and why workflows should be able to directly integrate with eachother instead of resorting to copy > applescript calling other workflow with argument > paste in order to work. Anyhow, nicely implemented and the switch from top to kill is not all that painful. Excellent workflow! Thanks for sharing.
  3. Like
    drking reacted to ctwise in Top Processes   
    Simple workflow to display the top 10 cpu-using processes. It can be downloaded from here http://tedwi.se/u/d6 or from AlfPT. It assumes that the 'kill' workflow (http://tedwi.se/u/cx or AlfPT) is also installed to provide process killing capabilities.
     

  4. Like
    drking reacted to Vero in b119: iTunes Commands and Examples   
    We've just released b119 and spent most of the afternoon getting ridiculously excited over the latest additions. You can now create hotkey and keyword based iTunes actions.
     

     
    These include:
    Hotkey to start playing a random album and post the details of it to Notification Centre Rate track as ★★★★★ and post to Notification Centre Clear the rating And my favourite... "currenttrack" keyword to show what song's playing at the moment Update to b119 and you can create your own too
  5. Like
    drking reacted to ctwise in PubMed searches   
    This intrigued me so I came at it in two different ways. One script filter looks up the term being entered and provides a list of articles with titles, dates and authors. Choosing one of the entries takes you directly to the summary page.
     
    The other script filter does an autocomplete for search terms, e.g., 'diabetes' gives you options like 'diabetes mellitus'. Choosing one of the entries takes you to a search page for that search query.
     
    Pick your poison.
     
     
    http://tedwi.se/u/d5  
  6. Like
    drking reacted to palobo in Mail Actions Workflow [Updated v0.7]   
    Introducing Mail Actions

     
    Go crazy minimal with Mail.app and still stay functional thanks to the power of Alfred 2 Workflows. See it in Action here

    Features
    Use Alfred to:
    Navigate Mailboxes from Alfred.
    Drill down to the Mailbox you want and action the result. Move/Copy selected emails with Alfred.
    Type a few keywords to choose the desired folder. ↩ to move, ⌥+↩ to copy. Optimisations
    In order to limit the overhead of always having to query and generate a list of all Mailboxes, the workflow store the information in a plist file that is updated every 7 days. The file is located at:
    ~/Library/Application Support/Alfred 2/Workflow Data/com.palobo.mailactions/mbCache.plist Installation
    Download and import or alternatively use AlfPT.

    Usage
    Keywords
    mm - Move the selected messages to the chosen folder; mm - With ⌥ as modifier copies the messages rather than moving mg - Go To the chosen folder. mgu - Show list of mailboxes with unread messages
    minfo - Choose to view either Info & Usage or Change Log. Tries to use Marked otherwise it will use your default app for .md files. Hotkeys
    ⇧⌘A - Toggle script to Move/Copy messages ⇧⌘Z - Toggle script to Go To Mailbox; ⇧⌘R - Mark every unread message in current mailbox as read; ⇧⌘D - Delete every message in current mailbox!! (USe with caution) ⌘U - Show list of mailboxes with unread messages  
    Todo
    Implement an action to update the cache on demand; Add history feature, showing list of last X used mailboxes for quick access; Filter list of mailboxes with unread mail; Integrate other useful workflows such as send to evernote/taskpaper etc.; Changelog
    23-04-2013FIXED: Code optimisation by Carlos-SZ. Results are now limited to 20 mailboxes at a time. XML Encoding has also been optimised (Initial work by Carlos-Sz, improved by Ursan Razvan). 04-02-2013FIXED: Unread count was getting stored with folder list and not being updated on each run;
    NEW: Hotkey to mark all messages (unread messages in current mailbox) as read;
    NEW: Hotkey to delete every message in current mailbox (useful for me anyway)
     
    NEW: Keyword/Hotkey to show list of mailboxes with unread messages
    03-02-2013Now shows unread count next to mailboxes that have unread emails. 29-01-2013Added Support for Local Mailboxes Added a new Action to view Info & Usage or Change Log 28-01-2013Fixed small encoding bug where special characters weren't encoded thus forming invalid XML. 27-01-2013Fixed wrong information in the Go To action (Thanks CarlosNZ); Uploaded to AlfPT (Forgot to do that initially)
  7. Like
    drking reacted to jdfwarrior in Easy way to create web searches with results in Alfred?   
    Try this out: Download
  8. Like
    drking reacted to schoeps in Search Bibdesk library   
    Hey,
     
    many people here seem to be interested in searching (academic) publications, see e.g. jstor, pubmed. I have written a simple workflow that searches your local BibDesk library based on Spotlight. This makes finding your PDFs much easier
     
    Download here: BibDesk_Search.alfredworkflow or via alfpt. 
     
    Bye
    Sebastian
     
    Update 2013-03-25: Recent Version is 2.1 (see thread below)
  9. Like
    drking reacted to johndesantiago in Certain Applications Aren't Found In Results   
    I thought I was having a similar issue but found the cause for me. First the way I fix it is by going into Alfred's Advanced tab and clicked "Clear Cache" all my missing apps are then found. 
     
    The reason this happened to me is because I use MacCleanse. It's default cache cleaning mode includes the System - User Cache data. When this is cleared Alfred still seems to find files but Applications completely disappear until I go and manually click "Clear Cache" for some reason using the "Reload Alfred Cache" keyword command doesn't fix this. It's only when I go in and click the "Clear Cache" button.
     
    Hopefully this helps.
  10. Like
    drking reacted to GamerChase in PubMed searches   
    As a nursing student, this could be absolutely incredible with one alteration... the ability to choose search results within Alfred, similar to what's seen in simonbs's search IMDB workflow, so that it takes you directly to the PubMed Health article you desire.  Is this a possibility?
     
    ...please please please...   
  11. Like
    drking reacted to mlgill in Create reminder in Reminders.app from Alfred   
    This works fine for me.
     
     
    This was a bug in the time handling which has hopefully been corrected in this workflow http://cl.ly/0j3d3U1Y000x and in the link above on Github.
  12. Like
    drking reacted to bethany7 in Create a Note in Notes App   
    Hi,
     
    Okay, please forgive me for any mistakes I make here! This is my first, very basic, AppleScript workflow. It is probably terribly done and completely wrong, but I was proud and wanted to share it! It's very simple, just creates a note in the Notes app. It can either close immediately after or (by pressing alt) can leave the app open.
     
    I apologise if this workflow is a duplicate of someone else's, I couldn't find one by searching when I looked, as I wasn't originally planning on creating it myself!
     
    I was hoping somebody could give me some advice on extending the workflow to add a notification when successful. I wanted to display the contents of the note in the notification, but using {query} just results in a blank message! Any corrections, improvements and modifications are very welcome!
     
    Workflow available here: http://d.pr/f/H7f6
  13. Like
    drking reacted to cortig in JSTOR searches   
    Hi All,
     
     
    I jsut created a simple workflow to performs searches on the JSTOR academic digital library search engine.
    http://www.jstor.org
     
    The Workflow offers 3 modifier keys to refine the searches:
    Ctrl: for searches restricted to Journals
    Alt/Option: for searches restricted to Books
    Cmd: for searches restricted to Pamphlets
     
    The workflow is available here (zipped archive)
     
     
              Corentin  
  14. Like
    drking reacted to waffles_n in Two (vaguely) iA Writer-inspired themes   
    A minimalist theme, in the spirit of iA Writer.
     

     
    Download: http://d.pr/f/l1BC
     
    Here's a variation on this theme that I like a lot more. The screenshot shows it with the blur effect level 3 applied.
     
    See here for the blur effect: http://www.alfredforum.com/topic/289-cheeky-little-transparency-blur-hack-in-b78-now-available/
     

     
    Download: http://d.pr/f/9ZqB
  15. Like
    drking reacted to CarlosNZ in DeskDrawer (Keep the clutter off your Desktop!) [Updated to 1.5]   
    NOTE: This workflow has not been updated to work with Alfred 3.0 and above, and is known to cause issues. Use at your own risk.
     
    ----
     
    Keep all the miscellaneous crap off your Desktop by sweeping everything into a "DeskDrawer" folder, which is easily accessible from our good friend Alfred.
     
    Download DeskDrawer v1.5
    [updated 25 March 2014]
     
    Okay, the idea is not completely original — I've used apps like DesktopTidy and Unclutter to achieve this, but it's amazing how simple it is to replicate the basic concept with an Alfred workflow.
     

    This is your "DeskDrawer" in Alfred (keyword "drawer", default hotkey Shift-Cmd-D). From there you can:
    search the list (just start typing) open an item (select it) move it back to your Desktop (option-select) reveal it in DeskDrawer/Finder (cmd-select) browse/open it in Alfred (ctrl-select) for further action. Move item to the Trash (fn-select) [NEW in 1.3] There is a file action, "Move to DeskDrawer" (as well as the  keyword "move") for quickly flicking items into the Drawer. There is also the keyword "sweep" to scoop all your Desktop items into DeskDrawer in one hit. And finally, "deskrestore" will dump the contents of your DeskDrawer back on the Desktop in all its messy glory.
     
    You can also undo your last file/folder movement with the "unmove" keyword. [New in v1.5]
     
    And now you can protect certain items on your Desktop from being moved during a sweep, with either the File Action "Protect from DeskDrawer Sweep" or the keyword "protect". (Reverse this with the File Action "UnProtect from DeskDrawer Sweep" or keyword "unprotect".) [New in v1.5]
     
    And finally, for full documentation, use the keyword "deskdrawer help". [New in v1.5]
     
    I don't about the rest of you, but I like to keep my Desktop as clutter-free as possible (unlike my IRL desktop! ), so having this capability in Alfred is great.
     
    Let me know what you think, or any bugs you find.
     
    Features I'd still like to add:
    The ability to "protect" certain files from the "sweep" and "deskrestore" actions. [DONE in v1.5] Be able to specify the location of your DeskDrawer folder. [DONE in v1.2] Any requests?  
    UPDATE:  1 April 2013 - v1.3
    New action: "fn-select" item to Trash it. Consolidated and tidied up workflow setup panel. Support for Alleyoop auto-updater Minor cosmetic tweaks. UPDATE: 2 April 2013 - v1.4
    New keyword: "move" — moves selected items to Drawer (same as the file action, but you just enter it in Alfred's main window — some people seem to prefer this approach.) UPDATE: 25 March 2014 - v1.5
    New icon for DeskDrawer folder (to fit in with OS X custom folder look). DeskDrawer is now allowed on the Desktop itself. “Undo” function to reverse the last “Move” to DeskDrawer or Sweep. “Protect” specified Desktop items from being moved to the DeskDrawer during Sweeps. Fix for XML-illegal characters in filenames. More icons. Removed AlleyOop updater support. Default DeskDrawer location is now Home folder. Local documentation (keyword: deskdrawer help) Miscellaneous minor tweaks and fixes.
  16. Like
    drking reacted to cortig in PubMed searches   
    Hi All,
     
    I just created a simple workflow for performing searches on PubMed (biomedical literature searches).
    It’s right here (zipped archive).
     


              Corentin    
    ==-==-==
    Update (Feb 1st): I updated the version on the same link with the modification “hankydysplasia” submitted belowe just in case people don't read down the thread and miss his link. Now includes an option for searching for MESH terms witht he Alt key down (and a nicer-looking icon).
  17. Like
    drking reacted to simonbs in YouTube workflow   
    Hi,

    Just wanted to share the workflow I just created with other Alfred 2.0 beta testers. I hope that this is the right place to do so.

    The workflow allows the user to search YouTube and have the results returned to Alfred and then choose a video to watch. Just type youtube followed by the query. For example, the below will search for Rebecca Black videos.
     
     
    You can downloaded the latest version here and the source code is available at GitHub.

  18. Like
    drking reacted to ctwise in VMWare Fusion Controller   
    I created a workflow inspired by the Parallels controller workflow. It doesn't do screen captures since VMWare requires a username / password to do that, otherwise it's pretty similar. It's on alfpt or you can download it from here: http://tedwi.se/u/d4
     
    The following commands are available:
     
     
    vm list - Provides a list of VM's and their status (running or stopped). Copies path to clipboard. vm start [nogui] - List the VM's that are currently stopped so you can start them. Optionally, if you add 'nogui' it will start them without showing the VMWare window. vm stop [hard] / vm suspend [hard] / vm reset [hard] - List the VM's that are currently running so you can stop, suspend or reset them. Optionally, if you add 'hard' it will force the action. vm pause / vm unpause - Get a list of VM's that are currently running so you can pause or unpause them. A paused VM counts as running. vm snapshot <name> - Get a list of VM's that are currently running so you can create a named snapshot of a VM's current state, 'name' is not optional. vm ip - List the ip addresses of all running vms and copies the selected ip to the clipboard. The vm _must_ be running vmware tools for this to work. vm revert <name> - revert a vm to the named snapshot.   2013-02-07 - Add icons (cribbed from Jonas Erikson's VirtualBox controller)
  19. Like
    drking reacted to Tyler Eich in Fuzzy Search missing?   
    I think I what you're looking for is in the 'Advanced' tab. Under 'Applications:' there is a 'Matching' option. If you set it to "Full fuzzy match from word boundary", it should do what you want 
  20. Like
    drking reacted to epogue in Pinboard Search (beta?)   
    It's no problem. On line 30 in extension_utils.php, replace $c->addChild( $key, $b[$key] ); with
    $c->$key = $b[$key];  
     
    Then, in search.php, on lines 38 - 41, remove the methods (utf8_encode and htmlentities) wrapping the attribute calls. For instance, instead of 'uid' => utf8_encode ( htmlentities ( $bookmark->url ) ), it should read:
    'uid' => $bookmark->url,
  21. Like
    drking reacted to Aloge in Minimal Dark   
    I have tried to copy the style of my Alfred v1 theme, the result:
     


     
  22. Like
    drking reacted to untidey in "50 Shades of Grey" Dark, monotone theme   
  23. Like
    drking reacted to old37 in Solarized-Light theme (alternate) (downloadable)   
    I made a Solarized-Light theme to mimic the scheme I use in nvAlt and TextMate. (Apologies to @dansherman, I hadn't seen his version when I created this.) 
     
    You can download it here: http://cl.ly/MWtk
     
     

  24. Like
    drking reacted to mattlatmatt in Old Book   
    Modeled off the red and black from the title pages of old books.
     
    Screenshot: 
     

     
    Download:  http://cl.ly/MWjz
  25. Like
    drking reacted to Kolja in Clean (Alfred 1 Port, with download)   
    Hello,
     
    long time user first timer poster here.
     
    I thought I'd share a conversion of Mo Lawson's “Clean” Alfred 1 theme. Apart from the shortcut font (for legibility), nothing was changed:
     

     
    Get it at http://cl.ly/MW6G
     
×
×
  • Create New...