To facilitate automation and minimize having to parse a ton of html it would be nice if there was a flag when starting miniserve to disable the javascript and just have a list of the available files/folders bereft of any styling
That would make is easy to run curl $URL_FOR_FOLDER to get a list of available files and folders without having to deal with regexes for content of some but not all tags
Looking through the code I think the easiest way would be to have an alternative directory renderer that can be applied in lieu of the existing renderer
To facilitate automation and minimize having to parse a ton of html it would be nice if there was a flag when starting miniserve to disable the javascript and just have a list of the available files/folders bereft of any styling
That would make is easy to run
curl $URL_FOR_FOLDER
to get a list of available files and folders without having to deal with regexes for content of some but not all tags