nobody on Nostr: Thanks for reminder to make my life easier. In case you prefer more lightweight ...
Thanks for reminder to make my life easier. In case you prefer more lightweight terminal function instead
(You can modify this for Linux with `| xclip -selection clipboard` instead `| pbpaste...` 🆒) alritey then 🏃♂️
```
uppercase_and_copy() {
local uppercased=$(echo "$1" | tr '[:lower:]' '[:upper:]')
echo "$uppercased" | pbcopy
echo "Text copied to clipboard: $uppercased"
}
```
ITS MAGIC
note1l8v…u20z
Published at
2024-01-17 18:40:04Event JSON
{
"id": "ee0786e58ac7ec3a8aa13111c9c9ca0cd7286b67f3967b527725913472329e73",
"pubkey": "89d1ce9164f1f172daaa9c784153178cb1dec7912bf55f5dc07e0f1dabe40e6c",
"created_at": 1705516804,
"kind": 1,
"tags": [
[
"e",
"311ad3d68cac1c7ceb38bf3752cb0b840e03ae9efaacc2d82b70a3aded4b2ba8",
"",
"mention"
],
[
"p",
"769f03d2e964058793489c706951ad10a897680217b9a0cc9dce146c2b3684f3",
"",
"mention"
]
],
"content": "Thanks for reminder to make my life easier. In case you prefer more lightweight terminal function instead\n\n(You can modify this for Linux with `| xclip -selection clipboard` instead `| pbpaste...` 🆒) alritey then 🏃♂️\n\n```\nuppercase_and_copy() {\n local uppercased=$(echo \"$1\" | tr '[:lower:]' '[:upper:]')\n echo \"$uppercased\" | pbcopy\n echo \"Text copied to clipboard: $uppercased\"\n}\n```\n\nnostr:nevent1qqsrzxkn66x2c8ruavut7d6jev9cgrsr46004txzmq4hpgada49jh2qpz3mhxue69uhhyetvv9ujuerpd46hxtnfdupzqa5lq0fwjeq9s7f538rsd9g66y9gja5qy9ae5rxfmns5ds4ndp8nqvzqqqqqqytppqg0",
"sig": "76a3975ca91b7e7dc5aad19916224f419671556f2d68ee00d05a9fa7050a21c75f5cbe37d6d040801c05951fe3b3709910ca03afb428d8318318720a53d83956"
}