aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/ctrl_c_handling.mdwn
diff options
context:
space:
mode:
authorGravatar Greg Grossmeier <greg@grossmeier.net>2014-02-21 13:28:17 -0800
committerGravatar Greg Grossmeier <greg@grossmeier.net>2014-02-21 13:28:17 -0800
commit7d82f8010614df75d24cbcedf4bd54f6b7fc1289 (patch)
tree6c1d4617939591b24eaf1453137547c4160a1203 /doc/todo/ctrl_c_handling.mdwn
parentc6b64cd3b10fac3415b0e533979e96e8fbe2764e (diff)
Added todo for handling ctrl c in transfers
Diffstat (limited to 'doc/todo/ctrl_c_handling.mdwn')
-rw-r--r--doc/todo/ctrl_c_handling.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/ctrl_c_handling.mdwn b/doc/todo/ctrl_c_handling.mdwn
new file mode 100644
index 000000000..ddce8eca0
--- /dev/null
+++ b/doc/todo/ctrl_c_handling.mdwn
@@ -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.