gem.awk

A gemini client in POSIX awk
git clone git://git.vgx.fr/gem.awk
Log | Files | Refs

DateCommit messageAuthorFiles+-
2020-06-14 00:16Add current page redirectsLéo Villeveygoux1+10-0
2020-06-04 16:28Add various tweaks to smoothly handle edge casesLéo Villeveygoux1+17-10
2020-06-04 03:53Support local absolute URLLéo Villeveygoux1+5-1
2020-06-04 03:41Add input supportLéo Villeveygoux1+21-0
2020-06-04 02:30Add redirection supportLéo Villeveygoux1+38-22
2020-06-04 01:42Don't show openssl's stderr on connexion successLéo Villeveygoux1+8-2
2020-06-04 01:20Add "history" and "back" commandsLéo Villeveygoux1+29-2
2020-06-04 00:44Use better path handlingLéo Villeveygoux1+18-8
2020-06-04 00:24Close command FIFO after EOFLéo Villeveygoux1+2-0
2020-06-04 00:16Add . (reload) and .. (got to parent) commandsLéo Villeveygoux1+22-0
2020-06-03 02:30Use secondary prompt for special actionsLéo Villeveygoux1+4-4
2020-06-02 00:11Use openssl s_client instead of socatLéo Villeveygoux1+15-15
2020-06-02 00:11Add page URL to the prompt, and make it fancierLéo Villeveygoux1+1-1
2020-06-01 23:49First version of gem.awk gemini clientLéo Villeveygoux1+156-0