aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-08-23 03:20:18 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-08-23 03:33:27 +0200
commit1528ed2db0ac2f760559a96b59b2a6cca3413917 (patch)
treeb88a9a9ca16cfbc78dae835286ba130807dcbbd9
parent5f0d5bca705747ed1f8033160e8286e9428f3657 (diff)
downloadhaven-1528ed2db0ac2f760559a96b59b2a6cca3413917.tar.gz
haven-1528ed2db0ac2f760559a96b59b2a6cca3413917.tar.xz
haven-1528ed2db0ac2f760559a96b59b2a6cca3413917.zip
Reduce scope
I've already built an X11-capable MPD client, and getting the right kind of FFT for spectrum analysis would be difficult without Cgo. Native Go PulseAudio interfacing would similarly cause excess work. The image viewer would be a lot worse in this regard, seeing as the amount of preexisting native Go code is tiny, and it's slow. TL;DR: These problems have already been resolved in nncmpp and fiv, and there's no need for inferior alternatives.
-rw-r--r--README.adoc13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.adoc b/README.adoc
index 9f43933..73281bc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -37,9 +37,7 @@ figured out it would make sense:
- hib - IRC bouncer
- hic - IRC client
- hid - IRC daemon
- - hiv - image viewer
- hm - mail client
- - hmpc - MPD client
- hnc - netcat-alike
- ho - all-powerful organizer
- hsm - system monitor
@@ -162,17 +160,6 @@ Instead of ICU we may use x/text/collate and that's about everything we need.
Since we have our own format, we may expect the index to be ordered by the
locale's rules, assuming they don't change between versions.
-hmpc -- MPD client
-~~~~~~~~~~~~~~~~~~
-Here the focus will be on the GUI toolkit. I don't expect this application to
-get big, since its predecessor nncmpp isn't either. The daemon takes care of
-all complex stuff. It would be nice to add lyrics and search later, though.
-
-hiv -- image viewer
-~~~~~~~~~~~~~~~~~~~
-JPG, PNG, first frame of GIF. Zoom. Going through adjacent files in directory
-using cursor keys. Possibly a dialog with image metadata.
-
hfm -- file manager
~~~~~~~~~~~~~~~~~~~
All we need to achieve here is replace Midnight Commander, which besides the