From 6fe6f23872609b4fa7e3627e0cfdfb889d88ba79 Mon Sep 17 00:00:00 2001 From: HasanAbbadi Date: Sat, 2 Jul 2022 12:37:14 +0300 Subject: README.md --- README.md | 29 +++++++++++++++++++++++++++++ example.gif | Bin 0 -> 861622 bytes 2 files changed, 29 insertions(+) create mode 100644 example.gif diff --git a/README.md b/README.md index 89445e5..8bbfc94 100644 --- a/README.md +++ b/README.md @@ -1 +1,30 @@ # jaSubs +A "fork" of [InterSubs](https://github.com/oltodosel/interSubs), but for Japanese **only**. + +Interactive subtitles for mpv, that was made to help study Japanese. +Easily tweaked and customizable. + +**NOTE:** This project is unstable as for now and has some bugs + +[](./example.gif) + +## Installation + +Clone this repository in your mpv `scripts` folder: +```bash +$ cd ~/.config/mpv/scripts +$ git clone https://github.com/HasanAbbadi/jaSubs +``` + +Then make a symlink to the `lua` file: +```bash +$ pwd +~/.config/mpv/scripts +$ ln -s jaSubs/jaSubs.lua . +``` + +# Notes +* Issues and Pull Request are highly appreciated + + + diff --git a/example.gif b/example.gif new file mode 100644 index 0000000..4e6ff28 Binary files /dev/null and b/example.gif differ -- cgit v1.2.3