From b44d51c448469206057ee08cf11af3f26eb325e2 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 5 May 2017 14:41:30 +0200 Subject: [PATCH] added asciicast --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f340f..1cdd652 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ A better basic calculator. Like the original `bc`, but with a better prompt. Work in progress. Very incapable right now. +[![asciicast](https://asciinema.org/a/75ay3m4mx5i93tbfu7dahc55u.png)](https://asciinema.org/a/75ay3m4mx5i93tbfu7dahc55u) + ## What? The idea behind `bc` is to display partial results to the right of the cursor in yellow while we type. A little example can be found in the video -below. Other than that, we want to be compatible with the original `bc`, though +above. Other than that, we want to be compatible with the original `bc`, though somewhat faster. We have infinite precision integers and double precision floats. ## TODO