(DIR) ..
       2021-01-02 14:23:27
       
       Trying to make it easier for myself to work with a gopher. First thing - organiz
       
       I use excellent tutorial ( https://johngodlee.github.io/2019/11/20/gopher.html )
       
       For example
       
           =date +%Y-%m-%d\ %H:%M:%S
       
       in gophermap prints current date and time.
       
       Next step was toss my files along foldertree, and write autogenerate scripts for
       
 (???)    12021
           =ls 2021 -1 | sed 's/^.*$/0\0\t2021\/\0/'
       
       And for Low_Tech folder which has images I have two separate scripts:
       
       
 (???)    1Low_Tech
           =ls Low_Tech -1 | grep "txt$" | sed 's/^.*$/0\0\tLow_Tech\/\0/'
           =ls Low_Tech -1 | grep "png$" | sed 's/^.*$/I\0\tLow_Tech\/\0/'
       
       
       Nice and convinient.
 (TXT) 2021-01-05_update_gohpermap.txt
 (TXT) 2021-01-25_sync_delinking.txt
 (TXT) 2021-08-09_proteus_like_STC.txt