aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c00 <git-annex@web>2017-01-31 16:53:58 +0000
committerGravatar admin <admin@branchable.com>2017-01-31 16:53:58 +0000
commitc51cd72c6879425897dffd1db90534100541e3ab (patch)
treed74aeade02f248815fce41c31423d4bd77b8d7f3 /doc
parentc577fc40b1841d9ddcc45ee13a51e15e6d620e40 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/mc_menu_integration.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tips/mc_menu_integration.mdwn b/doc/tips/mc_menu_integration.mdwn
new file mode 100644
index 000000000..170118830
--- /dev/null
+++ b/doc/tips/mc_menu_integration.mdwn
@@ -0,0 +1,18 @@
+Put the following in your ~/.config/mc/menu to map g and G to
+git-annex-get and git-annex-drop in the famous mc file manager:
+
+ + ! t t
+ g git annex get
+ git annex get %f
+
+ + t t
+ g git annex get
+ git annex get %u
+
+ + ! t t
+ G git annex drop
+ git annex drop %f
+
+ + t t
+ G git annex drop
+ git annex drop %u