fork-sweeper

Remove unused GitHub forks

Stars
23

Bot releases are hidden (Show)

fork-sweeper - v0.2.0 Latest Release

Published by rednafi 7 months ago

  • The CLI will now list the forked repositories that will and will not be deleted:

    fork-sweeper --owner rednafi --token $GITHUB_TOKEN --older-than-days 0
    

    This returns:

    Fetching forked repositories for rednafi...
    
    Guarded forked repos [won't be deleted]:
    
    Unguarded forked repos [will be deleted]:
        - https://github.com/rednafi/cpython
        - https://github.com/rednafi/dysconfig
        - https://github.com/rednafi/pydantic
    
  • Explicitly filter out forked repositories with fuzzy name matching:

    fork-sweeper --owner "rednafi" --token $GITHUB_TOKEN --older-than-days 0 --guard 'py'
    

    This prints:

      Fetching forked repositories for rednafi...
    
      Guarded forked repos [won't be deleted]:
          - https://github.com/rednafi/cpython
          - https://github.com/rednafi/pydantic
    
      Unguarded forked repos [will be deleted]:
          - https://github.com/rednafi/dysconfig
    
fork-sweeper - v0.1.3

Published by rednafi 8 months ago

  • Internal refactorings
fork-sweeper - v0.1.2

Published by rednafi 8 months ago

Minor bug fixes

fork-sweeper - v0.1.1

Published by rednafi 8 months ago

  • The CLI will now print more informative error messages
fork-sweeper - v0.1.0

Published by rednafi 8 months ago

Initial release