/Repo_Helper

Simplify repo commands.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Repo_Helper

Clone and Install.

1) git clone https://github.com/ABHIRAMSHIBU/Repo_Helper.git fr
2) cd fr
3) Do install procedure ( Given below )

Description

This is a program written purely in python version 2.
This program helps to
  • Simplify repo sync -c --force-sync --force-broken --no-clone-bundle --no-tags with just fr --sync-all
  • To delete all .lock files, you can just use fr --fix-lock
  • To delete all empty files, you can just use fr --fix-empty
  • You can also cascade all commands eg fr --fix-empty --fix-broken --sync-all

    Install and uninstall info.

    1. To install run ./fr --install
    2. To uninstall run ./fr --uninstall