Jump to content

Don Dahl

Member
  • Posts

    90
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Don Dahl reacted to untoldwind in Yet another window layout workflow   
    I know you will hate me for this, but since I was kind of unhappy with the recent developments of Ruby's and Python's Cocoa-binding I just remembered this old comic: http://xkcd.com/224/
     
    ... so in short: I redid everything with Perl, which is so low level that Apple will not mess with it (hopefully). On the plus side, it is also the fastest binding.
     
    An experimental version is available here: https://github.com/untoldwind/alfred2-layout/raw/master/Layout.alfredworkflow
     
    New feature:
    With "lay_config" you should now be able to edit your own configuration file (format described below)Hopefully this will open the "TextEdit" if there are no other editors available (that's hard to test for me, since I have so many editors on my system) If the editor does not open you can also use "lay_config" with Cmd-Enter/Cmd-Click, which should open the configuration directory in Finder. If it all fails: The configuration file should be this one: ~/Library/Application Support/Alfred 2/Workflow Data/de.leanovate.alfred.layout/layout.yaml Of course there is a default-version in the workflow itself (i.e. to reset the workflow to default, just remove the file above) Note: The keywords are NOT merged, i.e. if you do not like some keywords, you are actually able to remove them The configuration file itself is YAML, which should be easily understandable:
    - { name: "togglefullscreen", display: "Toggle full screen mode", forOtherScreen: No, command: "fullscreen:toggle" } - { name: "full", display: "Full", forOtherScreen: Yes, command: "set:0,0,1,1" } - { name: "left", display: "Left", forOtherScreen: Yes, command: "set:0,0,0.5,1" } name: is the keyword (and also the name of the icon) display: the display text/title that appears in Alfred forOtherScreen: Yes/No toggle if the keyword should also appear in "layother" command: the actual command for the layouter (as described here: https://github.com/untoldwind/alfred2-layout/wiki/Hacking-the-Mavericks-version#parameters-of-the-layouter ... well lets see if it all works as intended.
     
     
    PS: If this is too spooky for you (or simply not working), the previous release is still available here: https://github.com/untoldwind/alfred2-layout/raw/1.1_Mavericks/Layout.alfredworkflow (in case I forgot to update links in the previous posts)
  2. Like
    Don Dahl reacted to mrm312 in 1Password 4 - Multiple URL Support   
    Not sure if the 1Password 4 API would allow Alfred to do this, but:
     
    It would be nice if Alfred supported 1Password 4's multiple urls feature. So if a 1P4 login entry had more than one url each would be listed when a user typed the '1P' shortcut in Alfred. I've included a screen shot for reference.
     
    In the given screen shot, I have three URLs for Plex (Forums, myPlex, Web Manager).  It would be nice if I typed '1P Plex', I got a list of:
    Plex (Forums) Plex (myPlex) Plex (Web Manager) Thanks for considering!
    Mike
     

  3. Like
    Don Dahl reacted to forgetfulfellow in Text/Message on iMessage directly from Alfred   
    I'm actually quite baffled as to why iMessage chooses these obviously wrong email addresses to use. Since I only feed in actual contact names to iMessage, I leave it up to iMessage to pick the sending medium (email or phone number). As of now, I'm working on a way to better force iMessage to choose; I'll try to post it up in a couple days
  4. Like
    Don Dahl reacted to jdfwarrior in [Request] Integration with Plex Media Server/Center   
    https://www.youtube.com/watch?v=OIaGdN-NUmg
     
    A little preview of what I have so far (watch in HD if you can)
     
    I had the artwork showing for the results but since Alfred can't use urls as icons for results yet, I would have to download the icon for all of them in order to show them. It can be done but slows things down a good bit (especially on a library the size of mine). One query downloaded over 10mb of artwork
  5. Like
    Don Dahl reacted to David in Strip formatting from clipboard text   
    Hi, this is probably the shortest and easiest workflow ever but i thought i'd post it anyway in case anyone finds it useful aswell. It simply removes the formatting from the text on the clipboard.
     
    So, if you copy some text from Firefox and paste it in an E-mail, often the pasted text will have a different font/text size/bold,italic formatting than the alredy present text in your e-mail.
    To solve this i use "Cmd + C" , "Alfred -> Strclip" , "Cmd + V", and the text will now be pasted with the correct formatting.
     
    There's also a native OS X shortcut for this (Cmd + Alt + Shift + V), however it doesn't work in a lot of Applications (for example Pages) and also... pressing those 4 buttons is nearly impossible
     
    ----
    EDIT: added option to "strip and paste".
     
     
    Download: https://github.com/notDavid/alfred-workflow-stripClipboardFormatting/raw/master/Alfred-Strip.clipboard.text.formatting.alfredworkflow
    Github source: https://github.com/notDavid/alfred-workflow-stripClipboardFormatting
     

  6. Like
    Don Dahl reacted to vitor in Right Click — Trigger a right-click on Finder files, with the keyboard   
    Usage

    Configure the Hotkey to trigger a right-click in Finder selections via the keyboard.



    ⤓ Install From the Alfred Gallery | Source
     
     
  7. Like
    Don Dahl reacted to jdfwarrior in Show Contact Address in Apple Maps   
    here ya go.. link
  8. Like
    Don Dahl reacted to Nikhilmozika in Wallpaper Workflows   
    Hi,
     
    This is my first attempt at making workflows. Posting 2 very simple workflows for changing the desktop wallpapers.
     
    1. Set Desktop Picture
     
    A simple file Action which can be seen when browsing images in Alfred. Simply select "Set as Wallpaper" from the actions menu. Pre - Requisite : Change Picture should be Disabled in Desktop & Screen saver, in the preference pane.   2. Skip Wallpaper
     
    Simply set a custom hotkey (Default is option + command + w), pressing the same skips to the next wallpaper. Pre - Requisite : Change Picture should be enabled in Desktop & Screen saver, in the preference pane.   Links : Set Desktop Picture    ::::    Skip Wallpaper  
    With inputs from other forum members & Google.
     
  9. Like
    Don Dahl reacted to Fasand in Toggle Finder visibility   
    Here you go: http://d.pr/f/jSKO
  10. Like
    Don Dahl reacted to forgetfulfellow in Text/Message on iMessage directly from Alfred   
    Thanks for the picture; since this is my first big workflow, I'm taking some time out of each day to debug it. I'm not exactly sure why it's sending to the last recipient, and I'll update you when I find a fix.
     
    I also updated my workflow to get some small bugs out of the way (which are in the change log above). Thanks for "testing" this app out; I don't think I would have been able to really understand an alfred workflow (and applescript) without you guys
  11. Like
    Don Dahl reacted to AlfredJimmy in Limit search scope because of Dropbox or Google Drive duplicates   
    Andrew
    Thanks for the suggestion.
    However, that hides the folder from other apps I use to update these folders.
     
    Politicus
    As this seems more complex than I can deal with I have added a comment to
    Exclude folders and filetypes both globally and for file filters
    in Feature suggestions.
    Thanks
    Jim
  12. Like
    Don Dahl reacted to forgetfulfellow in Text/Message on iMessage directly from Alfred   
    Yeah, definitely! I'm definitely trying to get there, but the problem is that iMessage only recognizes an iMessage contact after it has sent the text to the number. I'm trying to study online to see if I can find a solution, but I haven't found anything yet
  13. Like
    Don Dahl got a reaction from drking in Smooth Dark Theme (Dark version of David's Smooth Theme)   
    I've been using the Smooth theme made by David Ferguson for some time and realized i needed just that theme with somewhat inverted colours.
     
    Credit goes to David.
     
    Looks like this:
     

     
    Download:
    http://j.mp/18i5KN6
  14. Like
    Don Dahl got a reaction from Ritashugisha in Luxinate - Download video and audio from YouTube and SoundCloud   
    I love this. Thanks for sharing!
  15. Like
    Don Dahl reacted to firezemissile in MailTo: Select multiple Contacts *and* Groups and compose in your favourite email app   
    Alfred is already incredibly helpful on its own, but workflows such as yours make it even more unbelievable. Thanks for your work!
    Just wondering if there's a way to segregate emails by To: Cc: and Bcc: ?
     
    Working fine with Mavericks and Airmail, too, by the way.
  16. Like
    Don Dahl reacted to forgetfulfellow in Text/Message on iMessage directly from Alfred   
    So to outline my procedure: I basically just feed a name into iMessage and "trust" iMessage to pick the correct number. For me, 4 out of 5 times, it chooses correctly. (I know that isn't a great statistic, but as of this moment, I'm not sure how else to improve it). Currently, there isn't a way to extract the correct iMessage number out of a contact. I'm trying to see how to force iMessage to choose correctly, and I'll get back to you when I figure something out.
  17. Like
    Don Dahl reacted to forgetfulfellow in Text/Message on iMessage directly from Alfred   
    iMessage Workflow V3
     
    My workflow has been easily surpassed by others, please use theirs  ---------> http://www.alfredfor...red/?hl=unicall
     
    However, I'm updating this workflow to Alfred 3 for posterity's sake. Sorry for taking so long guys...
     
    Archive
     
    Change log:
     
    2/12/2017 - Because of a specific error, I've updated this app. Alongside the minor bug, thanks to Amos Manneschmidt's workflow "Call or SMS contact", I learned how to use OSX's built in Contact app to feed out contacts. Furthermore, I updated this app to be compatible with Alfred 3.  
     
    4/30/13 - Non-Latin languages are now supported! I have verified Korean, Chinese, and Japanese. If it works for your language, please tell me!
     
    11/27/13 - My extension prioritizes numbers that have been used before. This should allow Alfred to choose the correct number associated with a contact MUCH more accurately. Works only with phone numbers, not email addresses;
    A notification is now displayed when contacts are not updated successfully (mostly a response to Exceptions thrown when trying to update) 
     
    11/21/13 - Emoticons should now work; Alfred now opens up iMessage if its closed
     
    ------------------------------------------------------------------------------------------------------------------------------------------------
     
     
     
    If using the OLD way:
    Setup:  Run command 'IMU' before you start using the workflow
     
     
    Find Contacts and Send Messages:
    Keyword: "im"
     

     
    1b. Send a message to the aforementioned contact
     

     
      2. Reply to most recent iMessage or Group Message (Thanks to David Ferguson's Workflow)
          Keyword: ".."
     

     
    Download Link: https://github.com/NolanChan/iMessageWorkflow/raw/master/iMessage.alfredworkflow
     
    Please post up bugs in the comments below! 
  18. Like
    Don Dahl reacted to deanishe in MailTo: Select multiple Contacts *and* Groups and compose in your favourite email app   
    2015-07-29: Version 2 released
     
    MailTo: Select multiple Contacts and/or Groups, and compose in your favourite email app
     
    Search your Contacts and compose an email to one or more recipients (or none) in your preferred email program. Also supports Groups.
     
    The main aim—versus Alfred's built-in, more comprehensive contact handling—is to make it fast and easy to select multiple recipients and especially groups.
     


    Features
    Search and add recipients from your Contacts database Send to Groups/Distribution Lists (they're the same thing) Also enter email addresses by hand Use any email client you want (uses system default as standard) Results prioritised by order of email addresses in Contacts Download/Installation
     
    Grab your copy from GitHub or Packal. Install in the usual fashion.
     
    Usage
     
    Keyword is @
    @ + ENTER — compose a blank mail (no recipients) @ [part of name or email address] — search your Contacts for matches. You can also add email addresses not in your Contacts. ENTER/⌘+NUM — add selected email address to recipient list and go to email program TAB — add selected email address to recipient list and continue searching mailto — see and change current settings If you've entered an invalid email address, it will be removed from the recipient list when your email app is called. Supported apps
     
    In theory, MailTo should work with any email client (it uses the mailto: protocol).
     
    Tested and working with:
    Airmail 1 Airmail 2 Apple Mail Sparrow Thunderbird Postbox Airmail (email addresses only) Unibox MailMate Mailbox Beta (email addresses only) MS Outlook Google Chrome (if you've set a handler) Fluid single-session browsers Does not work with:
    Safari (it will just open your system default email client) More info
     
    Please see the documentation.
     
    Note on Groups
     
    When deciding which email address to use for members of Groups, MailTo will use the one you've specified, or then the primary email address for the contact (don't ask me how to set that; I haven't been able to figure it out), and then the first one in their list of email addresses.
     
    To specify which address to use for a contact in a Group, open Contacts and go to Edit > Edit Distribution List …
     
    Changelog
     
    2013-10-31
    Add recipient name when calling email client, i.e. "Bob Smith <bob.smith@example.com>" instead of just "bob.smith@example.com". 2013-11-01
    Add support for Groups Prioritise email addresses by primary status then order in Contacts Change ID (cache format has changed) Use MIT licence 2013-11-03
    Change config keywords to mailtoconf and mailtohelp so they don't get mixed in with search results from the default mailto action. 2013-12-03
    Properly format the mailto: URL so workflow works correctly with MailMate. 2013-12-06
    Added built-in, app-specific support for the email clients listed above. They should now work flawlessly without any need to edit settings. Note: the settings format has changed, so all your settings (yes, both of them) have been reset. There should be no need to edit them if you're using MailTo with your default system email client. 2014-03-24
    Fix plist parsing problems. 2014-09-13
    Add support for Mailbox Beta Add new keyword @ 2015-07-29
    Release V2 Supports more types of contact accounts Supports more email clients Users can add support for their own clients 2016-02-10
    Add support for MS Outlook Add support for Airmail 2 Remove duplicates based on name and email address
  19. Like
    Don Dahl reacted to Ritashugisha in Luxinate - Download video and audio from YouTube and SoundCloud   
    ▶ Luxinatev7.01
    ~ DEPRECATED ~
    This workflow is currently not supported...
     
    Luxinate is an Alfred.v2 workflow designed to automate the use of "youtube-dl" and "ffmpeg" to download streamed media from a large set of supported sites.
     
     
    — QUICK OVERVIEW —
    Luxinate has several available options.

    The default "Luxinate" option will allow you to download video, audio, or even both!

    The "Advanced Luxinate" action modifier will allow you to select a specific download quality or format.

    Several built in settings allows you to configure Luxinate to your personal preference.

    All of your downloads will be saved for your future reference.

     
     
    ▶ Download v7.01
    ~ Enjoy ♥ Ritashugisha
    — View on Github
    — Previous Versions
  20. Like
    Don Dahl reacted to Carlos-Sz in To Dropbox 3.0 (formerly Move to Dropbox) + URL to the clipboard   
    To Dropbox 3.0 (formerly Move to Dropbox)

    Overview

    Copy or Move a file from Finder, Path Finder or Alfred 2 file browser to Dropbox Public Folder and get the URL to the clipboard.





    Setup

    Before start using the workflow you have to configure it. The workflow will prompt you to set it when you run it for the first time or you can bring Alfred and type the keyword setup_tdb.

    The setup will ask for:
    Dropbox Public Folder location Dropbox Public ID: the number that is in every URL of your shared links The URL format: select bitly (it requires your login name and your API Key), gooli (no registration, fast alternative) or None to use the normal Dropbox URL format If you select bitly you will be prompted to enter your login name and then your API key Finally, you can choose if you want to use the shortened URL also for images or not Triggering
    Keyword movedb - to move a selected Finder or Path Finder file keyword copydb - to copy a selected Finder or Path Finder file keyword setup_tdb - use it to setup the workflow or to reconfigure it Hotkeys - you can set up for both copying and moving features File Action - select a file and Copy or Move within Alfred file browser What’s new

    Version 3.0
    copy file new setup within Alfred instead of OSX dialogs updated to Alfred 2.0.3 AppleScript support Alleyoop 2 upport Download

    Version 3.0
    Release date: 20 Apr 2013
    Requires Alfred 2.0.3 (187)
    Supports Alleywoop 2
    Download now
×
×
  • Create New...