gp0 / fastgist

faster gists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastgist - faster gists.

Fastgist is a chrome extension to speed up sharing code snippets via Github Gists. The extension guesses the programming language of the copied code and saves you some clicks.

  • Copy some code to the clipboard
  • Press CTRL+Shift+1 in Chrome.
  • CTRL+v to paste the Github gist URL.
  • That's it.

Build instructions:

Generate your .pem key and store it in the root as mykey.pem file. On unix / mac, the command to generate the file is openssl genrsa 2048 | openssl pkcs8 -topk8 -nocrypt > mykey.pem. Note: the generated file is in .gitignore file, it won't be (and should NOT be) commited to the repository unless you know what you are doing.

cd chrome-extension-skeleton
npm install
grunt

About

faster gists

License:Other


Languages

Language:JavaScript 99.4%Language:HTML 0.5%Language:Shell 0.1%Language:CSS 0.0%