├── .gitignore ├── LICENSE ├── Open in Chrome └── Open in Chrome.alfredworkflow ├── QuickDNS └── QuickDNS.alfredworkflow ├── README.md ├── Terminal&Finder └── Terminal&Finder.alfredworkflow └── Uninstall with CleanMyMac 3 └── Uninstall with CleanMyMac 3.alfredworkflow /.gitignore: -------------------------------------------------------------------------------- 1 | # Mac OS X 2 | *.DS_Store 3 | 4 | # Backup files 5 | *~.nib 6 | \#*# 7 | .#* 8 | 9 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Frad Lee 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /Open in Chrome/Open in Chrome.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FradSer/alfred-workflows-collection/66530b9a717f685f82847b89bc6aee6ecef7c1af/Open in Chrome/Open in Chrome.alfredworkflow -------------------------------------------------------------------------------- /QuickDNS/QuickDNS.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FradSer/alfred-workflows-collection/66530b9a717f685f82847b89bc6aee6ecef7c1af/QuickDNS/QuickDNS.alfredworkflow -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Alfred Workflows 2 | 3 | A collection of [Alfred 2](http://www.alfredapp.com/) workflows by FradSer 4 | 5 | ![Alfred Logo](https://cloud.githubusercontent.com/assets/398893/3528722/5b5b30c6-0792-11e4-956d-750ac3a00bd8.png) 6 | 7 | ## Install 8 | 9 | Download and open file using [Alfred 2](http://www.alfredapp.com/). 10 | 11 | P.S.: You need to [buy the Powerpack](https://buy.alfredapp.com/) to use these workflows. 12 | 13 | ## Workflows 14 | 15 | Enjoy it. 16 | 17 | ### Uninstall with CleanMyMac 3 18 | 19 | Uninstall app, plugin, or widget with CleanMyMac 3. 20 | 21 | [Download](https://raw.githubusercontent.com/FradSer/Alfred-Workflows-by-FradSer/master/Uninstall%20with%20CleanMyMac%203/Uninstall%20with%20CleanMyMac%203.alfredworkflow 22 | ) 23 | 24 | ![Uninstall with CleanMyMac 3](http://d.pr/i/TQ3v+) 25 | 26 | ### QuickDNS 27 | 28 | Now you can quick setup DNS setting. (support 114\ V2EX\ Google\ OpenDNS\ **Ali** and default.) 29 | 30 | *Updated - December 22, 2015* 31 | 1. Fixed a problem when you use USB Ethernet, please test. Use [this method](http://stackoverflow.com/questions/23504181/bash-scripting-in-os-x-making-networksetup-changes "osx - bash scripting in os x -- making networksetup changes - Stack Overflow") from Gordon Davisson. 32 | 33 | [Download](https://raw.githubusercontent.com/FradSer/Alfred-Workflows-by-FradSer/master/QuickDNS/QuickDNS.alfredworkflow 34 | ) 35 | 36 | ![QuickDNS](http://d.pr/i/10FIp+) 37 | 38 | ### Open in Chrome 39 | 40 | Open tab in Chrome from Safari, open tab in Safari from Chrome. 41 | 42 | [Download](https://github.com/FradSer/Alfred-Workflows-by-FradSer/raw/develop/Open%20in%20Chrome/Open%20in%20Chrome.alfredworkflow) 43 | 44 | ![Open in Chrome](http://d.pr/i/Ni0A+) 45 | 46 | ### Terminal&Finder 47 | 48 | Open currently selected Finder window in Terminal and vice versa. 49 | 50 | ![1](http://d.pr/i/17zR0+) 51 | 52 | ![2](http://d.pr/i/1lkft+) 53 | -------------------------------------------------------------------------------- /Terminal&Finder/Terminal&Finder.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FradSer/alfred-workflows-collection/66530b9a717f685f82847b89bc6aee6ecef7c1af/Terminal&Finder/Terminal&Finder.alfredworkflow -------------------------------------------------------------------------------- /Uninstall with CleanMyMac 3/Uninstall with CleanMyMac 3.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FradSer/alfred-workflows-collection/66530b9a717f685f82847b89bc6aee6ecef7c1af/Uninstall with CleanMyMac 3/Uninstall with CleanMyMac 3.alfredworkflow --------------------------------------------------------------------------------