Skip to content

Commit

Permalink
0.1.5 release and improve documents
Browse files Browse the repository at this point in the history
  • Loading branch information
tobynet committed May 2, 2013
1 parent 336a2fa commit 6e5601f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Kagami is a tool for mirroring text and ascii art.

![Screencast](https://github.com/toooooooby/kagami/raw/master/_assets/screencast.gif)
(Screencast is in v0.1.4, little old version)

## Installation

Expand Down Expand Up @@ -41,8 +42,23 @@ END
|| +-------+ +--------+
||
$ cat hoge.txt | kagami
(reversed hoge.txt every one line)
$ apt-get moo
(__)
(oo)
/------\/
/ | ||
* /\---/\
~~ ~~
...."Have you mooed today?"...
$ apt-get moo | kagami
)__(
)oo(
/\------/
|| | /
\/---\/ *
~~ ~~
..."Have you mooed today?"....
```

## Contributing
Expand Down
10 changes: 8 additions & 2 deletions bin/kagami
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ example:
|| +-------+ +--------+
||
$ cat hoge.txt | #{program}
(reversed hoge.txt every one line)
$ apt-get moo | #{program}
)__(
)oo(
/\------/
|| | /
\/---\/ *
~~ ~~
..."Have you mooed today?"....
EOD

# When no args on interactive shell
Expand Down
2 changes: 1 addition & 1 deletion lib/kagami/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kagami
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit 6e5601f

Please sign in to comment.