Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Github code opener from cli #203

Merged
merged 3 commits into from
Aug 27, 2020
Merged

Conversation

komaldevnani
Copy link
Contributor

@komaldevnani komaldevnani commented Aug 22, 2020

For issue #91
Generates the perma link to the particular line of code on your github repo which is remote linked with your current git project, from CLI. And copies it to clipboard.
Can be used to share link to the code we are working/reading in our local IDE.

pyperclip.copy(perma_link)


if __name__ == "__main__":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specify sample I/O for your code, You are fetching system arguments so specify the run command in comments.

Everything else LGTM :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SKAUL05 Added sample I/O in comments. Please have a look.

Copy link
Collaborator

@SKAUL05 SKAUL05 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go

@SKAUL05 SKAUL05 merged commit 8533b26 into powerexploit:master Aug 27, 2020
@komaldevnani komaldevnani deleted the github-opener branch August 29, 2020 22:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants