LinuxDir2HTML
LinuxDir2HTML copied to clipboard
Snap2HTML, being a Windows-only program, gets to make certain assumptions about the files it's expected to handle. This also means it can use a bespoke data format to interpret in...
Hi, The `textarea` in the exported view seems to be in a read-write state. If the user edit the content (delete a line for example), the functions (csv, json, fullpath...)...
Hi Ali, thank you so much for your work on LinuxDir2HTML, it's truly a life saver. In case you're interested, I've created a dark template, you can find the repo...
Include user customization options. Automatically use, for instance, ~/.config/linuxdir2html/user.css, if it finds one there. Or use an entire user-modified template specified in the commandline, for example `-t /path/to/custom/template/mytemplate.html`.
Thanks for making this. I found it whilst searching for a linux replacement for my windows dir2html. My use case is to use as an index for files in an...
Hi, I have (quick & dirty) added the argument “--title” to the code. If “--title=” is specified, the text is used as the page title. Otherwise, as before, the location...
Would it be possible to index open directories? I tried `linuxdir2html.py https://ftphost.nohum.net/video/ outputfile` but got the error `Directory specified to index [https://ftphost.nohum.net/video/] doesn't exist. Aborting.`
LinuxDir2HTML is an appropriate tool for me to keep a record of all my external storage devices. It would be convenient though if I can keep them all in a...
I would like to request a feature that allows users to track the current progress directly from the terminal while using the LinuxDir2HTML tool. Along with progress updates, it would...
- Integrated `tqdm` library to display a progress bar while indexing directories and files. - The progress bar shows the current progress and estimated remaining time for completion. - Updated...