Add Tuprules notes

This commit is contained in:
Talia 2022-06-13 10:27:40 +02:00
parent 3c307c37b1
commit 3749ab6123
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Miscelaneous
Random stuff that can be made easier with tup
## Convert WebP to PNG
```tup
: foreach *.webp |> vips pngwrite %f %o |> %B.png
```

View File

@ -0,0 +1,2 @@
# Tuprules
A small repository of [[tup]] rules to compile