From e04837b5cf1664536635908c562d0d8c70a762a5 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Tue, 19 Nov 2019 16:09:40 +0100 Subject: [PATCH] Organize more apps into new books category - Update descriptions as well --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 620998f..f1def1e 100644 --- a/readme.md +++ b/readme.md @@ -122,7 +122,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Books -- [epr](https://github.com/wustho/epr) - CLI EPUB Reader. +- [epr](https://github.com/wustho/epr) - epub reader. +- [Bible.Js CLI](https://github.com/BibleJS/BibleApp) - Bible. +- [SpeedRead](https://github.com/sunsations/speed_read) - Spritz-alike speedreader. ## Development @@ -505,7 +507,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Other -- [Bible.Js CLI client](https://github.com/BibleJS/BibleApp) - :book: Bible.JS CLI client. Read the Holy Bible via the command line. - [birthday](https://github.com/IonicaBizau/birthday) - Know when a friend's birthday is coming. - [detect-indent-cli](https://github.com/sindresorhus/detect-indent-cli) - Detect the indentation of code. - [fullname-cli](https://github.com/sindresorhus/fullname-cli) - Get the fullname of the current user. @@ -517,7 +518,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [medium-cli](https://github.com/djadmin/medium-cli) - Read [medium.com](https://medium.com/) stories within your terminal, also gives top stories. - [open-shortcut-cli](https://github.com/sindresorhus/open-shortcut-cli) - Open the URL from a web shortcut file in the browser. - [shortcut-url-cli](https://github.com/sindresorhus/shortcut-url-cli) - Get the URL from a web shortcut file. -- [SpeedRead](https://github.com/sunsations/speed_read) - A simple terminal-based open source Spritz-alike. - [to-double-quotes](https://github.com/sindresorhus/to-double-quotes-cli) - Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns. - [to-single-quotes](https://github.com/sindresorhus/to-single-quotes-cli) - Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns. - [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB in Python.