mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

dbat :godot:

Is there an easy way to check the spelling of a single word on the command line?

I can check files, but I just wanna know one word.

Guess:

echo "spellung" | aspell -a

Seems to be ok.

Okay, new 'spell' script in the house!

@dbat there is no easy way to check the spelling of a word in general
I have a file with every english word if you want to look at it

@efi Argh! I got the same file, but it seems like a gap!

@efi I mean a gap in the usefulness of it.

@dbat if you grep word file, you can see if the file has the word, but