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

https://github.com/ttys3/containers

my container images
https://github.com/ttys3/containers

Last synced: 4 months ago
JSON representation

my container images

Awesome Lists containing this project

README

          

# containers
my container images

resize imgs:

```bash
ls ./*.png -1 | xargs -I'{}' ggwm -f "./{}" -t "./out/{}" -r 2 -w 1080
```