summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar fiatjaf <fiatjaf@web>2016-08-11 03:12:04 +0000
committerGravatar admin <admin@branchable.com>2016-08-11 03:12:04 +0000
commit3de4e6bbfc19363c4065b384328f975b1f155d37 (patch)
tree08f4555fdf276e779702e2dfbb7571fa6af114df /doc/tips
parent9d897931d1cf7390b2ea23da8cc23234fd46866a (diff)
added :ga_get and :ga_set
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/git-annex_extensions_for_ranger__44___the_file_manager.mdwn6
1 files changed, 5 insertions, 1 deletions
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 720baf329..9a89a5403 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