Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (25 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 586 Bytes

gitplug

Development will not be continued. Feel free to fork and upgrade.

git plugin for ranger file manager.

Install:

git clone https://github.com/yonghie/ranger-gitplug
cd ranger-gitplug
make install

Working command list:

  • :git init
  • :git status
  • :git clone <url>
  • :git add <file>
  • :git rm <file>
  • :git restore <file>
  • :git remote add/rm <name> <url>
  • :git push
  • :git commit <text>

TODO:

  • :git push
  • :git remote
  • tabbing
  • something more i think