aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-10-03 01:36:42 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-10-03 01:36:42 +0200
commitef184d3466f9c5319501c283d375515a41437001 (patch)
tree8e2f237c567af5b21ef6b422685a01b4b1087573 /README.adoc
parent800728da2ba72663b7dff854557af70dd3bbdc39 (diff)
downloadnncmpp-ef184d3466f9c5319501c283d375515a41437001.tar.gz
nncmpp-ef184d3466f9c5319501c283d375515a41437001.tar.xz
nncmpp-ef184d3466f9c5319501c283d375515a41437001.zip
Update README
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc22
1 files changed, 17 insertions, 5 deletions
diff --git a/README.adoc b/README.adoc
index 661d79a..b66e2dc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -6,14 +6,16 @@ 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.
-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 do much.
+Features
+--------
+Currently it's under development and doesn't do much else than show the status.
+
+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.
Packages
--------
@@ -67,6 +69,16 @@ colors = {
}
....
+Terminal caveats
+----------------
+This application aspires to be as close to a GUI as possible. It expects you
+to use the mouse (though it's not required). Terminals are, however, somewhat
+tricky to get consistent results on, so be aware of the following:
+
+ - use a UTF-8 locale to get finer resolution progress bars and scrollbars
+ - Xterm needs `XTerm*metaSendsEscape: true` for the default bindings to work
+ - urxvt's 'vtwheel' plugin sabotages scrolling
+
Contributing and Support
------------------------
Use this project's GitHub to report any bugs, request features, or submit pull