Skip to content

A simple way to delete multiple github repositiories at once.

Notifications You must be signed in to change notification settings

bhavya-dang/bulk-delete-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple way to delete multiple github repositiories at once.

Topics

Resources

Stars

Watchers

Forks