Browse files and add extra properties.
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| assets | ||
| gen.sh | ||
| genlist.sh | ||
| mkidir.sh | ||
| README.md | ||
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:
- Use
./mkidir.shto generate the directory - 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. - Use
./gen.shto generate the file info - Use
./genlist.shto update the directory
Steps 2-4 must be executed in the new directory ({dirname}.DIR)