

LinuxDir2HTML
LinuxDir2HTML is a small program to help create an offline manifest of your files in an easily navigable HTML format. It is a CLI-only clone of Snap2HTML.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
- BSD
- Haiku
Features
Tags
- dir2html
- snap2html
LinuxDir2HTML News & Activities
Recent activities
Abdullah-TAT added LinuxDir2HTML as alternative to ListeKolay
POX added LinuxDir2HTML as alternative to Files List Export
LinuxDir2HTML information
What is LinuxDir2HTML?
Contribute to homeisfar/LinuxDir2HTML development by creating an account on GitHub.
LinuxDir2HTML is a small, command-line based program to help create a searchable offline manifest of your files in an easily navigable HTML format. It is a CLI-only clone of Snap2HTML which uses the same HTML template.
The python-based Snap2HTML program takes two mandatory arguments, the directory to be indexed and the output file name without the extension. So:
linuxdir2html ~/DirName OutputfileName
will index the contents of /home/DirName and save the index as output.html in the present working directory.
Note: LinuxDir2HTML requires Python 3.6 or greater, but if you modify the Python to remove string interpolation and the barely used pathlib, the minimum version will be much lower.



