2018-03-07
___A__l_i_t_t_l_e__p_r_o_g_r_e_s_s__o_n__h_o_l_y_m_o_l_y_____________
I have managed to work a little on the holymoly[0] gopher client
today. The tiny patches include a little formatting change by
indenting all output by three spaces and marking selectors with
' > '.
Also the gopher uri is now shown on the status line when it is
highlighted.
The client is still lacking a cached history which would allow faster
hierarchy traversals and it needs some kind of link bulk selection
facility, like feeding all URIs to a dmenu[1] like selection buffer.
VF-1[2] has got a feature similar to this with the 'links' command.
Plus I'd like to add downloading stuff, the current download handler
is crap and needs to go.
So many things to do and so little time :-)
___References________________________________________________________
[0]:
gopher://vernunftzentrum.de:70/1/ckeen/repos/holymoly
[1]:
https://tools.suckless.org/dmenu/
[2]:
https://github.com/solderpunk/VF-1