Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matze/ranger-annex
git annex plugin for ranger
https://github.com/matze/ranger-annex
Last synced: about 1 month ago
JSON representation
git annex plugin for ranger
- Host: GitHub
- URL: https://github.com/matze/ranger-annex
- Owner: matze
- Created: 2014-04-27T18:51:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T11:06:09.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T18:21:05.304Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 22
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ranger-awesome - ranger-annex - annex](https://git-annex.branchable.com/) calls into ranger (Plugins)
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/