Update README
This commit is contained in:
parent
ec339eb0ff
commit
a72c5c2fc5
17
README.adoc
17
README.adoc
|
@ -1,12 +1,17 @@
|
||||||
nncmpp
|
nncmpp
|
||||||
======
|
======
|
||||||
|
|
||||||
'nncmpp' is yet another MPD client. It does exactly what I want it to, more
|
'nncmpp' is yet another MPD client. It is in effect a simplified TUI version
|
||||||
specifically it's a simplified TUI version of Sonata so that I don't need to
|
of Sonata. I had already written a lot of the required code before, so I had
|
||||||
run an ugly undeveloped Python application.
|
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,
|
Since I only use the filesystem browsing mode, that's also the only thing
|
||||||
and should be pronounced as "nincompoop".
|
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.
|
Currently it's under development and doesn't work in any sense yet.
|
||||||
|
|
||||||
|
@ -56,7 +61,7 @@ settings = {
|
||||||
}
|
}
|
||||||
colors = {
|
colors = {
|
||||||
header = "reverse"
|
header = "reverse"
|
||||||
header_active = "underline"
|
header_active = "ul"
|
||||||
even = "16 231"
|
even = "16 231"
|
||||||
odd = "16 255"
|
odd = "16 255"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue