We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I often find myself cleaning up the pipes (|), e.g.
|
?146 Downloads $ vid main Pybites YouTube Videos ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Title ┃ Url ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ Pybites Podcast 131 - Write more maintainable Python code, avoid these 15 code smells │ https://www.youtube.com/watch?v=E8K0eS7dHvk │ │ How to add an entry point to your Python package │ https://www.youtube.com/watch?v=ERRIJUvK5Q0 │ │ if __name__ == "__main__": explained │ https://www.youtube.com/watch?v=ubpFY7_dAW4 │ │ Exploring Python dataclasses │ https://www.youtube.com/watch?v=saCd6PtvYl4 │ └───────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
So would be nice to have a way to get the link or title+link to the clipboard without this manual cleanup step.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I often find myself cleaning up the pipes (
|
), e.g.So would be nice to have a way to get the link or title+link to the clipboard without this manual cleanup step.
The text was updated successfully, but these errors were encountered: