From a72c5c2fc50330e752c7c80b95129b80cb393ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 1 Oct 2016 21:16:16 +0200 Subject: Update README --- README.adoc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index e956c4e..6902bac 100644 --- a/README.adoc +++ b/README.adoc @@ -1,12 +1,17 @@ nncmpp ====== -'nncmpp' is yet another MPD client. It does exactly what I want it to, more -specifically it's a simplified TUI version of Sonata so that I don't need to -run an ugly undeveloped Python application. +'nncmpp' is yet another MPD client. It is in effect a simplified TUI version +of Sonata. I had already written a lot of the required code before, so I had +the perfect opportunity to get rid of the unmaintained Python application and +make the first TUI client that doesn't feel awkward to use. -If it's not obvious enough, the name a pun on all those ridiculous client names, -and should be pronounced as "nincompoop". +Since I only use the filesystem browsing mode, that's also the only thing +I care to implement. Anything else will have to be user-contributed while +I focus on things that aren't worthless to me. + +If it's not obvious enough, the name is a pun on all those ridiculous client +names, and should be pronounced as "nincompoop". Currently it's under development and doesn't work in any sense yet. @@ -56,7 +61,7 @@ settings = { } colors = { header = "reverse" - header_active = "underline" + header_active = "ul" even = "16 231" odd = "16 255" } -- cgit v1.2.3