Jump to content

Ginfuru

Member
  • Posts

    37
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ginfuru 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
  2. Like
    Ginfuru got a reaction from Jurgenfd in Screen shot with Aflred   
    Here is the GitHub Repo: https://github.com/ginfuru/Alfred-ScreenCapture
     
    I write a lot of documents that require me to take screen shots regularly, to show a process or steps for whatever is relavent. So I created this workflow to help me save time, while not having to rely on small apps that site in the menu bar and it fully taking advantage of features that are already built into the OS. 
     
    This workflow use a Keyword trigger to capture your screen either as a full screen, a selection, a window or timed PNG file and then opens up the file in Preview for annotating/editing. 
     
    Download it - http://rnydm.us/Ndbp        >>> http://i.makitra.in/Ndbp
     
     
    If you'd like to change the file format
     
    Edit :  
    screencapture -icWP ~/Desktop/{query}.png Change it to: 
    screencapture -icWP pdf ~/Desktop/{query}.pdf You can change this to really whatever format you want. 
     
     
     
    If you'd like to change what Application that opens
     
    Edit:
    screencapture -icWP ~/Desktop/{query}.png Change it to:
    screencapture -icW ~/Desktop/screenshot.png And link it to the OUTPUT Run Script 
     
     
    If you have questions just ask
  3. Like
    Ginfuru reacted to Andrew in Alfred:ignore for applications   
    Try typing 'reload' into Alfred to clear his caches
  4. Like
    Ginfuru got a reaction from chendeshen in Run Simple Terminal Command in Alfred   
    Here is a simple workflow the combines several basic (and frequently used) commands to help speed up your processes. There are several other workflows that do one or a couple of these... but I just combined them into one.
     
    Keyword Trigger run followed by:
    purge, flush, ip, show or hide, finder, dock or ow
     
    purge - frees up RAM
    flush - flushes your DNS
    ip - shows your public IP
    show - shows hidden files
    hide - hides file that should be hidden
    finder - relaunches the Finder.app
    dock - relaunches the Dock
    ow - relaunches the Finder.app and clears out the Open with Menu to only show the current versions of those Apps (bug in Mt. Lion) 
     
    UPDATE - a collection of a bunch of workflows and terminal commands. 
    relaunch - kills finder
    desktop - hides items on your desktop
    hidden - show/hide hidden files
    purge - frees up RAM
    owrest - ow - relaunches the Finder.app and clears out the Open with Menu to only show the current versions of those Apps (bug in Mt. Lion) 
    lprest - resets launch pad
    flush - OS Mavericks flushing of the DNS
    wifi - turn on wifi see current network and get current network IP
    ip - get your internal and external (public) IP
    zip (or set hotkey) - creates archive of selected items
    empty downloads - cleans out the downloads folder
    space - gives you the remaining and used space % of internal and attached drives
    subl - opens a file or project in Sublime Text 
      Simple to edit and modify to add more... 
     
     
    Download link : http://d.pr/f/1hMXB
  5. Like
    Ginfuru reacted to scboy in Screen shot with Aflred   
    Love this workflow! Thanks.
     
    If I wanted to have this screen shot show up in an email to send how would I change the script?
  6. Like
    Ginfuru reacted to Southgirl in Screen shot with Aflred   
    I just found this little gem and it works like a charm. Thanks for sharing!
  7. Like
    Ginfuru got a reaction from Southgirl in Screen shot with Aflred   
    Here is the GitHub Repo: https://github.com/ginfuru/Alfred-ScreenCapture
     
    I write a lot of documents that require me to take screen shots regularly, to show a process or steps for whatever is relavent. So I created this workflow to help me save time, while not having to rely on small apps that site in the menu bar and it fully taking advantage of features that are already built into the OS. 
     
    This workflow use a Keyword trigger to capture your screen either as a full screen, a selection, a window or timed PNG file and then opens up the file in Preview for annotating/editing. 
     
    Download it - http://rnydm.us/Ndbp        >>> http://i.makitra.in/Ndbp
     
     
    If you'd like to change the file format
     
    Edit :  
    screencapture -icWP ~/Desktop/{query}.png Change it to: 
    screencapture -icWP pdf ~/Desktop/{query}.pdf You can change this to really whatever format you want. 
     
     
     
    If you'd like to change what Application that opens
     
    Edit:
    screencapture -icWP ~/Desktop/{query}.png Change it to:
    screencapture -icW ~/Desktop/screenshot.png And link it to the OUTPUT Run Script 
     
     
    If you have questions just ask
  8. Like
    Ginfuru got a reaction from leberblock in Screen shot with Aflred   
    Here is the GitHub Repo: https://github.com/ginfuru/Alfred-ScreenCapture
     
    I write a lot of documents that require me to take screen shots regularly, to show a process or steps for whatever is relavent. So I created this workflow to help me save time, while not having to rely on small apps that site in the menu bar and it fully taking advantage of features that are already built into the OS. 
     
    This workflow use a Keyword trigger to capture your screen either as a full screen, a selection, a window or timed PNG file and then opens up the file in Preview for annotating/editing. 
     
    Download it - http://rnydm.us/Ndbp        >>> http://i.makitra.in/Ndbp
     
     
    If you'd like to change the file format
     
    Edit :  
    screencapture -icWP ~/Desktop/{query}.png Change it to: 
    screencapture -icWP pdf ~/Desktop/{query}.pdf You can change this to really whatever format you want. 
     
     
     
    If you'd like to change what Application that opens
     
    Edit:
    screencapture -icWP ~/Desktop/{query}.png Change it to:
    screencapture -icW ~/Desktop/screenshot.png And link it to the OUTPUT Run Script 
     
     
    If you have questions just ask
  9. Like
    Ginfuru reacted to destefano.flavio in Transmit favorites workflow   
    Hey, this doesn't work in Transmit 4.3>= because the favorites are synced (optionally, but i use it) via Dropbox in ~/Dropbox/Apps/Transmit/Favorites/Favorites.sqlite, so is not anymore a plist file
  10. Like
    Ginfuru reacted to spacecadet9 in Quick Archive Workflow   
    Just what I wanted...
     
    Thanks!
  11. Like
    Ginfuru reacted to woofy31 in Run Simple Terminal Command in Alfred   
    Finally, a solution to the "open with.." list bug! Thanks so much
  12. Like
    Ginfuru got a reaction from drking in Run Simple Terminal Command in Alfred   
    Here is a simple workflow the combines several basic (and frequently used) commands to help speed up your processes. There are several other workflows that do one or a couple of these... but I just combined them into one.
     
    Keyword Trigger run followed by:
    purge, flush, ip, show or hide, finder, dock or ow
     
    purge - frees up RAM
    flush - flushes your DNS
    ip - shows your public IP
    show - shows hidden files
    hide - hides file that should be hidden
    finder - relaunches the Finder.app
    dock - relaunches the Dock
    ow - relaunches the Finder.app and clears out the Open with Menu to only show the current versions of those Apps (bug in Mt. Lion) 
     
    UPDATE - a collection of a bunch of workflows and terminal commands. 
    relaunch - kills finder
    desktop - hides items on your desktop
    hidden - show/hide hidden files
    purge - frees up RAM
    owrest - ow - relaunches the Finder.app and clears out the Open with Menu to only show the current versions of those Apps (bug in Mt. Lion) 
    lprest - resets launch pad
    flush - OS Mavericks flushing of the DNS
    wifi - turn on wifi see current network and get current network IP
    ip - get your internal and external (public) IP
    zip (or set hotkey) - creates archive of selected items
    empty downloads - cleans out the downloads folder
    space - gives you the remaining and used space % of internal and attached drives
    subl - opens a file or project in Sublime Text 
      Simple to edit and modify to add more... 
     
     
    Download link : http://d.pr/f/1hMXB
  13. Like
    Ginfuru reacted to Ginfuru in Run Simple Terminal Command in Alfred   
    Here is a simple workflow the combines several basic (and frequently used) commands to help speed up your processes. There are several other workflows that do one or a couple of these... but I just combined them into one.
     
    Keyword Trigger run followed by:
    purge, flush, ip, show or hide, finder, dock or ow
     
    purge - frees up RAM
    flush - flushes your DNS
    ip - shows your public IP
    show - shows hidden files
    hide - hides file that should be hidden
    finder - relaunches the Finder.app
    dock - relaunches the Dock
    ow - relaunches the Finder.app and clears out the Open with Menu to only show the current versions of those Apps (bug in Mt. Lion) 
     
    UPDATE - a collection of a bunch of workflows and terminal commands. 
    relaunch - kills finder
    desktop - hides items on your desktop
    hidden - show/hide hidden files
    purge - frees up RAM
    owrest - ow - relaunches the Finder.app and clears out the Open with Menu to only show the current versions of those Apps (bug in Mt. Lion) 
    lprest - resets launch pad
    flush - OS Mavericks flushing of the DNS
    wifi - turn on wifi see current network and get current network IP
    ip - get your internal and external (public) IP
    zip (or set hotkey) - creates archive of selected items
    empty downloads - cleans out the downloads folder
    space - gives you the remaining and used space % of internal and attached drives
    subl - opens a file or project in Sublime Text 
      Simple to edit and modify to add more... 
     
     
    Download link : http://d.pr/f/1hMXB
  14. Like
    Ginfuru 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      
  15. Like
    Ginfuru reacted to macbookandrew in google url shortener   
    For anyone else looking for this who doesn't want to rebuild it, you can download it here: http://goo.gl/wk9BG
     
    Thanks to Mike for his initial work on it!
  16. Like
    Ginfuru got a reaction from StDt in Screen shot with Aflred   
    Here is the GitHub Repo: https://github.com/ginfuru/Alfred-ScreenCapture
     
    I write a lot of documents that require me to take screen shots regularly, to show a process or steps for whatever is relavent. So I created this workflow to help me save time, while not having to rely on small apps that site in the menu bar and it fully taking advantage of features that are already built into the OS. 
     
    This workflow use a Keyword trigger to capture your screen either as a full screen, a selection, a window or timed PNG file and then opens up the file in Preview for annotating/editing. 
     
    Download it - http://rnydm.us/Ndbp        >>> http://i.makitra.in/Ndbp
     
     
    If you'd like to change the file format
     
    Edit :  
    screencapture -icWP ~/Desktop/{query}.png Change it to: 
    screencapture -icWP pdf ~/Desktop/{query}.pdf You can change this to really whatever format you want. 
     
     
     
    If you'd like to change what Application that opens
     
    Edit:
    screencapture -icWP ~/Desktop/{query}.png Change it to:
    screencapture -icW ~/Desktop/screenshot.png And link it to the OUTPUT Run Script 
     
     
    If you have questions just ask
  17. Like
    Ginfuru reacted to Ginfuru in Layouts (resize your windows)   
    Are you keyboard junkie like myself? Have a ton of finder windows open or trying to copy and paste from one document to another... or some other unorthodox reason for needing window management?  Yeah... me too. I've used several of the window management apps, they are all very cool and have a really cool feature set about them, but still can't justify the price?  Yeah... me too.
     
    I've converted this Alfred extension from http://projects.jga.me/layouts/#toc3 to a workflow that uses both Hotkeys and Keyword trigger to help manage the top most window on your screen. Take a look at a look at Greg Allen's write up to learn how to use it. I only added a couple of hotkeys but feel free to edit to match your needs. 
     
     
       
    If you already own a window manager like SizeUp take a look at Carlos-Sz - SizeUp workflow
  18. Like
    Ginfuru reacted to Carlos-Sz in SizeUp workflow   
    There is a great layout workflow based on Layouts (http://projects.jga.me/layouts/#toc0). Free!
     
    However, I’m use to some of the SizeUp (shareware, $13) application Preferences regarding moving and resizing windows, snap them back and move a window to the next space.
     
    So I decided to make an Alfred workflow just in case you can’t remember a hotkey or even if you prefer to use Alfred.
     

     
    Download: http://dl.getdropbox.com/u/127623/SizeUp.alfredworkflow
        About SizeUp: http://www.irradiatedsoftware.com/sizeup/    
  19. Like
    Ginfuru reacted to jdfwarrior in Weather Workflow (with Conditions and Forecast)   
    Updated 3/18:
    NOTE: Set your location again so a default weather unit gets set initially, then change it.
    Removed saving to the Workflow Data folder and actually save IN the workflow folder now. Should fix issue a few users are seeing and also allows syncing weather location.
     
    Download
  20. Like
    Ginfuru reacted to Ginfuru in Screen shot with Aflred   
    Here is the GitHub Repo: https://github.com/ginfuru/Alfred-ScreenCapture
     
    I write a lot of documents that require me to take screen shots regularly, to show a process or steps for whatever is relavent. So I created this workflow to help me save time, while not having to rely on small apps that site in the menu bar and it fully taking advantage of features that are already built into the OS. 
     
    This workflow use a Keyword trigger to capture your screen either as a full screen, a selection, a window or timed PNG file and then opens up the file in Preview for annotating/editing. 
     
    Download it - http://rnydm.us/Ndbp        >>> http://i.makitra.in/Ndbp
     
     
    If you'd like to change the file format
     
    Edit :  
    screencapture -icWP ~/Desktop/{query}.png Change it to: 
    screencapture -icWP pdf ~/Desktop/{query}.pdf You can change this to really whatever format you want. 
     
     
     
    If you'd like to change what Application that opens
     
    Edit:
    screencapture -icWP ~/Desktop/{query}.png Change it to:
    screencapture -icW ~/Desktop/screenshot.png And link it to the OUTPUT Run Script 
     
     
    If you have questions just ask
  21. Like
    Ginfuru reacted to Tyler Eich in File/Folder Archiver   
    I wanted an easy way to compress files from Alfred, so I wrote a quick workflow to do it.
     
    It can compress a single file or folder to .ZIP, .TAR.GZ, .TAR.BZ2, and .DMG archive formats. Support for multiple files/folders may be added later, if I can figure it out 
     
    Any and all feedback is welcome. Enjoy 
     
    Download Here
  22. Like
    Ginfuru got a reaction from Tyler Eich in Quick Archive Workflow   
    One of the biggest oversights I think OS X has is the lack of a hotkey to quickly archive (zip) files. With Alfred I'm able to create this using AppleScript and a hotkey trigger. 
     
    I've created a workflow that uses both a Hotkey ( cmd + shift + \ ) and a Keyword ( zip ) to compress the selected files or folders into a zip. It's stupidly simple to modify. 
     
    Download it - http://makitra.in/NcRZ       http://i.makitra.in/NcRZ
     
     
    If you're looking for more options try this workflow out by Tyler Eich - File/Folder Archiver
  23. Like
    Ginfuru reacted to Ginfuru in Quick Archive Workflow   
    One of the biggest oversights I think OS X has is the lack of a hotkey to quickly archive (zip) files. With Alfred I'm able to create this using AppleScript and a hotkey trigger. 
     
    I've created a workflow that uses both a Hotkey ( cmd + shift + \ ) and a Keyword ( zip ) to compress the selected files or folders into a zip. It's stupidly simple to modify. 
     
    Download it - http://makitra.in/NcRZ       http://i.makitra.in/NcRZ
     
     
    If you're looking for more options try this workflow out by Tyler Eich - File/Folder Archiver
×
×
  • Create New...