Skip to content

Commit

Permalink
update readme for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wunderkind2k1 committed Feb 9, 2023
1 parent 939c081 commit 9926ea9
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,25 @@ go install github.com/wunderkind2k1/emojiterm@latest
## Usage

```shell
./emojiterm beer sushi bento
emojiterm beer sushi bento
🍺 🍣 🍱
```

or
__or (since v.0.0.2)__
```shell
# to copy into clipboard
./emojiterm -c beer sushi bento
# to copy into clipboard. Needs pbcopy or xclip installed though
emojiterm -c beer sushi bento
```

Of course pipes are going to work like before
```shell
# use pipes and don't eat sushi - note: -c is optional
emojiterm -c beer bento sushi | cut -c 1,4
> 🍺🍱
# your clipboard still has the sushi
```


or try to help yourself
```shell
emojiterm help
Expand Down

0 comments on commit 9926ea9

Please sign in to comment.