Last active
February 11, 2024 19:01
-
-
Save Yousuf28/bc161411ac4cef5287b366d9e5ffff53 to your computer and use it in GitHub Desktop.
windows git bash (copy from clipboard)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from terminal to clipboard | |
echo "hello world" > /dev/clipboard | |
pass show personal/loom |head -n 1 > /dev/clipboard | |
# from clipboard to terminal | |
cat /dev/clipboard > save.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment