commit 189e83ccc092236b56660d1d60ef5b9ffcc62671
parent bf99a2b7ee3b0afc44eff74f5ee1c737a46b7bfa
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Wed, 27 Feb 2019 01:11:23 +0100
Fixed broken link
Former-commit-id: 27946a91d6830a1d2b5c3b03f33b1477503c43c3
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -18,7 +18,7 @@ If you read a script and see some improvements that could be made, let me know.
* `dashedit.rb`: script to allow Dash submissions from the commandline. Largely useless to anyone except me.
* `epub-convert`: uses Calibre's ebook converter program to convert anything to an epub
* `executable`: my first script. Makes any file executable, along with further options. Usage: `executable file.sh`
-* `ffmpeg-split.py`: split videos using ffmpeg. [Here's the README.](ffmpeg-split-README.md)
+* `ffmpeg-split.py`: split videos using ffmpeg. [Here's the README.](scripts/ffmpeg-split-README.md)
* `it-style`: can find and set the genre in a track in iTunes (along with its Ruby helper), using the Discogs database (you need an API key, set $DISCOGS_API_TOKEN in your profile). Usage: click/play a track in iTunes, and run the program.
* `linkdir`: symlink all files/folders from source dir to target dir. Usage: `linkdir $source` to create symlinks in cwd, `linkdir $source $target` otherwise.
* `mdvl`: markdown renderer in Python