You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Copies input to output without change, appends *-copy* to filename *e.g.: subtit
23
23
Skips asking ```Output file already exists, delete and make a new one? [y/n]``` and simply deletes the existing output file to create a new one. Ideal for batch processing.
24
24
-*--help* or *-h*
25
25
Shows above information.
26
-
## Required External Modules
26
+
## Required External Modules:
27
27
-[Send2Trash](https://pypi.org/project/Send2Trash/) Python module to safely delete the old output file on both Win and \*nix based systems.
28
28
-[cchardet](https://pypi.org/project/cchardet/) Python module to detect your subtitle file encoding.
29
29
If your system does not these installed, it will auto install them on first use.
0 commit comments