Skip to content

wilbert-vb/index_generator-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

index_generator-py

(you need to download all *.py scripts)

This python3 script generates index.html tables based on all items in a directory or on a text file with url and subject information.

The text file should have the following line format:

file.html:Document for accounting

to generate such file in linux:

$ grep -a ^Subject: *|sort -k 2|sed 's/Subject: //g;s/\r//g' >titles.txt

Example:

titles.txt:

titles.txt

index.html:

index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published