From 57d3d8719df68361a4a7475b61ebe6ba28756c98 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 10 Apr 2020 20:32:13 -0500 Subject: [PATCH] readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d45bab --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Asciinema +========= + +Asciinema is a terminal recorder and playback utility. The official website is [here][1]. This repository implements an alternate client that is compatible as an exercise for learning about pseudoterminals and terminfo. + +Contact +------- + +License: MIT + +Author: Michael Zhang + +[1]: https://asciinema.org/ \ No newline at end of file