Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added auto-copy feature that copies code executed by pdai to clipboard. #336

Closed
wants to merge 4 commits into from

Conversation

yassinkortam
Copy link
Contributor

@gventuri
Copy link
Collaborator

gventuri commented Jul 4, 2023

@yassinkortam tests are failing!

@yassinkortam
Copy link
Contributor Author

To avoid using the pyperclip module as requested, I created my own copy and paste functions. They will only work on Unix / Linux based systems. There are a few edge cases I did not account for yet regarding quotation marks and so that will be fixed in a future commit.

@gventuri
Copy link
Collaborator

gventuri commented Jul 7, 2023

@yassinkortam the test is failing. Don't know if it's because the test env doesn't have a "clipboard".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto Copy Code into Clipboard
2 participants