What is Nostr?
Jim P. /
npub1hmu…k6rx
2024-07-01 19:59:33
in reply to nevent1q…pc5g

Jim P. on Nostr: I haven't found anything good to do quote wrapping either, you'd hate this little bit ...

I haven't found anything good to do quote wrapping either, you'd hate this little bit of fun I cooked up recently for a dialog(1) based file picker

```
IMAGES=$(/usr/bin/find ${IMAGE_PATH} -type f -print0 | \
/usr/bin/sort -z | \
/usr/bin/xargs -r0 /usr/bin/realpath -z --relative-to="${IMAGE_PATH}" | \
/usr/bin/xargs -r0 -I % echo "%")
```

[pause for eye twitching]
Author Public Key
npub1hmur9dkqez4et4vv2vf73e7qamc2k535hm7hwvh5jmvwvxzdnupsuhk6rx