1
0
Fork 0
mirror of https://gitlab.com/niansa/descindex.git synced 2025-03-06 20:48:44 +01:00
Super super super simple descriptive media index generator
Find a file
2023-02-11 17:32:50 +00:00
src Do not rely on std::filesystem::path::operator string_type 2021-11-18 09:46:41 +01:00
.gitignore Initial structure 2021-09-18 21:30:55 +02:00
CMakeLists.txt Initial structure 2021-09-18 21:30:55 +02:00
Makefile Initial prototype 2021-09-18 22:27:06 +02:00
README.md Added building instructions to readme 2023-02-11 17:32:50 +00:00

DescIndex

Descriptive Index generator

Building

To build this application, just either run make in the source dir or use CMake.

How to use

Well it's really simple: For every file you have, add a file with equal name + .txt appended and fill it like this:

This is the title
This is a multi-line
description!

Also place a file named desc.txt with the same syntax in each folder. It's what describes the folder itself.

Then, pass the root folder to the application and it'll create index.html files.