Jump to content

DJay

Member
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    DJay got a reaction from MacGeeky in iDelete - delete everything in the Downloads folder (color labeled items left alone)   
    Thats great. Thanks for your work.
    Helps a lot. Sometimes I want to keep some files for a day or so in the download folder but over the day it's a mess.
    With your workflow I'm now well organized. 
  2. Like
    DJay reacted to MacGeeky in iDelete - delete everything in the Downloads folder (color labeled items left alone)   
    iDelete is a simple workflow that does one thing only - it deletes all items (files and folders) in the Downloads folder. If you would like to keep some files and/or folders, you can color label them and they'll be left alone.
     
    Download iDelete
  3. Like
    DJay reacted to edc1591 in Add songs to iTunes Up Next   
    Hi all,
     
    I've been getting lots of requests to update this workflow to make it compatible with Ruby >=2.0 which is what's been shipping with the past couple releases of macOS. Well, I took some time this week to finally do it and also added a few new features.
     
    Results will now show their album art, and the pairing process has been improved. You can also now search by artist name and album title. I've also renamed the workflow to iTunes DJ (reminiscent of the original queuing feature in iTunes).
     
    See the README on Github for more info and download links.
     
    -------------------------------------------
    ORIGINAL POST
    -------------------------------------------
     
    Hey Guys!
     
    Up Next is one of my favorite features of iTunes 11, but adding songs to it can be pretty tedious. That's what this workflow tries to fix.
     
    You can search for songs right in Alfred and quickly queue them to be played in iTunes!
     

     
    The source is available on Github. Feel free to fork it and submit pull requests.
     
    Here's a download of the workflow that you can import directly into Alfred.
     
    This workflow works similarly to the iOS Remote app. Because of this, it needs to be paired with iTunes before you can use it. To do that just follow these instructions:
     
    iTunes must be open to complete the pairing process. Invoke Alfred and type pair followed by a 4-digit numeric pin number and hit enter. Switch to iTunes and click the devices button in the top right. Then click on Alfred in the devices list and enter your 4-digit pin.  
    Now you're all set to start queuing songs! Just type "next" followed by the name of a song and Alfred will search as you type. Then just hit enter on the song you'd like to queue.
     
    Enjoy!
     
    Known Issues:
    Searching can be slow for large libraries Can only search using song titles, not artists or albums
  4. Like
    DJay reacted to guiguan in Uni Call [v6.031]: The missing universal audio, video call and text workflow for Alfred   
    Uni Call is an open source project and an Alfred workflow providing the fastest way to make whatever audio, video phone call or send whatever text message on your Mac OS X (ambitious . It views your Apple Contacts (we love Apple address book and iCloud as the central place for all your contact information, and makes use of those information to help you initiate your phone calls or text messages as quickly as possible.
     
    Please visit Uni Call's official project site (http://unicall.guiguan.net) for more details.
  5. Like
    DJay reacted to DavidK in Rate iTunes Track   
    Just finished a quick workflow to rate the currently playing track in iTunes. Simple usage, type "rate x" where x is the star rating you want assigned to the track. 
     
     
    EDIT:
    Now supports much better reliability, 1/2 stars, two panel display, and keyboard shortcuts.
     
    Latest version can be found here:
     
    http://d.pr/f/Oysk
    or
    https://github.com/dklem/Alfred2-Rate-iTunes-Track
     
     
    Screenshots:
     
     
  6. Like
    DJay reacted to vitor in Download Media — Download video and audio from web pages   
    It by default downloads the best quality version available, so it will download different formats for different videos.
     
    That said, yes, it’s very easy to do what you want. On the workflow, double‐click the “Run Script” option, and replace the code with this one
    if [[ "{query}" == "addToWatchList" ]]; then watchlist="${HOME}/Library/Application Support/Alfred 2/Workflow Data/com.vitorgalvao.alfred.watchlist/watchlist.txt" filename=$(python youtube-dl -f 22/18/17 -o "${HOME}/Downloads/%(title)s.%(ext)s" --get-filename "$(pbpaste)") python youtube-dl -f 22/18/17 -o "${HOME}/Downloads/%(title)s.%(ext)s" "$(pbpaste)" echo "${filename}" >> "${watchlist}" echo "Done." else python youtube-dl -f 22/18/17 -o "${HOME}/Desktop/%(title)s.%(ext)s" "$(pbpaste)" echo "Done." fi The solution is the -f 22/18/17 option, which will download the best version available of either mp4 [720x1280], mp4 [360x640], or mp4 [144x176].
  7. Like
    DJay reacted to jason0x43 in Weather workflow   
    I wrote a weather forecaster workflow that displays forecasts from Dark Sky or the Weather Underground. This is actually the second iteration; my first was loosely based on David Ferguson's weather workflow, but written in Python. This version is a complete rewrite in Go.
     
    The source, along with installation and setup instructions, is available at it at https://github.com/jason0x43/alfred-weather.The most current release can be found at https://github.com/jason0x43/alfred-weather/releases.
     
    Version history:
     
    2016-12-18: 1.0.0
    2017-05-03: 1.3.0
    2018-11-08: 1.5.0
    2020-05-03: 1.6.0
  8. Like
    DJay reacted to vlad.gorohovsky in Icon Extractor for OS X Apps   
    This workflow extract & save icon from any OS X apps to your Desktop. Just type icon and choose the app.
     
    By default it saves icon in 512px and PNG. Feel free to change this parameters.

     
    If you want to save max resolution pictures just delete this line from the script:
     
    --resampleHeightWidthMax 512  Based on a bash code from Brett Terpstra. Alfred 2 theme by @egla.
     
    Enjoy! http://cl.ly/3c2h0S0t1I3K
  9. Like
    DJay reacted to RodgerWW in About This Mac   
    The most current version can now be found on GitHub with very special thanks to xilopaint for continuing and modernizing the original workflow.
    GitHub Download. 
     
     
    Below are my older versions which I will now leave AS-IS for reference:
     
    DOWNLOAD (For Alfred 2)
     
    DOWNLOAD (For Alfred 3)
     
    For those that need to see/copy info from the system.
    Just open Alfred and type "about"
     
    To RESET the workflow type "xabout"
     
    FN+ENTER will copy the selected entry to the clipboard.
    SHIFT+ENTER will paste selected entry to front most app.
     
    CTRL+ENTER will take you to Apple's support website (based on your hardware).
    OPT+ENTER will take you to Apple's hardware specifications website (based on your hardware).
     
    January 11, 2018:
     
    Updated the 'HardwareIcons.xml' to include all new hardware found/referenced for icons of machines. This brings the hardware list up to date as of macOS 10.13.2 (17C205)
    This is just for Alfred 3 and the new filename is "AboutThisMac_2018.alfredworkflow", so make sure you are running the latest. This is a rather big update in terms of hardware icon support and I apologize for not doing it sooner folks!
     
    September 26, 2017:
     
    Added icon and updated script for macOS High Sierra.
     
    February 1, 2017:
     
    Added Macmini7,1 to xml for icon support.
     
    August 15, 2016:
     
    Added icon and updated script for macOS Sierra.
    Made a new version for Alfred 3 removing older Operating Systems to fall in line with what Alfred 3 supports.
    I am leaving the Alfred 2 version alone for those who still want to use it, but, it does not support macOS Sierra.
     
     
    June 3, 2014:
     
    Added Yosemite Icon (also updated script) for those using the Developer Previews so the System Version line shows the correct image.
     
    July 23, 2013:
     
    Added Mavericks Icon (also updated script) for those using the Developer Previews so the System Version line shows the correct image.
     
    July 9, 2013:
     
    I found an error in a line of my workflow which on most systems is a lenient one, but on some results in the Human Readable Machine in line 1 of the results to simply not show up. The error also made the links to the support site and hardware specs site not function correctly. I have corrected this line in the workflow.
     
    PLEASE NOTE: On SOME systems, and even on the current build of Mavericks, the plist file the workflow reads from is protected in a slightly different way. This means the permissions need to be changed on the plist. I have included the Terminal instructions in the 'readme' tab of the Workflow. To access this, load Alfred Preferences, Double Click on the Workflow in the left sidebar "About This Mac", and in the window that pops up, click the Readme tab ... and read!
     
    May 16, 2013:
     
    Added Model Identifier beside system name in top row. SO for MY system it now shows "iMac 27-inch, Mid 2011 (iMac12,2)"
     
    April 17, 2013 :
     
    Fixed a couple minor issues with incorrect selectors in the script. Serial number should show now, and 'GB' after memory size will show again.
     
    Added a system check for those that have multiple computers accessing one workflow folder (thanks DJay for pointing out that not everyone has only one computer).
     
    Removed randomUID generator for items, as the latest version of Alfred2 makes it possible to NOT have to specify unique IDs. SO, if you want an ordered list, please update Alfred to 2.0.3+
  10. Like
    DJay reacted to drking in Safari bookmark search   
    @dimsav:   The reason I like using this workflow rather than the default, is because then I am able to choose to search my bookmarks (and/or history) only when I need to, rather than having all my bookmarks come every time I type text into Alfred.  Makes things less congested for me personally.
  11. Like
    DJay got a reaction from Benzi in Rome2Rio travel route search   
    *THIS* is awesome.  Thanks a lot.
  12. Like
    DJay reacted to Benzi in Rome2Rio travel route search   
    Usage
     

     
    Type rr <start> to <destination> in Alfred to find route options. Get Autocomplete suggestions as you type.  

    The search results are displayed one route at a time. Hit Tab key to cycle through all available routes. The first item is the route description, and you can select that option to view full details on the rome2rio web site, or press the Shift key for a preview The items that follow make up the various stops and segments of the trip - press Shift to get a map displayed highlighting the start and end points of each sgement.  

     
    To reset your search, hit Cmd + Enter on a route description. Or just type rr <start> to <destination> again to begin a new search  
    Download
    Download from here
     
    Notes
    Powered by rome2rio.com API v1.2 Requires Python 2.x and an active Internet connection If you want to disable autocomplete, open the workflow's script filter node, and change the command to --query from --query-autocomplete (more notes inside the script filter)
  13. Like
    DJay reacted to iEnno in Display and calculate with current date and time   
    I created a workflow to display the current date and time in a configurable format.
    Pressing enter will copy to clipboard.
     

     
    You can also add and subtract time. Examples:
    date 3w: today + 3 weeks date -2y: today - 2 years date 2m -5d: today + 2 months - 5 days View GitHub for more details.
     
    Direct Download.
  14. Like
    DJay reacted to Ddyracer in OS X Dock   
    I recommend using this theme with the blur hack & set to a value of 5, if you wish. 
     
    Click here for link.

     
    Inspired by all the minimal themes and the OS X Menubar theme.
  15. Like
    DJay got a reaction from StDt in Flugstatus Search (German)   
    Quick workflow build of a flight and airport search via http://de.flightaware.com/
    You have to type either the flight number or the airport code to search. i.e. "flugstatus LH903" or "flughafen fra".
     
    It is helpful for me because I often have to check for specific flights and airport arrivals.
     
    Feel free to modify if you like. It's in german but I'm sure for those who like its easy to translate. 
     
    http://cl.ly/351x1V3k3T3e
  16. Like
    DJay reacted to vdesabou in Share using Mountain Lion Built-in Sharing (Version 1.11)   
    alfred-mountain-lion-builtin-sharing
    ==========================
    Use built-in sharing introduced in Mac OS X 10.8 Mountain Lion directly from Alfred!
    Description
    This workflow is using the amazing command line terminal-share
    You can call directly share command (or use a hotkey) if you just want to share a message.
    If you want to share a file (image, video or any other kind), you can select it using a File Action, or set a hotkey.
    It currently supports all services except sinaweibo,youku and tudou (I can add them in a future release).
    Based on the type of the selected file, services proposed will change.
    Here are some examples:
    Screenshots

    Download the workflow
    Download the workflow below and open in Alfred.
    Download Workflow
    History
    1.11:
    Move to GitHub 1.10:fix AllayOop version 1.9:Added hotkeys to call built-in facebook, twitter, imessage and email 1.8:
    Fix problem introduced in version 1.7 with files names with spaces 1.7:Fixed a bug where image was not displayed in the sharing window 1.6:Start Droplr if needed before trying to upload 1.5:Added support of droplr (using cmd modifier). It will upload selected file to Droplr, and then paste at the end of the message the url. It only works with facebook, twitter, imessage and email (other services don't use message). 1.4:Improve handling of special characters 1.3:The terminal-share is now included is the workflow Twitter issue is fixed Minor fixes 1.2:Added abilitity to cancel file sharing by selecting the Selected file entry 1.1:Support of Alleyoop 1.0:Initial Version Creditsterminal-share
  17. Like
    DJay got a reaction from drking in Reminders   
    Ahh.. I see. Thx. Thats cool. Didn't notice that because of I was so exited about a new Reminders Version every time  (every day) you posted here. So I downloaded manually. 
  18. Like
    DJay got a reaction from surrealroad in Reminders   
    wow.. thanks a lot. that was easy.   now it works like it should.
    thanks for your great work.
  19. Like
    DJay reacted to conigs in Dark Sky Workflow   
    So I've been playing with this a lot today and decided to release it. @nickwynja, let me know if you're not okay with the info in the read-me. I feel I've sufficiently modified the workflow, but haven't used github and don't know how to make branches, etc.
     
    Regardless, here's my Forecast.io workflow to try out. To set it up, you'll need your own developer API. You can paste it right into the workflow by entering 'w k <api-string-here>'. For convenience, links to register or login to Forecast for Developers are included. The theme can be changed by entering 'w t' and selecting light or dark. Forecast data has been reconfigured to get a little more info in there and (hopefully) handle different times of day nicely.
     
    I've also changed the way it handles US/UK/SI units directly from the forecast api, so it shouldn't have to convert anything.
     



    [update: branched nickwynja's code on github.]
  20. Like
    DJay got a reaction from buzr in Sync your connected iDevice   
    U know that there is already a similar workflow with exact the same script made by nguyenhimself? http://www.alfredforum.com/topic/1690-sync-ios-devices-with-itunes/?hl=sync
  21. Like
    DJay reacted to Sampayo in Switch Between audio input and output   
    Audio Switch
    ==================================================================================
     
    Switch between your input sources and output devices.
     
    To install just download (or my github) and doble click the .alfredworkflow file.*
     
    To change your input source type input (it could take a little bit to load your sources), then select the one you desire
     

     
    The same for the output device, just type output then select your choice
     

     
    Since I don't have any audio device or source connected to my laptop only 1 (the default) device and source are shown.
  22. Like
    DJay got a reaction from CarlosNZ in TimeZones - a World Clock script filter [updated to v1.7]   
    It's getting better and better. Thanks CarlosNZ
  23. Like
    DJay reacted to CarlosNZ in TimeZones - a World Clock script filter [updated to v1.7]   
    Here's another little tool I've just whipped up:
     

    Get an instant list of the current time in various cities around the world. Which you can customize, of course.
     
    Main keyword: tz (for TimeZones) - this just shows the World Clock list (seen above). (Select a city for a Large Type display.) To remove a city from the list - option-select it. To add a new city - timezone add Name of City To update all cities' timezone offset information - timezone update To look up the time in a place without storing it (custom loookup), just keep typing the place name after the initial tz (eg. tz timbuktu) To move the location of your stored city list - timezone move Download v1.7a
     
    This workflow saves a list of your cities and their UTC offsets locally, so the basic world clock will display instantly. Adding new city information is done via an API call to Google Wolfram Alpha. The only downside to locally cached offsets is that there's no provision for automatically updating for Daylight Savings changes, but a manual timezone update will refresh all the cities with their current offset.
     
    Enjoy. As usual, I welcome comments, bug reports, feature requests, etc.
     
    ----
     
    28 March 2013 - UPDATE to v1.5
    Major rewrite - now uses Google Maps APIs, which should be a lot more reliable and consistent. Flag icons! Bit of eye candy, courtesy of http://www.free-country-flags.com (and managed to squeeze flags for every country in the world into just over 400k - thank you TinyPNG ) More detail retrieved and displayed, including timezone name, country, etc. When doing a full "update", a text file is saved to your Desktop summarising any changes found. General enhancement and tweaks. PLEASE NOTE: Because this version stores its data substantially different to previous versions, it will create a new timezones.txt file with default cities. However, it will attempt to save your old timezones.txt file to your Desktop, so you should be able to rebuild your previous list without too much hassle.
     
    A quick note about the flags: The workflow simply compares the retrieved name of the country and does a simple name match against the workflow's local repository of flag icons. From my testing, it's working very well, but I'd appreciate it if you'd report back if you find any countries that don't properly match a flag icon. Cheers.
     
    ----
     
    31 March 2013  - UPDATE to v1.6
    New feature: Custom lookups. Just keep typing a new place name after the tz keyword to look up the time in a place without saving it to your saved list. Added support for phyllisstein's Alleyoop auto-updater. [EXPERIMENTAL] - support for autocomplete for adding place names (timezone add). You'll need to add a keyword yourself to the script filter if you want to try it out. The reason I haven't enabled it by default is that I've found it kind of slow and I'm not sure it's actually an improvement over the current method. Let me know what you think.
    [Add a keyword to this script filter if you'd like to try it out] Novelty: Added (unofficial) Antarctica flag to flag repository. (Try tz south pole.   ) ----
     
    2 April 2013 — UPDATE to v1.61
    Small fix for Dutch (Netherlands) flag matching.  
    ----
     
    22 March 2014 — UPDATE to v1.7
    City List now always shows in the same order. (Achieved by removing “uid” parameter.) Removed Alleyoop updater. ----


    22 March 2014 — UPDATE to v1.7a
        New 256x256px icon
  24. Like
    DJay reacted to schoeps in Workflow for VPN services   
    The VPN_Toggle workflow has been updated to include Alleyoop updates and it shows the current ip address. 
  25. Like
    DJay reacted to CarlosNZ in Tiny PNG workflow [Updated to v1.2]   
    This workflow will take a set of PNG or JPG files and compress them using the online TinyPNG service.

    For more info on what it does to the image, see http://tinypng.com/

    Usage:

    This workflow works as either a File Action or a regular keyword process.

    Either:
    1) Select the PNG or JPG files you want processed (in Finder or Alfred), then select the "Compress with TinyPNG" File Action in Alfred.
    2) Select the PNG or JPG files you want processed in Finder, launch Alfred, then use the “tinypng" keyword.

    The processed files will be downloaded to a TinyPNG folder on your Desktop, along with a Report showing the success/failure of each file, and how much it has been compressed by.

    The process may take some time, especially if you have selected several large image files, but you will notified on completion. However, if you have Growl/growlnotify installed, you will get a per-file notification as it progresses.
     
    A Note on Heavy Usage:
     
    The TinyPNG API has a limit of 500 files per month. As you can imagine, once a few people are using the workflow substantially, this doesn't take long to reach. I have provided a default API key built-in so you can use the workflow immediately. However, if you intend to continue using it in any substantial capacity I strongly suggest you visit https://tinypng.com/developers and register for your own API key. You can jump there with the keyword “tinypng_getkey” in Alfred. Once you’ve got your key, save it into the workflow configuration with the keyword  “tinypng_config”
     
    Download v1.3
     
    Cheers,
    Carl
     
    ----
     
    28 November 2013 - updated to v1.1
    Updated to use the new TinyPNG.com API Now works as a regular Alfred keyword (with Finder selection) as well as File Action  
    19 March 2014 - updated to v1.2
    Now gives better error reporting on failures. (You’ll be able to tell if the monthly limit has been exceeded.) Consolidated processing to a single bash script. The Finder Selection script now just parses the input and sends it to the main script. (Irrelevant to user experience.) User can enter their own API key to prevent reaching the Free account limit when using a shared key. Updated icons (from TinyPNG.com)  
    6 October 2015 - updated to v1.3
        Now supports JPG files as well.  
×
×
  • Create New...