From 3cc91d6204675b95ae91d99cddaaeca3a51f4322 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 30 Sep 2018 19:54:22 +1300 Subject: [PATCH] readme: convert to markdown in root dir --- dist/README.txt => README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) rename dist/README.txt => README.md (92%) diff --git a/dist/README.txt b/README.md similarity index 92% rename from dist/README.txt rename to README.md index 727db6d..3339252 100644 --- a/dist/README.txt +++ b/README.md @@ -1,14 +1,13 @@ +# shunt-tags + Script to rename filenames in a certain way. `shunt_tags` shunt tags to the end of filenames, transforming `[RELEASEGROUP] Title - Episode [CRC32].mkv` into `Title - Episode [RELEASEGROUP CRC32].mkv`, in order to improve alphabetical sort ordering. The original goal has expanded into a large number of transforms with a comprehensive test suite. -Written in PHP, bash, batch +## Usage -Tags: anime - -=USAGE (v3)= - -`Usage: +``` +Usage: shunt_tags [OPTIONS] Options: @@ -23,9 +22,9 @@ Options: -r --recursive Apply to subdirectories. (false) --test-suite Run test suite and exit --undo Display an undo script -` +``` -=CHANGELOG= +## Changelog 2017-10-22 v3.0 - Rewritten in PHP