Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nnao45/dntk
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed May 29, 2019
2 parents e729944 + fe59b6a commit b682487
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dntk is command line's ***Interactive*** calculator, [GNU bc](https://www.gnu.or
✔︎ dntk means calculator in a japanese.
✔︎ dntk is gnu bc wrapper. so, syntax is equal to gnu bc. [learn syntax more](https://www.gnu.org/software/bc/manual/html_mono/bc.html)
✔︎ dntk is a NATIVE [The Rust Programming Language](https://rust-lang.org) application.
✔︎ dntk can move cursor, can delete char, can refresh buffer.
✔︎ dntk write color means,
<table>
<tr>
Expand Down Expand Up @@ -140,6 +141,10 @@ OPTIONS:
<td>Delete, Backspace</td>
<td>Delete current char</td>
</tr>
<tr>
<td>r</td>
<td>Clean buffer</td>
</tr>

</table>

Expand Down Expand Up @@ -254,11 +259,6 @@ you can use under function.

more detail 👉 https://www.gnu.org/software/bc/manual/html_mono/bc.html

## Clean Buffer
if you want to clean buffer, very easy, type `r`

[![asciicast](https://asciinema.org/a/248301.svg)](https://asciinema.org/a/248301)

## Pipe Use...
```bash
$ echo "123 * 2" | dntk
Expand Down

0 comments on commit b682487

Please sign in to comment.