aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-01-31 13:11:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-01-31 13:11:54 -0400
commit87641ed8b1ebf528eac69324b871c426f246d8bf (patch)
tree6d97117de687d840ac63c2bc9a649a421f817305
parent30e08ceb784885e20149a5539cdbc5e2154496f8 (diff)
parentc51cd72c6879425897dffd1db90534100541e3ab (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-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