quick command for alfred workflow 2

An Alfred Workflow


Short Description

Copy, run, generate, del your custom commands

Last Updated

19 Aug 2016

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

0.1.0
 

Bundle ID

com.albertxavier.workflows.quickcommand
 

Categories

alfred-workflow-quick-command

Quickly generate, delete, copy, execute any command

Usage

Copy command

Type qccopy to select any command you need, then the command is copied to clipboard

Run command directly

Type qcrun to select any command, then run in terminal

Add new command

Type qcadd to add new command in format key,command,description

Delete some command

Type qcdel to select and delete some command

Mannualy modify command

open .command_table.json to modify any command

Command table example

{

    "ss on": {

        "command": "export http_proxy=socks5://127.0.0.1:1080 && export http_proxys=socks5://127.0.0.1:1080 && source ~/.bash_profile", 

        "desc": "Turn on shadowsocks json"

    }

}

key = "ss on" command = "export http_proxy=socks5://127.0.0.1:1080 && export http_proxys=socks5://127.0.0.1:1080 && source ~/.bash_profile" sdescription = "Turn on shadowsocks json"