Skip to content

Commit d6fc3b4

Browse files
chore: add gsoc stuff to readme
1 parent 01b941e commit d6fc3b4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
[![GitHub All Releases](https://img.shields.io/github/downloads/CCExtractor/ccextractorfluttergui/total.svg)](https://github.com/CCExtractor/ccextractorfluttergui/releases/latest)
66

77
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.
98

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.
1012

1113
## Table of contents
1214
* [Installation](#installation)
1315
* [Usage](#usage)
1416
* [Contributing](#contributing)
1517
* [License](#license)
18+
* [GSoC](#gsoc)
1619

1720

1821
## Installation
@@ -39,3 +42,9 @@ Pull requests are welcome. For major changes, please open an issue first to disc
3942

4043
## License
4144
[MIT License](LICENSE)
45+
46+
## GSoC
47+
#### GSoC'21
48+
* Student: @Techno-Disaster ([commits](https://github.com/CCExtractor/ccextractorfluttergui/commits?author=Techno-Disaster))
49+
* Mentor: @csfmp3
50+

0 commit comments

Comments
 (0)