Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpettersen committed Nov 24, 2013
1 parent d3aedf0 commit 168d83c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@ random-sublime-text-plugin
==========================

Plugin for sublime text to generate random, ints, floats, strings and words


Usage
=====

This plugin can only be accessed through the *cmd/ctrl + shift + p* command.

Type *random* and you get the following choices:

* Random:int - requires a range from a-b separated with a: *-*. Default: 1-100
* Random:float - requires a range from a-b separated with a: *-*. Default: 1-100
* Random:letters - generatates a random string of lower and upper -case letters with a length between 3 and 17
* Random:letters and numbers - generatates a random string of lower and upper -case letters and numbers with a length between 3 and 17
* Random:word - picks a random word from /usr/share/dict/words

0 comments on commit 168d83c

Please sign in to comment.