summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-11 16:03:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-11 16:03:07 -0400
commitd74ad58cd16d775fe869bc75752d5d24b43bd80e (patch)
treec9291f1a7d04168c13247189bb638a8398fdc013
parent59675f9a46aa18a043fc3a8ae596e5f367b9599d (diff)
parent10a9412da15880a71f76df9b0d53808614ac94cc (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/tips/git-annex_extensions_for_ranger__44___the_file_manager/comment_1_358d4041c0158c247340cd4588286df4._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/tips/git-annex_extensions_for_ranger__44___the_file_manager/comment_1_358d4041c0158c247340cd4588286df4._comment b/doc/tips/git-annex_extensions_for_ranger__44___the_file_manager/comment_1_358d4041c0158c247340cd4588286df4._comment
new file mode 100644
index 000000000..130b4d2d4
--- /dev/null
+++ b/doc/tips/git-annex_extensions_for_ranger__44___the_file_manager/comment_1_358d4041c0158c247340cd4588286df4._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="fiatjaf"
+ subject="related work"
+ date="2016-10-11T13:35:07Z"
+ content="""
+Just find some related / complimentary work for this. It is a bunch of ranger functions that wrap git-annex commands inside ranger:
+
+```
+:annex_add → git annex add + git commit -a
+:annex_get → git annex get
+:annex_drop → git annex drop
+:annex_copy <remote> → git annex copy --to=<remote>
+:annex_sync → git annex sync --fast --quiet
+```
+
+
+The code is at [https://github.com/matze/ranger-annex](https://github.com/matze/ranger-annex)
+
+More information on [this blog post](https://bloerg.net/2014/04/28/writing-a-git-annex-plugin-for-ranger.html).
+"""]]