/ranger-gitplug

Github integration for ranger file manager

Primary LanguagePythonMIT LicenseMIT

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