From 670f9a51162c542efe4c7f6b2b4917088863e802 Mon Sep 17 00:00:00 2001 From: "git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c00" Date: Tue, 31 Jan 2017 16:53:58 +0000 Subject: [PATCH] --- doc/tips/mc_menu_integration.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/tips/mc_menu_integration.mdwn diff --git a/doc/tips/mc_menu_integration.mdwn b/doc/tips/mc_menu_integration.mdwn new file mode 100644 index 0000000000..1701188302 --- /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 -- 2.30.2