Added todo for handling ctrl c in transfers
This commit is contained in:
parent
f0fb81445f
commit
d124228f1d
1 changed files with 5 additions and 0 deletions
5
doc/todo/ctrl_c_handling.mdwn
Normal file
5
doc/todo/ctrl_c_handling.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
|||
Sometimes I start off a large file transfer to a new remote (a la "git-annex copy . --to glacier").
|
||||
|
||||
I believe all of the special remotes transfer the files one at a time, which is good, and provides a sensible place to interrupt a copy/move operation.
|
||||
|
||||
Wish: When I press ctrl+c in the terminal, git-annex will catch that and finish it's current transfer and then exit. For the case where the file currently being transfered also needs to be killed (ie: it's a big .iso) then subsequent ctrl+c's can do that.
|
Loading…
Reference in a new issue