Skip to content

Commit

Permalink
update cspell config
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Jan 13, 2019
1 parent 5e18274 commit 6047779
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dist: trusty
language: node_js
node_js:
- "node"
language: minimal
install:
- rm -rf ./node_modules
- nvm install node
- npm --version
- npm install cspell
- ./node_modules/.bin/cspell --version
# - npm install markdownlint-cli
Expand Down
7 changes: 6 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Docsnt",
"wikisnt",
"Erhu",
"submodule",
"snowme",
"snowme34"
],
Expand All @@ -17,10 +18,14 @@
{
"name": "bash",
"path": "./cspell_dict_bash.txt"
},
{
"name": "snow",
"path": "./cspell_dict_snow.txt"
}
],
"dictionaries": [
"bash",
"bash", "snow",
"en_US", "companies", "softwareTerms", "misc",
"go", "python", "powershell", "html", "css", "cpp",
"filetypes", "npm"],
Expand Down
300 changes: 300 additions & 0 deletions cspell_dict_bash.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,300 @@
rsyslog
systemctl
mailog
gdisk
DRDOS
Venix

alias
apropos
apt-get
aptitude
aspell
awk

basename
bash
bc
bg
bind
break
builtin
bzip2

cal
case
cat
cd
cfdisk
chattr
chgrp
chmod
chown
chroot
chkconfig
cksum
clear
cmp
comm
command
continue
cp
cron
crontab
csplit
curl
cut

date
dc
dd
ddrescue
declare
df
diff
diff3
dig
dir
dircolors
dirname
dirs
dmesg
du

echo
egrep
eject
enable
env
ethtool
eval
exec
exit
expect
expand
export
expr

false
fdformat
fdisk
fg
fgrep
file
find
fmt
fold
for
format
free
fsck
ftp
function
fuser

gawk
getopts
grep
groupadd
groupdel
groupmod
groups
gzip

hash
head
help
history
hostname
htop

iconv
id
if
ifconfig
ifdown
ifup
import
install
iostat
ip

jobs
join

kill
killall

less
let
link
ln
local
locate
logname
logout
look
lpc
lpr
lprint
lprintd
lprintq
lprm
lsattr
lsblk
ls
lsof
lspci

make
man
mkdir
mkfifo
mkfile
mkisofs
mknod
mktemp
more
most
mount
mtools
mtr
mv
mmv

nc
netstat
nice
nl
nohup
notify-se
nslookup

open
op

passwd
paste
pathchk
Perf
ping
pgrep
pkill
popd
pr
printcap
printenv
printf
ps
pushd
pv
pwd

quota
quotachec

ram
rar
rcp
read
readarray
readonly
reboot
rename
renice
remsync
return
rev
rm
rmdir
rsync

screen
scp
sdiff
sed
select
seq
set
sftp
shift
shopt
shutdown
sleep
slocate
sort
source
split
ss
ssh
stat
strace
su
sudo
sum
suspend
sync

tail
tar
tee
test
time
timeout
times
touch
top
tput
tracerout
trap
tr
true
tsort
tty
type

ulimit
umask
umount
unalias
uname
unexpand
uniq
units
unrar
unset
unshar
until
uptime
useradd
userdel
usermod
users
uuencode
uudecode

v
vdir
vi
vmstat

w
wait
watch
wc
whereis
which
while
who
whoami
wget
write

xargs
xdg-open
xz
yes
zip
.
!!
###
1 change: 1 addition & 0 deletions cspell_dict_snow.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A B X
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ mail.* -/var/log/mailog

From the man page:

> By default, files are not synced after earch write.
> By default, files are not synced after each write.
> To enable syncing of log files globally, use either the "$ActionFileEnableSync" directive
> or the "sync" parameter to omfile. Enabling this option degrades performance and
> it is advised not to enable syncing unless you know what you are doing.
Expand Down

0 comments on commit 6047779

Please sign in to comment.