t2020-10-14T04-13-25-742106.md - tgtimes - The Gopher Times HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes DIR Log DIR Files DIR Refs DIR Tags --- t2020-10-14T04-13-25-742106.md (799B) --- 1 # 2020-10-14 04:13:25.742106 UTC (+0000) 2 3 gramscii added to Bitreich 4 5 gramscii(1) is a simple full-screen editor for ASCII box-and-arrows 6 charts, written and maintained by KatolaZ. 7 8 gramscii(1) understands vi-like one-character keybindings to move the 9 cursor around the screen, draw, copy, paste, erase shapes, lines and 10 arrows, set line styles, and so on. 11 12 gramscii(1) can also be scripted using the same set of one-character 13 commands available in visual mode, like in: 14 15 $ printf "gg10lbLLJbKHHzZLL3l3jz3kJHH3hzZLL3l3jzbKHHbq\n" | gramscii -s /dev/stdin | head 16 +---------+ 17 |\ |\ 18 | \ | \ 19 | +---------+ 20 | | | | 21 +--|------+ | 22 \ | \ | 23 \| \| 24 +---------+ 25 26 $ 27 28 HH 29 30 KatolaZ