From 4fa01fc3d0b3bffdf9b1e408e9a0106634f6c70d Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 11 Aug 2016 03:12:04 +0000 Subject: [PATCH] added :ga_get and :ga_set --- ...-annex_extensions_for_ranger__44___the_file_manager.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/tips/git-annex_extensions_for_ranger__44___the_file_manager.mdwn b/doc/tips/git-annex_extensions_for_ranger__44___the_file_manager.mdwn index 720baf3296..9a89a54034 100644 --- a/doc/tips/git-annex_extensions_for_ranger__44___the_file_manager.mdwn +++ b/doc/tips/git-annex_extensions_for_ranger__44___the_file_manager.mdwn @@ -2,7 +2,11 @@ If you use [ranger](https://github.com/ranger/ranger), the console-based file ma ## Custom commands -ranger lets you [define custom commands](https://github.com/ranger/ranger/wiki/Commands) that can be called. Basically you could easily write proxy ranger commands for all git-annex commands you use. [Here](https://github.com/fiatjaf/dotfiles/blob/master/ranger-commands.py) have written `:ga_whereis` for outputting whereis information, and `:ga_set` and `:ga_tag` for metadata settting. +ranger lets you [define custom commands](https://github.com/ranger/ranger/wiki/Commands) that can be called. Basically you could easily write proxy ranger commands for all git-annex commands you use. [Here](https://github.com/fiatjaf/dotfiles/blob/master/ranger-commands.py) have written + + * `:ga_whereis` for outputting whereis information; + * `:ga_set` and `:ga_tag` for metadata changing; + * `:ga_get` and `:ga_drop` for quick fetching from remotes and dropping them from local (really useful). ## Linemodes