What is Nostr?
nobody /
npub138g…k36k
2024-01-17 18:40:04

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
Author Public Key
npub138guayty78ch9k42n3uyz5ch3jcaa3u390647hwq0c83m2lypekq6wk36k