divinites / gissues

A sublime text plug-in to manage GitHub repo issues :fire:
11 stars 2 forks source link

Consider reading .netrc from the user's home directory #114

Open rwols opened 7 years ago

rwols commented 7 years ago

I have my GitHub tokens in my .netrc, could this plugin read those as an alternative to having them in the settings file?

divinites commented 7 years ago

No, it cannot read .netrc at this moment.

jayvdb commented 4 years ago

@rwols what apps support storing GitHub tokens in .netrc ?

mzpqnxow commented 3 years ago

@rwols what apps support storing GitHub tokens in .netrc ?

wget, curl, ...

Also, the Python requests package supports it as well

EDIT: There's also an unofficial git-credential helper in the contrib directory of the git repo here