Add Tuprules notes
This commit is contained in:
parent
3c307c37b1
commit
3749ab6123
2 changed files with 9 additions and 0 deletions
7
notebook/Linux/Tuprules/Miscelaneous.md
Normal file
7
notebook/Linux/Tuprules/Miscelaneous.md
Normal 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
|
||||||
|
```
|
2
notebook/Linux/Tuprules/Readme.md
Normal file
2
notebook/Linux/Tuprules/Readme.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Tuprules
|
||||||
|
A small repository of [[tup]] rules to compile
|
Loading…
Reference in a new issue