Is there a way to use notify-start and notify-finish, not when using git annex on the command line but also when using the assistant ?
I would like to get notifications when I move files to annexed folders for when the transfer to the server is finished and such things.
You can pass the --notify-start and --notify-finish to the assistant when starting it up if you want to.
It would perhaps be worth adding a config option so it could remember persistently to notify.
Well, I thought about that but it doesn't seem to work. with
git annex get --notify-start --notify-finish
I properly get the notifications but withgit annex assistant --notify-start --notify-finish
I get nothing when a file is uploaded or downloaded