Skip to content

mbrendler/mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirror - mirrors github repositories

./mirror.py --help

Dotfile - ~/.mirror.py

  • load github access token from pass command:
from subprocess import getoutput


def github_authorization():
    return 'token ' + getoutput('pass show github.com/access-token')

About

Mirror github repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published