diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2026-02-23 23:54:33 +0100 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2026-05-25 21:12:49 +0200 |
| commit | 1a0f61f6d8e5796cc19c279209871dc595bc9182 (patch) | |
| tree | d99e16f0e0e36db37a18d31d76b5c2d3fd6eb015 /README.adoc | |
| parent | 6aa822fe34510780d9dffbee8e847fc951d9096c (diff) | |
| download | nncmpp-1a0f61f6d8e5796cc19c279209871dc595bc9182.tar.gz nncmpp-1a0f61f6d8e5796cc19c279209871dc595bc9182.tar.xz nncmpp-1a0f61f6d8e5796cc19c279209871dc595bc9182.zip | |
Add an AppKit user interface
When enabled, the build will create an application bundle.
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 775c5a3..a2dd63f 100644 --- a/README.adoc +++ b/README.adoc @@ -2,8 +2,8 @@ nncmpp ====== 'nncmpp' is yet another MPD client. Its specialty is running equally well in -the terminal, or as an X11 client--it will provide the same keyboard- and -mouse-friendly interface. +the terminal, as an X11 client, or as a macOS application--it will provide +the same keyboard- and mouse-friendly interface. This project began its life as a simplified TUI version of Sonata. I had already written a lot of the required code before, so I had the perfect @@ -74,8 +74,8 @@ however, tricky to get consistent results on, so be aware of the following: - Xterm needs `XTerm*metaSendsEscape: true` for the default bindings to work - urxvt's 'vtwheel' plugin sabotages scrolling -The X11 graphical interface is a second-class citizen, so some limitations of -terminals carry over, such as the plain default theme. +The X11 and macOS graphical interfaces are second-class citizens, so some +limitations of terminals carry over, such as the plain default theme. Contributing and Support ------------------------ |
