From d0c797472919b07dfcc399cbae89ade0aaf51fb3 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 9 Jul 2013 17:30:29 -0700 Subject: [PATCH] reword readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10d1005..d7a0486 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # meow.sh -Prints out the title, torrent link, and timestamp -for every new release matching your regular expressions -and reminds you that your taste in anime is shit. +Scrapes the title, torrent link, and timestamp +for every new release matching user-defined regular expressions. +Optionally sends them to a local instance of transmission-remote. ## Usage -Just take a peek at `run` and `config.sh` for now. -If you can't figure it out, you're too sane to use this. +Define regexes in `config.sh` and +execute `../path/to/meow.sh/run`. +You may wish to redirect or silence +stdout when running as a cron job. ## License