Update README.md

This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-05-28 15:32:29 -07:00
parent e1cd7e1cca
commit a583c40ccb

View file

@ -26,7 +26,7 @@ The data urls will be stored in `image1.png.data.txt` and `image2.jpg.data.txt`
---
You can also bulk convert files
To bulk convert files
> [!NOTE]
> You may need a proper shell (like `bash`) for bulk conversion to properly work
@ -35,4 +35,10 @@ You can also bulk convert files
dataurlify *.png
```
The data urls will be stored in `*.png.data.txt` where *.png is all the png files the shell can find in the directory.
The data urls will be stored in `*.png.data.txt` where *.png is all the png files the shell can find in the directory.
---
To bulk convert files (with subfolder scanning)
Not implemented at the moment, might implement the `-r` argument