Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 847 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 847 Bytes

Bulk Delete Repos

Steps:

  1. Open in a new tab all your github repositories that you want to delete.
  2. Use the OneTab extension to convert them into a list.
  3. Clone this repository and navigate to the directory.
git clone https://github.com/bhavya-dang/bulk-delete-repos.git
cd bulk-delete-repos
  1. Create a file named repos.txt and paste the list of repositories into it.
  2. Run the python script to clean and format the list of repositories. This will generate a new file called output.txt.
python clean_repos_list.py
  1. Run the script to delete the repositories.

    For Windows

    ./bulk_delete_repos.ps1

    For Linux or macOS

    ./bulk_delete_repos.sh