💾 Archived View for ew.srht.site › en › 2021 › 20211215-flightlog-11.gmi captured on 2022-03-01 at 15:23:50. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-06-16)

-=-=-=-=-=-=-

2021-12-15

Towards a proper FlightLog 11 -- The Library

tags: flightlog

Ok, so I bit the bullet ...

Writing a complete, commented index for The Library is still to be done. Since I am lazy, a shell one liner must serve as starting point:

find . -maxdepth 1 -type d | grep -v '^\.


 | LANG=C sort | while read D ; do echo "### $D" ;  find $D -type f|sed 's|^|=> /library/|'; done > auto_index.gmi

The Library Index

generated index, therefore complete

Cheers,

~ew

Home