summaryrefslogtreecommitdiff
path: root/doc/todo/git-annex-shell.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/git-annex-shell.mdwn')
-rw-r--r--doc/todo/git-annex-shell.mdwn15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/todo/git-annex-shell.mdwn b/doc/todo/git-annex-shell.mdwn
deleted file mode 100644
index a9e3b43ed..000000000
--- a/doc/todo/git-annex-shell.mdwn
+++ /dev/null
@@ -1,15 +0,0 @@
-[[done]]
-
-I've been considering adding a `git-annex-shell` command. This would
-be similar to `git-shell` (and in fact would pass unknown commands off to
-`git-shell`).
-
-## Reasons
-
-* Allows locking down an account to only be able to use git-annex (and
- git).
-* Avoids needing to construct complex shell commands to run on the remote
- system. (Mostly already avoided by the plumbing level commands.)
-* Could possibly allow multiple things to be done with one ssh connection
- in future.
-* Allows expanding `~` and `~user` in repopath on the remote system.