Skip to content

Commit

Permalink
adding lipsum generator
Browse files Browse the repository at this point in the history
  • Loading branch information
nagaozen committed Jan 5, 2010
1 parent 9c424fc commit 981500d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -188,6 +188,26 @@ Applicability: **All documents**

--------------------------------------------------------------------------------

### Insert Lipsum paragraph

#### Requirements:

Download and Install (lorem-ipsum-generator](http://code.google.com/p/lorem-ipsum-generator/).

#### Entry:

Description: **Inserts a Lipsum paragraph at cursor**
Shortcut Key: `<Control><Alt>i`
Commands:
#!/bin/sh

lorem-ipsum-generator -p 1
Input: **Nothing**
Output: **Insert at cursor position**
Applicability: **All documents**

--------------------------------------------------------------------------------

### Hyphenate

#### Entry:
Expand Down

0 comments on commit 981500d

Please sign in to comment.