We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aee0a0 commit 0e5033fCopy full SHA for 0e5033f
README.md
@@ -43,18 +43,18 @@ the `scripts` folder is added to the `PATH` so you can use any of the scripts di
43
44
feel free to add and/or **contribute** your own.
45
46
-`convert`
+`convert` - use on a file
47
48
- lets you convert a single file
49
50
-`LoopConverter [folder]`
+`LoopConverter` - use in a folder with your source files
51
52
-- uses `convert` on any file in a folder that matches the `$SOURCE_EXT`
+- uses `convert` on any file in that folder that matches the `$SOURCE_EXT`
53
54
**Example**
55
56
- `convert my_funny_video.mkv`
57
-- `LoopConverter /path/to/your/folder/`
+- `cd /path/to/your/folder && LoopConverter`
58
59
### TODO
60
0 commit comments