Skip to content

Commit

Permalink
Added the new main plugin "curry" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ujihisa committed Jul 23, 2009
1 parent b1a16c3 commit a714e93
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.rdoc
Expand Up @@ -77,6 +77,26 @@ http://groups.google.co.jp/group/termtter
- Enhance the document and spec
- Improve the UI(a status view, etc...)

== ADVANCED USAGE:

t.plug 'curry'

Your termtter can curry commands.

> curry u
u > hi
updated => hi
u > curry @ujm
u @ujm > hi
updated => @ujm hi
u @ujm > uncurry
>

You can also type `<` as curry.

> < u
u >

== LICENSE:

(The MIT License)
Expand Down

0 comments on commit a714e93

Please sign in to comment.