LinuxDir2HTML icon
LinuxDir2HTML icon

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
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • dir2html
  • snap2html

LinuxDir2HTML News & Activities

Highlights All activities

Recent activities

Show all activities

LinuxDir2HTML information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    12 alternatives listed
  • Supported Languages

    • English
LinuxDir2HTML was added to AlternativeTo by Jupiter2 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

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.