addurl now accepts --prefix and --suffix options to adjust the filenames used

This commit is contained in:
Joey Hess 2015-07-21 12:50:05 -04:00
parent a3c6762636
commit 49d102f98b
4 changed files with 54 additions and 23 deletions

View file

@ -1 +1,4 @@
Is it possible to add a '--dir' option to addurl (or some other mechanic) to make git annex create the symlinks in the specified directory?
> --prefix makes sense, and might as well also add --suffix. [[done]]
> --[[Joey]]