Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matze/ranger-annex

git annex plugin for ranger
https://github.com/matze/ranger-annex

Last synced: about 2 months ago
JSON representation

git annex plugin for ranger

Awesome Lists containing this project

README

        

## ranger-annex

... is a plugin to integrate [git-annex][] calls within the [ranger][] file
manager. It adds three commands to work with currently selected files and
symlinks:

- `:annex_add` → `git annex add` + `git commit -a`
- `:annex_get` → `git annex get`
- `:annex_drop` → `git annex drop`
- `:annex_copy ` → `git annex copy --to=`
- `:annex_sync` → `git annex sync --fast --quiet`

You can move the `annex.py` manually to `$CONFIG_DIR/plugins` or run `make
install`.

[git-annex]: https://git-annex.branchable.com/
[ranger]: http://ranger.nongnu.org/