Jump to content

gammawert

Member
  • Posts

    34
  • Joined

  • Last visited

Reputation Activity

  1. Like
    gammawert reacted to Vero in Alfred preferences syncing under the new Dropbox, does it work? any gotchas?   
    @dburr For some users (but not all), Dropbox's change has caused an issue in the underlying macOS index scoping.
     
    If you're one of those who encounter this issue, you can work around it; Select the Alfred Preferences > Default Results > Search Scope > Reset... then select Reset to Applications and Home. This removes the Folders in Home option, and adds your home folder directly.
     
  2. Like
    gammawert reacted to RobertF in Alfred can't find files stored on Dropbox   
    I solved the problem this way:
     
    1. Open Alfred Preferences.
    2. Go to Default Results > Search Scope.
    3. Click the Reset... button.
    4. Select Reset to Applications and Home.
  3. Thanks
    gammawert got a reaction from Andrew in Mega supporter and "free" update???   
    +1
  4. Like
    gammawert got a reaction from DJay in Leo Translate Workflow - Timeout occured   
    Please check your PMs
  5. Like
    gammawert reacted to Urs Schwaller in Leo Translate Workflow - Timeout occured   
    props go to @developdude (https://github.com/psistorm/alfredapp/issues/22)

    you just have to change http to https in leo.php (line 19) and then restart alfred. to find the file just open any of the scripts inside the workflow and then click on "open workflow folder". 

     
  6. Like
    gammawert reacted to dfay in Creating recursive date-output (%y%m%d)   
    You should use a Run Script object instead of Terminal Command.
     
    Alternatively you can do this without a workflow at all using a snippet with dynamic placeholders - see https://www.alfredapp.com/help/features/clipboard/dynamic-placeholders/
  7. Like
    gammawert reacted to RodgerWW in Yosemite Dark Mode Toggle (With Alfred Theme Toggle)   
    DOWNLOAD: Yosemite GUI Mode Toggle Workflow
     
    With either a shortcut or hotkey you can toggle between normal and dark mode in Yosemite AND thanks to the recent Alfred update, the Alfred Theme!
     
    To make the workflow universal this switches between the Yosemite themes included with Alfred 2.
     
    To change to your own "Normal" and "Dark" Alfred themes, be sure to modify the script lines accordingly:
     
    For Normal Mode change the name:
    tell application "Alfred 2" to set theme "OS X Yosemite" For Dark Mode change the name:
    tell application "Alfred 2" to set theme "OS X Yosemite Dark"
  8. Like
    gammawert got a reaction from Moses in Workflow to Capture Thoughts and Ideas to a Text File Without Disrupting Your Flow   
    I managed to do it with this code in the script:
    echo "$(date): {query}" >> ~/Desktop/notes.txt echo "{query}" Since I don't need the time, I am using this code instead, which simply display the date:
    echo "$(date +"%B %d"): {query}" >> ~/Desktop/notes.txt echo "{query}" Still, without a proper line break - which I am not capable of creating, due to missing knowledge - the txt file is getting quite messy to read, so far. 
  9. Like
    gammawert reacted to hboon in Workflow to Capture Thoughts and Ideas to a Text File Without Disrupting Your Flow   
    I created this workflow recently and wrote about it at Alfred Workflow to Capture Thoughts and Ideas to a Text File Without Disrupting Your Flow.
     
    From the README:
     
    This workflow for Alfred captures what you type and appends it to a text file of your choice. It’s very useful to capture quickly any thoughts or tasks that surface while you’re working and don't want to be distracted.
     
    1. Double click the downloaded Capture to text.aflredworkflow file in Finder to install.
    2. Double click the Run Script action and replace the file name ~/Desktop/cap.txt in the Script with your preferred file path. The file will be automatically created when the workflow runs if it doesn't exist.
    3. Click Save.
     
    To use it, type capture, hit return and then any text and hit return again, and your input text will be appended to the text file. Go through the text file in batches when you are ready.
     
    Download link: http://motionobj.com/blog/alfred-workflow-to-capture-thoughts-and-ideas-to-a-text-file-without-disrupting-your-flow/
  10. Like
    gammawert got a reaction from CarlosNZ in Bananas   
    i've been trying a LOT of themes and always came back to the standard alfred theme.
    this is the first time a theme convinces me despite of the size of the font that i changed.
    thanks for sharing!
  11. Like
    gammawert reacted to arjunrc in Workflow to send emails to multiple people (including CC) in your contact book   
    What?
    Lets you send emails to multiple persons, including CC. You can either use your default email client or web based gmail
     
    Download
    HERE (Current version 1.4)
     
    Changelog
    (May1, 2013: Updated version 1.4: You can now either use 'memail' to use your default client, or 'memailg' to send the mail via the web based version of Gmail) (Apr 30 2013: Updated version 1.3: Changed workflow to work even if your address book is stored in iCloud. Thanks to Kerry Dawson for patiently testing this) (Updated: version 1.2: Changed keyword to 'memail' to avoid confusion. Fixed bugs, allowed CC option. For CC, just hit "/" and all emails after that will be in cc)  
    How? 
    Alfred has an excellent "email" keyword that lets you enter names and it autocompletes them from your address book - and then you can send emails. However, it only supports sending emails to one id - you can't enter multiple names.
     
    Enter this workflow: 
    You have two options - you can type in "memail" to send emails via your default email client or "memailg" to send emails via web based gmail. Type in "memail" or "memailg" and start entering the name - it will resolve via address book - then type a comma and keep entering more names.
    When done, select the action to send emails to all the ids. Basically, as you type names, you will see options in a list below - just scroll to the right name and hit tab to continue selecting more names (don't hit enter if you want to type more names, as typing enter means you are done). To copy the names to your clipboard instead of composing an email right away, hit Cmd+Enter at the end.
     
    Two keywords: (memail or memailg)

     
    The workflow will start searching your Contacts only after you enter at least 4 characters 

     
    Example of matching entries:

     
    Example of multiple emails including CC (for CC hit / and continue with names)

     
    Feel free to extend it and if you do, please share back with me.
     
    Purchasing information
    Just kidding. It's free. But thanks for reading upto here.
  12. Like
    gammawert reacted to Taxidiotis in Cobalt Professional   
    View http://cl.ly/NyO6
     
    View http://cl.ly/NyH3
     
    Download http://cl.ly/Nxz5
     
     
  13. Like
    gammawert reacted to Andrew in Alfred is searching directories I don't want   
    Drag the folders containing the applications you don't want searched to OS X's spotlight privacy prefs, wait a few moments, then type 'reload' in Alfred. They will then disappear from Alfred's results
  14. Like
    gammawert reacted to palobo in Minimal Dark   
    Intro
    Finally decided to try my hand at a dark yet minimal theme. So far I'm liking it, but as with all my themes and workflows, this is a constantly evolving work in progress, so please critique and comment so that I may tweak it and improve the experience.
     
    Download v1: Here
     

  15. Like
    gammawert reacted to aiyo in Send URL   
    I have finally converted my Send URL extension into a workflow.
     

     
    The workflow selects the URL from the frontmost App or a URL from the Clipboard. Supported Apps are:
    Safari Webkit Google Chrome (Beta/Dev/Canary) Camino Opera (and Opera Next) Omniweb  
    You can then send the URL to a variety of Apps
     
    Safari Webkit Google Chrome (Beta/Dev/Canary) Camino Opera (and Opera Next) Omniweb Firefox (and Aurora) iCab Sleipnir Paparazzi! Mail Sparrow Postbox Gmail VLC Adium (as a chat to an online contact) Droplr downforeveryoneorjustme.com and the clipboard  
    The workflow only list the Apps installed on you mac.
    You can download Send URL here:
    https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Send-URL/Send-URL.alfredworkflow
     
    EDIT:
     
    I have updated Send URL.  
    The update fixes a bug where the workflow would not work if the URL contains a '&' and downforeveryoneorjustme.com is not working correctly.
    I have also included options to copy the URL as a HTML or Markdown link (including the page title)
  16. Like
    gammawert reacted to Benzi in Battery - view summary stats about your laptop battery   
    Description: Shows summary information about your laptop battery (charge, time, status, charge cycles, and health - % of maximum charge your battery can now hold compared to its original design capacity)
    Usage: enter the keyword "battery"
    Tested on: Mountain Lion, MacBook Pro
    Download: from here
     
     
  17. Like
    gammawert got a reaction from drking in SiMPL (download)   
    I updated the above version to something with a darker highlight color. I stick to it since quite a while, so I thought I'd share.
    Maybe useful for someone. Enjoy.
     
    Screenie:
     

     
    Download:
     
     
    http://cl.ly/1y3c2p3t063f   Make sure to use the "blur hack"
  18. Like
    gammawert reacted to ctf0 in L'Ora   
    .Thanx for Andrew for the Blur hack.
    .Thanx for CarlosNZ for the Blur workflow.
     

     
    http://www.deviantart.com/download/361035207/l_ora_by_ctf0-d5yy8jr.zip
  19. Like
    gammawert reacted to jgpippin in Lorem Ipsum   
    This workflow fetches plaintext words or paragraphs of lorem ipsum from loripsum.net.  The result is copied into the clipboard and pasted into the foremost application.
     
    Download: http://cl.ly/2b242n1D3j0h
  20. Like
    gammawert reacted to Stewiemagee in Empty downloads Folder   
    I liked the V1 extension empty Downloads folder by Sebastian Hallum Clarke so I adapted it to a V2 workflow.

     

    Get it from Seb's page here.

     

    Thanks to Seb!

     

    -Stew

  21. Like
    gammawert reacted to ca01ei in How about building an "app store" for workflows ?   
    workflows can add really fantastic functions for Alfred, but as most workflows are just created and shared by individual user instead of professional developers, we have to search and download workflows from blogs , forums and github . Searching and updating workflows is way too cumbersome for users who love productivity as of Alfred. So Why not build a workflow store where we can search and update workflows just by typing  wf {query} and wf update  I don't know if selling workflows is a good idea, but sharing them in this way is definitely a good one.
     
    Is there anyone agree with me ?
  22. Like
    gammawert reacted to GamerChase in OS X Menu Bar   
    Inspired by previous work, with the font and colours sampled from the menu bar in OS X.
     
    Now updated for 10.9, OS X Menu Bar v4 is designed to look like it came part and parcel with OS X Mavericks.



    Download it here.
  23. Like
    gammawert reacted to e57415e2 in Open current Safari tab in Chrome   
    Just a simple workflow to open the current Safari tab in Google Chrome. Useful if you, like me, have uninstalled flash, but occasionally need it for sites that doesn’t know about HTML5. As you probably know, Google Chrome comes bundled with flash.
     
    Download here or from AlfPT (Open current Safari tab in Chrome).
  24. Like
    gammawert reacted to untidey in Terminal Theme   
    The Homebrew-based terminal theme I've been using forever, converted to v2. No monospace fonts though cos they look fugly.
     

  25. Like
    gammawert reacted to JonB in Minimal HUD   
    Thoughts? It would nice to be able to change the thickness of the border, but apart from that the customisation is pretty good!
     

×
×
  • Create New...