Jump to content

dan_djorgi

Member
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    dan_djorgi got a reaction from thec13 in DigitalAttitude - minimal HUD Alfred 2 Theme   
    DigitalAttitude - minimal HUD
    a dark and minimal HUD style Alfred v2 Theme
     
     
     
    This simple theme is using only shades of black and white color for all background and text elements (20% - 85% opacity) and minimal border radius.
    The text is rendered using Helvetica, and the theme is available in two versions, one with a border (25% opacity) and one without (more margin, more minimlizm).
     
    Note: Try adding the blur hack, might look nice too! (the blur hack was not used/available while taking the screenshots)
     
     
     
    Border-Version V2.1
    Download: http://bit.ly/1161pbj
     

     
     
     
     
    Non-Border-Version V2.2
    Download: http://bit.ly/1162i3K
     

     
     
     
    I hope you like this theme as much as I do,
     
    Cheers,
    Dan
     
  2. Like
    dan_djorgi reacted to mdreizin in Search Google Chrome/Chromium bookmarks   
    This workflow helps search your Google Chrome/Chromium bookmarks realy fast with unicode support.
      For more info please see: http://mdreizin.github.io/alfred-workflows/#chrome-bookmarks
  3. Like
    dan_djorgi 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].
  4. Like
    dan_djorgi reacted to supr in DigitalAttitude - minimal HUD Alfred 2 Theme   
    I made an account just to say how awesome your theme is - I googled 'Alfred 2 Themes', and for whatever reason this thread was the first result for me, and your theme was exactly what I wanted. Thanks!
  5. Like
    dan_djorgi got a reaction from CarlosNZ in TimeZones - a World Clock script filter [updated to v1.7]   
    CarlosNZ, thank you so much for this great workflow! 
  6. Like
    dan_djorgi reacted to CarlosNZ in TimeZones - a World Clock script filter [updated to v1.7]   
    v1.6 released.
     
    One main new feature: custom lookups — just keep typing after the tz to look up the time in a place without saving it to your list:

     
    Also, I've added experimental support for autocomplete for adding place names. 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. I'd be keen to know what people think.
     
    Full deets and download link in initial post (now supports Alleyoop auto-updates too ).
  7. Like
    dan_djorgi reacted to CarlosNZ in TimeZones - a World Clock script filter [updated to v1.7]   
    UPDATED to v1.5
     
    Hey guys, fairly significant update here - the workflow now uses Google Maps APIs to get the timezone data, which you should find substantially more reliable than Wolfram Alpha.
     
    Also, FLAGS! 
         
    See the first post for detailed changelist and download link.
     
    PLEASE NOTE: Because this version stores its data substantially differently 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. Sorry for any inconvenience.
  8. Like
    dan_djorgi got a reaction from Tyler Eich in Colors—convert color formats & access the OS X color panel   
    Great workflow! Thank you so much Tyler and everybody involved! 
  9. Like
    dan_djorgi reacted to bengr in TimeIn - Show the time in a specific location (new & improved)   
    The workflow currently relies on WolframAlpha for getting it's data. From my testing, it only shows time in 12-hour format unfortunately (I'd also like it to be location-based, or somehow be able to get the time in a 24 hour format).
    I'll have to look into other services and see if they're able to retrieve the time in other formats, or build something to convert 12 hours format to a 24-hour one.
     
    In any case, I'll look into it when I have the time.
  10. Like
    dan_djorgi reacted to Carlos-Sz in Recent Items 4.3 beta 2 for Alfred 4: Finder Recent Items   
    Overview

    Workflow to display recent Finder files and folders featuring:
    5 default categories 2 custom categories Favorites, including a file action Keywords and hotkeys for Favorites and all categories apart Interaction with Open/Save dialogs and Finder Go To Folder Preview, reveal, open or use Alfred file actions Usage

    Show Alfred and type the keyword rec:



    You can also use the category keyword if you prefer to access the recent files directly, without an initial menu:
    Now: keyword now Folders: keyword fol Applications: keyword apps Documents: keyword docs Downloads: keyword dow Custom Category 1: keyword c1 Custom Category 2: keyword c2 Favorites: keyword fav In addition, there is a hotkey for the keyword rec, Favorites and all categories apart.

    Note that all keywords, as well as the hotkeys, can be changed (go to Alfred Preferences > Workflows).

    Finally, once inside a category you have the following actions:
    Return key: open the file or folder Command key: reveal the file or folder in Finder Option key: pass the file/older path to an open/save dialog or Finder window Control key: add/remove an item to/from Favorites Shift key: preview (Quick Look) the file or folder Custom Categories

    You can set up to two custom categories:
    Show Alfred and type the keyword recpref Select a category to configure and press return key Type an unique category name with at least 3 characters Type one or more (separated by comma) file types e.g.: com.adobe.pdf,public.plain-text To find a file type you can use Alfred Metadata Analyzer.

    To remove a custom category press command key while highlighting one of them in recpref.

    Favorites

    All files or folders set as a favorite item will remain in the list no matter how old they are.

    To add an item to Favorites just highlight a file or folder, hold control key and press return key.

    To remove an item go to Favorites, highlight an item, hold control key and press return key.

    You can also add items utilizing Alfred File Action (accepts multiple files).

    Note that Favorites has also its own keyword (fav) and hotkey.

    Interacting with Open/Save Dialog or Finder

    You can pass a recent file or folder path, or an item in Favorites, to an open/save dialog or even the current Finder window to go to that folder:
    when an open/save dialog is displayed type the keyword rec or any other category keyword find an item (a file or folder or an item from Favorites), highlight it, hold option key and press return key wait a bit so the workflow can load and paste the item path Default Folder

    The workflow remembers the last path used per application. To use the feature just type the keyword df when an open/save dialog is displayed.

    If the workflow was never used for the application, or the path does not exist anymore, then the keyword rec will be automatically triggered so you can select a path from a file or folder.

    There is also a hotkey to make things even faster.

    Make sure to give the feature time to process because e.g. if you hold keyboard keys way too long then the feature may not work as expected.

    What’s new
    Up to 2 custom categories (keyword recpref) Downloads category Keyword for each category Hotkey for each category Multiple files in Add to Favorites file action Changed Auto-path to Default Folder (keyworod df) Changed Just Now category to Now Added Help (keyword rechelp) Update to Alfred 2.3 features Several internal improvements  
    Download
     
    Version 4.3 beta 2 (removed Alfred 3 references) Release date: 12 Jul 2020 Requires Alfred 4 Download  
    Version 4.2 Release date: 19 Jun 2016 Requires Alfred 3 Download  
  11. Like
    dan_djorgi got a reaction from drking in DigitalAttitude - minimal HUD Alfred 2 Theme   
    DigitalAttitude - minimal HUD
    a dark and minimal HUD style Alfred v2 Theme
     
     
     
    This simple theme is using only shades of black and white color for all background and text elements (20% - 85% opacity) and minimal border radius.
    The text is rendered using Helvetica, and the theme is available in two versions, one with a border (25% opacity) and one without (more margin, more minimlizm).
     
    Note: Try adding the blur hack, might look nice too! (the blur hack was not used/available while taking the screenshots)
     
     
     
    Border-Version V2.1
    Download: http://bit.ly/1161pbj
     

     
     
     
     
    Non-Border-Version V2.2
    Download: http://bit.ly/1162i3K
     

     
     
     
    I hope you like this theme as much as I do,
     
    Cheers,
    Dan
     
  12. Like
    dan_djorgi got a reaction from DJay in TimeIn - Show the time in a specific location (new & improved)   
    Great workflow – thanks! 
     
    Is it possible to change the 12-hour-system (am/pm) to the 24-hour-system? 
×
×
  • Create New...