Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZapperDJ/DiogenesList
Multiplatform HTML directory listing creator
https://github.com/ZapperDJ/DiogenesList
Last synced: 3 months ago
JSON representation
Multiplatform HTML directory listing creator
- Host: GitHub
- URL: https://github.com/ZapperDJ/DiogenesList
- Owner: ZapperDJ
- Created: 2017-03-19T22:10:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T02:45:42.000Z (over 1 year ago)
- Last Synced: 2024-05-28T04:57:43.636Z (6 months ago)
- Language: HTML
- Size: 85 KB
- Stars: 51
- Watchers: 4
- Forks: 50
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiogenesList
DiogenesList is a multiplatform CLI-only clone of [Snap2HTML](http://www.rlvision.com/snap2html/about.php). I created it because I needed to use Snap2HTML on Linux but didn't want to have to install WINE. Also because I wanted to make it possible to use it on a headless machine, so that's why there is no GUI
It's purpose is to create single page HTML+Javascript browsable lists of the contents of a given directory
## Usage
The program only takes two arguments, the directory to be indexed and the output file name without the extension, so:*diogeneslist.py /home/user filelist*
Will index the contents of /home/user and save them to filelist.html on the current directory. Simple as that## License
The diogeneslist.py file is licensed under GPLv2The template.html file is taken directly from Snap2HTML an thus is licensed as freeware