Update README.md
[lace] / README.md
1 Forked from https://gitlab.com/uoou/dotfiles/-/blob/master/stow/bin/home/drew/.local/bin/lace
2
3 This version will run on Debian based distros running Sed 3.7
4
5 Lace is a small script to interlace Gemini Capsule micro blogs.
6
7 The original script showed how long ago a entry was posted.  
8 https://www.youtube.com/watch?v=RPMLGK8lWX4
9 All scripts will run with Sed 3.7 on standard Linux Distros
10
11 lace has two time headers.
12 How long ago the micropost was sent.
13 The date and time the micropost was sent.
14
15 lacehowlong only has the how long ago time header.
16
17 lacewithdate only has the date and time header.
18
19 ### laceandterm
20
21 laceandterm can run on either a standard Linux distro, termux on android, UserLAnd, and possibly other Linux emulations.  Sed, date, openssl, curl, lessqq are dependencies that need to be installed.
22
23 laceandterm may show the acual code for a favicon rather than the icon itself depending on the version of GNU less and/or fonts installed.
24 If this happens you can either install a font that supports the favicon or comment out the following line in the script.
25
26 ```
27 fav=$(openssl s_client -crlf -quiet -connect "$domain:1965" <<<"gemini://$domain/favicon.txt" 2>/dev/null | sed -e '1d')
28 ```
29 Since favicons are not part of the Gemini standard, you may not want favicons to display.  Commenting out the above line of code will prevent favicons from displaying.
30
31
32 ### Post about original script.
33
34 https://friendo.monster/posts/a-script-to-interleave-tiny-gemini-logs.html