Last active
September 30, 2016 09:56
-
-
Save JIghtuse/c73c0c8db10526618c7ee0afc4c4c808 to your computer and use it in GitHub Desktop.
Spellchecking markdown files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Generates list of spellings in *.md files | |
SPELLINGS_FILE=spellings.txt | |
cat ./*.md | aspell list | sort -u > "$SPELLINGS_FILE" | |
#cat spellings.txt >> ~/.aspell.en.pws |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abcabcabc | |
Addr | |
alignof | |
api | |
APIs | |
aren | |
ay | |
b'A | |
backtrace | |
BACKTRACE | |
Bam | |
benchmarking | |
bool | |
boolean | |
booleans | |
Bors | |
bugfix | |
BuildHasher | |
Cagain | |
CamelCase | |
cd | |
cfg | |
ChangeColor | |
ChangeColorMessage | |
chXX | |
chYY | |
cmd | |
cmp | |
Coercions | |
const | |
cpp | |
cratesio | |
cryptographically | |
CStr | |
CString | |
ddb | |
deallocated | |
Deref | |
dereference | |
dereferencing | |
destructure | |
destructuring | |
Destructuring | |
didn | |
dir | |
doccargo | |
doccratesio | |
doesn | |
DoS | |
else's | |
encodings | |
enum | |
Enum | |
enums | |
enum's | |
Enums | |
env | |
exe | |
Executables | |
extern | |
FFFF | |
FFI | |
filename | |
Filename | |
filesystem | |
Filesystem | |
fmt | |
fn | |
formatter | |
fs | |
GC | |
gcc | |
gitignore | |
grapheme | |
Grapheme | |
growable | |
hasher | |
HashMap | |
Haskell | |
hasn | |
helloworld | |
Hmmm | |
Hoare | |
Hola | |
homogenous | |
html | |
img | |
impl | |
ing | |
INI | |
init | |
InvalidDigit | |
io | |
ioresult | |
iostdin | |
IpAddr | |
IpAddrKind | |
Ipv | |
irc | |
irst | |
isize | |
isn | |
iter | |
js | |
judgement | |
lang | |
latin | |
len | |
libc | |
libcore | |
libreoffice | |
lifecycle | |
lol | |
loopback | |
mathematic | |
md | |
metaprogramming | |
mibbit | |
Mibbit | |
mkdir | |
MoveMessage | |
mut | |
Mutex | |
mv | |
namespace | |
namespaced | |
namespaces | |
Noooooooooooooooooooooo | |
null's | |
num | |
OCaml | |
offsetof | |
ok | |
Ok | |
onwards | |
OsStr | |
OsString | |
OSX | |
OtherT | |
ParseIntError | |
performant | |
powi | |
preprocessing | |
Preprocessing | |
preprocessor | |
println | |
priv | |
proc | |
ptr | |
py | |
QuitMessage | |
RAII | |
randcrate | |
rb | |
Rc | |
READMEs | |
rect | |
Rectange | |
redeclaring | |
RefCell | |
rng | |
Rng | |
runtime | |
Rustacean | |
Rustaceans | |
rustc | |
rustdoc | |
rustup | |
semver | |
sizeof | |
someproject | |
someusername | |
SpreadsheetCell | |
sqrt | |
src | |
s's | |
sSf | |
stackoverflow | |
stdin | |
Stdin | |
stdlib | |
str | |
Str | |
struct | |
structs | |
struct's | |
Structs | |
submodule | |
submodules | |
suboptimal | |
subtree | |
svg | |
tac | |
th | |
TODO | |
toml | |
TOML | |
tradeoff | |
tradeoffs | |
TrafficLight | |
trpl | |
tup | |
typeof | |
UFCS | |
unsized | |
USERPROFILE | |
usize | |
UsState | |
UTF | |
vcs | |
ve | |
vec | |
Vec | |
Versioning | |
whitespace | |
workspace | |
workspaces | |
Workspaces | |
wouldn | |
WriteMessage | |
xff | |
YY | |
yyyy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment