diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-01 21:16:16 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-01 21:16:16 +0200 |
commit | a72c5c2fc50330e752c7c80b95129b80cb393ed4 (patch) | |
tree | 403e5de92f033714becfef0e60a6c2f7cd3656e1 | |
parent | ec339eb0ff6bdb1d2feaa538bdeb12ea18eb540c (diff) | |
download | nncmpp-a72c5c2fc50330e752c7c80b95129b80cb393ed4.tar.gz nncmpp-a72c5c2fc50330e752c7c80b95129b80cb393ed4.tar.xz nncmpp-a72c5c2fc50330e752c7c80b95129b80cb393ed4.zip |
Update README
-rw-r--r-- | README.adoc | 17 |
1 files changed, 11 insertions, 6 deletions
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" } |