Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 586 Bytes

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_addgit annex add + git commit -a
  • :annex_getgit annex get
  • :annex_dropgit annex drop
  • :annex_copy <remote>git annex copy --to=<remote>
  • :annex_syncgit annex sync --fast --quiet

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