An open API service indexing awesome lists of open source software.

https://github.com/kdm9/tkdm


https://github.com/kdm9/tkdm

Last synced: about 2 months ago
JSON representation

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
```