Update README.md
This commit is contained in:
parent
e1cd7e1cca
commit
a583c40ccb
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue