From 1528ed2db0ac2f760559a96b59b2a6cca3413917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 23 Aug 2022 03:20:18 +0200 Subject: [PATCH] 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. --- README.adoc | 13 ------------- 1 file changed, 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