Skip to content

shinpei/comstock

Repository files navigation

Comstock: store your favorite command

Build Status GoDoc

Comstock is a cloud-based command stocking tool. Copy and pasting your often used command to the text editor, or cloud-based editor like evernote was a dull for me. History command also won't allow me to use favorite commands in the new environment. What Comstock provides is storing your commands to the cloud, and easily use them from anywhere.

Demo

Install

####via curl curl -L https://github.com/shinpei/comstock/raw/master/dist/install.sh | sudo env HOME=$HOME sh

####via wget

wget --no-check-certificate https://github.com/shinpei/comstock/raw/master/dist/install.sh -O - | sudo env HOME=$HOME sh

via homebrew

$ brew tap shinpei/comstock
$ brew install comstock

Create your account

Open register website from command.

$ comstock open

Save your first command

$ comstock save

It'll automatically save the last command from shell history.

Manipulate your commands

List your commands

$ comstock list

Remove your commands

$ comstock rm 3

Lisence, contact info, contribute

It's under ASL2.0. If you find bug or improvement request, please contact me through twitter, @shinpeintk. And always welcoming heartful pull request.

cheers, ☕ 🗿