Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
f0719897e0
1 changed files with 18 additions and 0 deletions
18
doc/tips/mc_menu_integration.mdwn
Normal file
18
doc/tips/mc_menu_integration.mdwn
Normal file
|
@ -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
|
Loading…
Reference in a new issue