https://github.com/kdm9/tkdm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdm9/tkdm
- Owner: kdm9
- License: mpl-2.0
- Created: 2023-10-20T19:32:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T19:53:19.000Z (over 1 year ago)
- Last Synced: 2025-02-14T21:47:11.694Z (4 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tkdm
`kdm9`'s toolkit of miscellaneous goodies. MPL2 license.
# `tkdm autogallery`
Automatically generate an HTML lightbox + gallery from a directory of images.
```
$ tree images
images/
a/
img1.jpg
img2.jpg
b/
img3.jpg
img4.jpg
$ tkdm autogallery -i ./images -o ./webgallery/ -t 8
```# `tkdm genautoindex`
Automatically generate an index.html like Apache's autoindex, or caddy's `file_server browse`, only for static sites.
```
$ tkdm genautoindex
```