aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-03-10 08:46:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-03-10 08:46:18 -0300
commit1283fd6991a5a83e1dc3aa50056fc53ebe5d121a (patch)
treee4dc59cee983bdf4a0761dd87fc6cccea389f69f
parent6da98303271aeaa2e8048910c6c0e9d1fd678217 (diff)
downloadranger-1283fd6991a5a83e1dc3aa50056fc53ebe5d121a.tar.gz
ranger-1283fd6991a5a83e1dc3aa50056fc53ebe5d121a.tar.bz2
Adds git-annex plugin
-rw-r--r--.gitmodules3
-rw-r--r--config.dot/ranger/plugins.link/__init__.py0
m---------config.dot/ranger/plugins.link/annex0
l---------config.dot/ranger/plugins.link/annex.py1
4 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..08ac4bc
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "config.dot/ranger/plugins.link/annex"]
+ path = config.dot/ranger/plugins.link/annex
+ url = https://github.com/matze/ranger-annex
diff --git a/config.dot/ranger/plugins.link/__init__.py b/config.dot/ranger/plugins.link/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/config.dot/ranger/plugins.link/__init__.py
diff --git a/config.dot/ranger/plugins.link/annex b/config.dot/ranger/plugins.link/annex
new file mode 160000
+Subproject 82dce96317e2e28096abb8de5b27a93d54547db
diff --git a/config.dot/ranger/plugins.link/annex.py b/config.dot/ranger/plugins.link/annex.py
new file mode 120000
index 0000000..26900c8
--- /dev/null
+++ b/config.dot/ranger/plugins.link/annex.py
@@ -0,0 +1 @@
+annex/annex.py \ No newline at end of file