Browse files and add extra properties.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-16 08:50:28 +01:00
assets Add support for different types of files 2026-01-14 13:43:08 +01:00
gen.sh Remove unnecessary file copies 2026-01-15 12:32:07 +01:00
genlist.sh Add support for different types of files 2026-01-14 13:43:08 +01:00
mkidir.sh Initial commit 2026-01-12 15:23:00 +01:00
README.md Add README.md 2026-01-16 08:50:28 +01:00

Informer

A bunch of shell scripts that generate HTML files to browse and view files with additional metadata such as comments.

Usage

To create a direcotry with some files:

  1. Use ./mkidir.sh to generate the directory
  2. Move the files you want to put inside the directory in the newly created directory, named {dirname}.DIR, where {dirname} is the name of the directory you entered.
  3. Use ./gen.sh to generate the file info
  4. Use ./genlist.sh to update the directory

Steps 2-4 must be executed in the new directory ({dirname}.DIR)