peanut.dart icon indicating copy to clipboard operation
peanut.dart copied to clipboard

print url of new pages site.

Open ThinkDigitalSoftware opened this issue 4 years ago • 3 comments

Useful data. my userName is thinkdigitalsoftware, git url: https://github.com/ThinkDigitalSoftware/samsung_one_ui_phone.git github pages link: https://thinkdigitalsoftware.github.io/samsung_one_ui_phone/ is it a safe assumption to make to create a url from https://username.github.io/repo_name?

ThinkDigitalSoftware avatar Dec 06 '19 00:12 ThinkDigitalSoftware

Uh...I guess we could parse out the .git/config file (or just run git config) and figure out if there is a github remote.

A reasonable feature request.

PRs welcome!

kevmoo avatar Dec 06 '19 01:12 kevmoo

Well there has to be a github remote, but how do we get a foolproof way of getting the pages url?

On Thu, Dec 5, 2019, 5:06 PM Kevin Moore [email protected] wrote:

Uh...I guess we could parse out the .git/config file (or just run git config) and figure out if there is a github remote.

A reasonable feature request.

PRs welcome!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kevmoo/peanut.dart/issues/70?email_source=notifications&email_token=AFPYO7OXG73WISULUZUF2J3QXGQP3A5CNFSM4JWF55S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGCVTQQ#issuecomment-562387394, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFPYO7IPY3JMEFW7ADMIVI3QXGQP3ANCNFSM4JWF55SQ .

ThinkDigitalSoftware avatar Dec 06 '19 01:12 ThinkDigitalSoftware

On Thu, Dec 5, 2019 at 5:25 PM Jonathan White [email protected] wrote:

Well there has to be a github remote, but how do we get a foolproof way of getting the pages url?

Foolproof? Not sure. [org/user].github.io/repo is pretty reliable, right? There also might be an API call...

On Thu, Dec 5, 2019, 5:06 PM Kevin Moore [email protected] wrote:

Uh...I guess we could parse out the .git/config file (or just run git config) and figure out if there is a github remote.

A reasonable feature request.

PRs welcome!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/kevmoo/peanut.dart/issues/70?email_source=notifications&email_token=AFPYO7OXG73WISULUZUF2J3QXGQP3A5CNFSM4JWF55S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGCVTQQ#issuecomment-562387394 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AFPYO7IPY3JMEFW7ADMIVI3QXGQP3ANCNFSM4JWF55SQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kevmoo/peanut.dart/issues/70?email_source=notifications&email_token=AAAEFCWXQLQ4KR72C24FVC3QXGS2JA5CNFSM4JWF55S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGCWVRA#issuecomment-562391748, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAEFCRNODFH7ZADWOXUYXDQXGS2JANCNFSM4JWF55SQ .

kevmoo avatar Dec 08 '19 01:12 kevmoo