summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-09-01 00:03:24 +0930
committerDaniel Jones <admin@danieljon.es>2019-09-01 00:03:24 +0930
commitb6d9d735b315595cdb0130c67ed20e4156ca750d (patch)
treec02fde48889d87f8602f00af6a6d9c35cecb8f7e
parentee8facc3b3d9c1725c7f5585849f6c6be7905d71 (diff)
downloadanimegrep-master.tar.gz
animegrep-master.zip
add readmeHEADmaster
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b3df9d2
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+====== ANIMEGREP ======
+
+animegrep is a bash script that extracts the subtitles from an mkv video file (main use for me is anime), greps them for a specified word, parses them and extracts only that time frame from the source video file. The script outputs the clips created to out/clips.
+
+=======================
+
+====== USAGE =========
+
+-f <file> / --file <file> the file you want to extract clips from
+
+-d <directory> / --directory the directory you want to extract clips from (it does all the MKVs in the directory)
+
+-w <word> / --word <word> the phrase you are grepping for
+
+-m / --merge merge all files in one file.
+
+======================
+
+===== COPYRIGHT =====
+
+COPYRIGHT Daniel Jones, Licensed under GPL Version 3. See COPYING for details.
+
+README from Ayane Satomi.
+
+=====================