Why Nostr? What is Njump?
2023-08-25 12:34:24
in reply to

Ramin Honary on Nostr: npub15n2ts…tvgzv thanks, this is a good idea! (I am slightly ashamed that I this ...

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.".
Author Public Key
npub1ft5hkgyyu2ev80qh8pw2ggtecawfza7zlmm0pwvuvhapwll568aq0ychga