From ef184d3466f9c5319501c283d375515a41437001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 3 Oct 2016 01:36:42 +0200 Subject: Update README --- README.adoc | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'README.adoc') 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 -- cgit v1.2.3