]> njoseph.me Git - nimcoon.git/commitdiff
Add a cute screenshot
authorJoseph Nuthalapati <njoseph@riseup.net>
Sun, 1 Dec 2019 07:53:16 +0000 (13:23 +0530)
committerJoseph Nuthalapati <njoseph@riseup.net>
Sun, 1 Dec 2019 07:53:16 +0000 (13:23 +0530)
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
README.md
TODO.org
screenshot.png [new file with mode: 0644]

index ef2efcf024fca5f43e0cf0201fa4b37afa0bc905..2dbcd75c952effbe535d0e14140f45f63b8b12c9 100644 (file)
--- 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
 
index a34f276a9b0e666e5ce129acc09d25414a711573..1e8847736f7cc2ad4573bab2ac98a8b71731c389 100644 (file)
--- 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 (file)
index 0000000..39bdf85
Binary files /dev/null and b/screenshot.png differ