kutu / RandomMessage

Insert random message from whatthecommit.com

Home Page:http://kutu.github.com/RandomMessage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Message

Plugin for Sublime Text 2. It get message from Commit message generator and replace your current selection.

How to

Install

Through Package Control

Command Palette > Package Control: Install Package > Random Message

or clone this repository in

  • Windows: %APPDATA%/Roaming/Sublime Text 2/Packages/
  • OSX: ~/Library/Application Support/Sublime Text 2/Packages/
  • Linux: ~/.Sublime Text 2/Packages/
  • Portable Installation: Sublime Text 2/Data/

Usage

Add shortcut for this command in Preferences > Key Bindings – User:

  • Windows / Linux: { "keys": ["ctrl+alt+/"], "command": "random_message" }
  • OSX: { "keys": ["super+ctrl+/"], "command": "random_message" }

or use Command Palette > Random Message: Insert Random Message

About

Insert random message from whatthecommit.com

http://kutu.github.com/RandomMessage/


Languages

Language:Python 100.0%