Ramin Honary on Nostr: npub15n2ts…tvgzv thanks, this is a good idea! (I am slightly ashamed that I this ...
npub15n2tsslsw7pxqqcnkmw0fx2ylys3rxpf6y6jfhcvg778zy80qwjs3tvgzv (npub15n2…vgzv) thanks, this is a good idea! (I am slightly ashamed that I this did not occur to me.)
Unfortunately, I can't figure out how to generate a list of words from the dictionary file. I read the manual page and I tried this command:
if [ -f '/usr/share/aspell' ]; then
echo 'Found spelling file';
gunzip -ck '/usr/share/aspell/en-common.cwl.gz' | word-list-compress -d;
else
echo 'Spelling file not found.'
fi;
But the result is:
Found spelling file
ERROR: Corrupt Input.".
Published at
2023-08-25 12:34:24Event JSON
{
"id": "a570339de74d440e722adbc67294a9903422163e84eb19d605657a1fc1c8e6db",
"pubkey": "4ae97b2084e2b2c3bc17385ca42179c75c9177c2fef6f0b99c65fa177ff4d1fa",
"created_at": 1692966864,
"kind": 1,
"tags": [
[
"p",
"a4d4b843f07782600313b6dcf49944f921119829d13524df0c47bc7110ef03a5",
"wss://relay.mostr.pub"
],
[
"p",
"9a46533a5dc2d350c64e027e28ecb1cb254729d246cf09d08577456ec985da28",
"wss://relay.mostr.pub"
],
[
"e",
"6ce25ba29103e67fd983d7fb8669c7caf0addb779126f9ec03e5ae2cd4a76c5c",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://emacs.ch/users/ramin_hal9001/statuses/110950276429479692",
"activitypub"
]
],
"content": "nostr:npub15n2tsslsw7pxqqcnkmw0fx2ylys3rxpf6y6jfhcvg778zy80qwjs3tvgzv thanks, this is a good idea! (I am slightly ashamed that I this did not occur to me.)\nUnfortunately, I can't figure out how to generate a list of words from the dictionary file. I read the manual page and I tried this command:\n\n\n\n\n\n\nif [ -f '/usr/share/aspell' ]; then\n echo 'Found spelling file';\n gunzip -ck '/usr/share/aspell/en-common.cwl.gz' | word-list-compress -d;\nelse\n echo 'Spelling file not found.'\nfi;\n\nBut the result is:\n\nFound spelling file\nERROR: Corrupt Input.\".",
"sig": "c23e63a103b0fe095851e210098b60352a02776b52b857ab3d22759a00f54b5d4403d7687c4675ed9686ffcd5d47099bd80ff49e155dbcdecf24d1127eafe91a"
}