From: Joseph Nuthalapati Date: Sun, 1 Dec 2019 07:53:16 +0000 (+0530) Subject: Add a cute screenshot X-Git-Tag: 0.1.0~53 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/a6c167a7715590cc60cc71f86c0f6c0fa639fee9 Add a cute screenshot Signed-off-by: Joseph Nuthalapati --- diff --git a/README.md b/README.md index ef2efcf..2dbcd75 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ Play videos from YouTube (and maybe other sources in the future) from the command line using your preferred desktop media player. -This application is implemented in [Nim language](https://nim-lang.org). +This application is implemented in [Nim language](https://nim-lang.org) using +only the standard library. + +![clitube screenshot with search term 'baby yoda'](screenshot.png) ## Features diff --git a/TODO.org b/TODO.org index a34f276..1e88477 100644 --- a/TODO.org +++ b/TODO.org @@ -1,8 +1,8 @@ #+TITLE: TODO -# No point to having GitLab issues for a one-man project +# No point to enabling GitLab issues for a one-man project -* TODO Pretty colors in terminal +* DONE Pretty colors in terminal * TODO Preferences should go into a config file -* TODO Terminal color themes +* TODO Terminal color themes? * TODO Get rid of temp file or make one temp file per user diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..39bdf85 Binary files /dev/null and b/screenshot.png differ