From fbdb59da70a2545f6052dc3fafb941a0fa3e7e3e Mon Sep 17 00:00:00 2001
From: Li-Ting Tsai <and.liting@gmail.com>
Date: Wed, 20 May 2015 08:15:16 +0800
Subject: [PATCH 1/2] add doitlive to Miscellaneous

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f52f337..62dc810 100644
--- a/README.md
+++ b/README.md
@@ -1077,6 +1077,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 * [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
 * [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
 * [Pychievements](https://github.com/PacketPerception/pychievements) - A framework for creating and tracking achievements.
+* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
 
 ## Algorithms and Design Patterns
 
-- 
GitLab


From 0393589823e03f22050b7b8bc577b16ac4441a94 Mon Sep 17 00:00:00 2001
From: Li-Ting Tsai <and.liting@gmail.com>
Date: Thu, 21 May 2015 08:35:45 +0800
Subject: [PATCH 2/2] move doitlive to Productivity Tools

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 62dc810..93c2204 100644
--- a/README.md
+++ b/README.md
@@ -289,6 +289,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
     * [RainbowStream](http://www.rainbowstream.org/) - Smart and nice Twitter client on terminal.
     * [caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3.
     * [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.
+    * [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
 
 ## Downloader
 
@@ -1077,7 +1078,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 * [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
 * [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
 * [Pychievements](https://github.com/PacketPerception/pychievements) - A framework for creating and tracking achievements.
-* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
 
 ## Algorithms and Design Patterns
 
-- 
GitLab