aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-07 15:47:41 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-07 23:07:55 +0100
commit7165a8eb0227f03a5126496de4a2f3407a72c3a4 (patch)
tree8e923fbab693d7069b2f5e683c6fd28a40416cae /README.adoc
parent87b57bb24c829e23576af9a5c9acdd52313fda55 (diff)
downloadnncmpp-7165a8eb0227f03a5126496de4a2f3407a72c3a4.tar.gz
nncmpp-7165a8eb0227f03a5126496de4a2f3407a72c3a4.tar.xz
nncmpp-7165a8eb0227f03a5126496de4a2f3407a72c3a4.zip
Add ability to control PulseAudio volume
I know, son, it might be hard to accept, but you're imported. Your true parents are wmstatus and paswitch, from the desktop-tools family. Also, fix unnecessary linking of optional dependencies.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.adoc b/README.adoc
index 764bcd9..3c545a9 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,9 +11,12 @@ names, and should be pronounced as "nincompoop".
Features
--------
-Most things are there. Enough for me to use it exclusively. Note that since I
-only use the filesystem browsing mode, that's also the only thing I care to
-implement for the time being.
+Most things are there. Enough for me to use it exclusively. Notably, it can
+control PulseAudio volume directly to cover the use case of remote control,
+and it has a fast spectrum visualiser.
+
+Note that since I only use the filesystem browsing mode, that's also the only
+thing I care to implement for the time being. The search feature is awkward.
image::nncmpp.png[align="center"]
@@ -29,9 +32,10 @@ The rest of this README will concern itself with externalities.
Building
--------
-Build dependencies: CMake, pkg-config, asciidoctor, liberty (included),
- termo (included) +
-Runtime dependencies: ncursesw, libunistring, cURL, fftw3 (optional)
+Build dependencies: CMake, pkg-config, asciidoctor,
+ liberty (included), termo (included) +
+Runtime dependencies: ncursesw, libunistring, cURL,
+ fftw3 (optional), libpulse (optional)
$ git clone --recursive https://git.janouch.name/p/nncmpp.git
$ mkdir nncmpp/build