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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,17 @@
5
5
[](https://github.com/CCExtractor/ccextractorfluttergui/releases/latest)
6
6
7
7
The new cross platform interface is all you need, as it includes all the options. After installing GUI you will have a shortcut in your desktop, this lets users not familiar with CLI to extract subtitles.
8
-
Usually, you will never need to use all the options (and even if you do, all the setting are saved locally at Documents/config.json in your PC) for regular usage.
9
8
9
+
Usually, you will never need to use all the options (and even if you do, all the setting are saved locally at `Documents/config.json` in your PC) for regular usage.
10
+
11
+
The GUI basically uses dart's [process](https://api.dart.dev/stable/2.13.4/dart-io/Process-class.html) class to [start](https://api.dart.dev/stable/2.13.4/dart-io/Process/start.html) the ccextractor executable and shows the progress and live output.
10
12
11
13
## Table of contents
12
14
*[Installation](#installation)
13
15
*[Usage](#usage)
14
16
*[Contributing](#contributing)
15
17
*[License](#license)
18
+
*[GSoC](#gsoc)
16
19
17
20
18
21
## Installation
@@ -39,3 +42,9 @@ Pull requests are welcome. For major changes, please open an issue first to disc
0 commit comments