We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82be27d commit 82dce96Copy full SHA for 82dce96
README.md
@@ -4,9 +4,11 @@
4
manager. It adds three commands to work with currently selected files and
5
symlinks:
6
7
+- `:annex_add` → `git annex add` + `git commit -a`
8
- `:annex_get` → `git annex get`
9
- `:annex_drop` → `git annex drop`
10
- `:annex_copy <remote>` → `git annex copy --to=<remote>`
11
+- `:annex_sync` → `git annex sync --fast --quiet`
12
13
You can move the `annex.py` manually to `$CONFIG_DIR/plugins` or run `make
14
install`.
0 commit comments