Jump to content

slappy

Member
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    slappy reacted to canadaduane in Dropbox Short Links Workflow   
    For any file in your Dropbox folder, this workflow shows the dropbox short link URL (e.g. http://db.tt/1LkWGVJF) and copies the link to the clipboard (Cmd+Shift+D):
     
    1. Select a file in Finder (must be a file within your Dropbox folder, e.g. ~/Dropbox/Photos/MyPhoto1.jpg)
    2. Press Command+Shift+D
    3. Authorize the workflow to use the Dropbox API (only if this is the first time)
    4. The shortened link pops up and is copied to the clipboard.
     
    It uses OAuth in the background to connect to Dropbox so you can authorize the Alfred 2 Workflow without storing passwords insecurely. For those who are interested, it starts a Ruby-based local web server using Sinatra which is then opened in the default browser. You can authorize the Dropbox app in your browser, and then the local server shuts itself down. Once authenticated, you don't need to do this step again.
     
    Once connected via OAuth, this workflow has the potential to do a lot of things with Dropbox, but currently only queries the dropbox service for shortened URLs. This method (using OAuth/dropbox) has the advantage that any file in your Dropbox folder can be shared, not just those in the "public" directory (a deprecated method of accessing dropbox files).
     
    The downloadable workflow itself is here (on dropbox, naturally):
     
    http://db.tt/1LkWGVJF http://db.tt/A3eZqMAr (new version, fixes direct linking to folders)   And the github repository is here: https://github.com/canadaduane/alfred2-dropbox   Duane
  2. Like
    slappy reacted to ramiro.araujo in Toggle Notification Center Alerts   
    Simple Workflow to disable or re-enable Notification Center Alerts from 10.8. It's the same behavior as manually disabling them by sliding the de Notification Center, scrolling up, and turning off the "Show Alerts and Banners" badge. The Notifications will resume tomorrow, or so NC says (didn't wait until tomorrow yet).
     
    Here is how it looks (I got all fancy with the keyword)

     
    The Workflow it's named Toggle, but actually gives you both options ON and OFF. I'll probably change it to a real toggle later (maybe a pull request?)
     
    BTW, notifications are turned off 7 seconds after you call it off, in order to see that last notification of the Notifications being turned off
     
    Hope you like it!
     
    Download:
    https://github.com/ramiroaraujo/AlfredWorkflows/blob/master/Toggle%20Notification%20Center%20Alerts/Toggle%20Notification%20Center%20Alerts.alfredworkflow?raw=true
     
    Fork:
    https://github.com/ramiroaraujo/AlfredWorkflows
  3. Like
    slappy reacted to nephets in I made some simple Alfred v2 themes   
    Just wanted to make my contribution to the v2 themes out there so made these clean ones. I hope to make some more when I get the time/inspiration. (I'm rocking Omar, personally.)
     
    https://github.com/Nephets/simple-alfred-themes
  4. Like
    slappy reacted to egla in Just another minimalistic Theme [Light, Dark & El Capitan version] - Now with updated Fonts for El Capitan   
    Hey I made another minimalistic theme, as none fit my wishes really well!
     
     
     
     
    JUST ANOTHER MINIMALISTIC THEME
    BIG ALFRED 3 UPDATE
     
     
     
    Minimalistic 3
     

     
     
    Minimalistic 3 Dark Mode
     

     
     
    Minimalistic Light 3
     

     
     
    Minimalistic Dark 3
     

     
    Download
     
    Minimalistic 3
    http://cl.ly/2f102X0w1E1R
     
    Minimalistic 3 Dark Mode
    http://cl.ly/2q2v1O0k2m3E
     
    Minimalistic Light 3
    https://cl.ly/0l3s3D3S0n2k
     
    Minimalistic Dark 3
    http://cl.ly/1Z002A0V0c2e
     
     
     
    Thanks for the more than 10000 downloads!
     
    EDIT: Changed the color of the numbers for better readability for Minimalistic Light 3
  5. Like
    slappy reacted to iKam in Bluetooth toggle   
    A python script toggle for turning on/off bluetooth and show the state in NotificationCenter.
     
    Pyton script author: seapy (http://seapy.com)
     


    Download: http://dl.dropbox.com/u/16389684/Bluetooth%20Toggle.alfredworkflow
  6. Like
    slappy reacted to caleb531 in Play Song - Quickly play songs, albums, and more from iTunes   
    Introduction
     
    With the introduction of Alfred v2.0, the built-in iTunes mini player is now the only way to interact with my iTunes library in Alfred. However, I would prefer to quickly search for and play songs without entering the mini player first. Therefore, I created Play Song—a workflow designed to make playing songs in iTunes extremely quick and convenient.
     
    Download
     
    Download Play Song (latest)
     
    Usage
     
    Play Song enables five keywords which allow you to search for and play songs in your iTunes library.
    In order for Play Song to function properly, it requires access to assistive devices. You can enable this for Alfred via the Security & Privacy pane of System Preferences.
     
    Playing a song   To play an individual song, use the playsong keyword. Songs whose names match your query will populate the list of results. Choosing a song from the list will play that song once.   Playing an album   To play all songs from a particular album, use the playalbum keyword. Albums whose names match your query will populate the list of results. Choosing an album from the list will play all songs from that album (ordered by track number).   Playing an artist   To play all songs by a particular artist, use the playartist keyword. Artists whose names match your query will populate the list of results. Choosing a artist from the list will play all songs by that artist (grouped by album).   Playing a genre   To play all songs within a particular genre, use the playgenre keyword. Genres whose names match your query will populate the list of results. Choosing a genre from the list will play all songs within that genre (grouped by artist).   Playing a playlist   To play all songs within a particular playlist, use the playplaylist keyword. Non-empty playlists whose names match your query will populate the list of results. Choosing a playlist from the list will play all songs within that playlist (according to playlist order).  
    Support
     
    If you have a bug to report or a feature to request, please submit an issue on GitHub.
     
    Release Notes
     
    Release notes for the workflow are also available on GitHub.
  7. Like
    slappy reacted to zhaowu in Top Processes Based Memory or CPU Usage Workflow   
    Alfred 2 Top Process Workflow
      The initial motive of this workflow is to avoid frequent visits to the Activity Monitor when the fan goes loud. Now it has been evolved with two major features:   Suggestions are welcome. And Please go to http://zhaocai.github.com/alfred2-top-workflow/ for better view of the installation instruction.   - 1) List/Kill Top Processes by Memory/CPU/IO Usage       - 2) (working in progress) Get a glance of system status including internal battery, fan speed, CPU/GPU Temperature, bluetooth battery, disk capacity, etc.     Usage   0. Show Help   Just type -?, -h, or --help after the keyword to show help.     1. Top Processes   A. Keywords:   1.) top: Show a mixed processes list based on top cpu/memory usage.          1. top -m, top --memory to show processes ranked by memory usage        2. top -c, top --cpu, to show processes ranked by cpu usage        3. top -i, top --io, to show processes ranked by io usage with callback from top io trace collector.      Top IO requires [DTrace][Dtrace] and it would take a while to finish. The new callback design is to run the job in he background and post a notification (OSX 10.8+) using notification center. Click on the notification to show the result in alfred.           Modifier Key      - none    : The default action is to list files opened by process ID    - control : Kill the selected process    - command : kill forcefully (kill -9)    - alt     : Nice (lower) the selected process's cpu priority    - shift   : Search web for process information     2.) kill: Filter process to kill.   Modifier Key      - none: The default action is to kill by process ID    - command : kill forcefully (kill -9)   3.) lsof: List files opened by process id   Modifier Key      - none: The default action is to reveal file in Finder   B. Filter by Query   1.) To search for process state, use :idle, :sleep, :stopped, :zombie, :uninterruptible, :runnable, etc.       2. Glance an Eye on your system   #### A. Keywords:   glance: Show system information including internal battery, bluetooth battery, disk capacity, etc.       B. Change Display Order   Activate Alfred Preferences → Advanced → Top Result Keyword Latching       Hit Enter for the feedback item you wish to show up on the top.     Installation Two ways are provided:
    You can download the Top Processes.alfredworkflow and import to Alfred 2. This method is suitable forregular users.
    You can git clone or fork this repository and use rake install and rake uninstall to install. Check rake -T for available tasks. This method create a symlink to the alfred workflow directory: "~/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows". This method is suitable fordevelopers.
        Troubleshooting   1. Does not work in Mac OSX 10.9 (Maverick)   In OSX 10.9, the system ruby is upgraded to 2.0.0. You need to download the new version of this workflow which packs the ruby gems for 2.0.0 inside.   If the downloaded version does not work, try    1.) open Terminal.app. If you use rvm or rbenv, switch to the system ruby. run cd "$HOME/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/me.zhaowu.top" && rake bundle:update   2. iotop causes mouse lagging   This issue is not caused by this workflow but by [DTrace][DTrace]. The related system log message is IOHIDSystem cursor update overdue. Resending.. In my Macbook Pro, any [DTrace][DTrace] based program will introduce this issue including the mac built-in /usr/bin/iotop, and /Applications/Xcode.app/Contents/Applications/Instruments.app .   I upgrade to OS X 10.9 and this issue is resolved.   3. Encoding::CompatibilityError: incompatible character encodings: ASCII-8BIT and UTF-8   Add the following contents to /etc/launchd.conf. Restart is required.   setenv LANG en_US.UTF-8 setenv LC_ALL en_US.UTF-8      
  8. Like
    slappy reacted to jdfwarrior in Chrome Bookmark Search Workflow   
    A workflow to allow you to search Chrome Bookmarks and open them when actioned in Chrome.
     
    I originally posted these on my Tumblr but I've since noticed a few issues with it so I fixed a few things and wanted to post it here so people could comment or report issues.
     
    http://d.pr/f/gkwy
  9. Like
    slappy reacted to jdfwarrior in Chrome Bookmark Search Workflow   
    You are correct. I have a few things I need to update on it but have been stretched out lately trying to keep up with support stuff. I'll add it to my notes and try to get an update pushed out soon.
     
    Thanks
×
×
  • Create New...