Skip to content

Powerful and simple solution to spell check code in command line

Notifications You must be signed in to change notification settings

redguardtoo/jqcuo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jqcuo

Powerful and simple solution to spell check code in command line.

Install

Run below commands in shell,

# Ubuntu/Debian
sudo apt install -y emacs25 aspell aspell-en && git clone https://github.com/redguardtoo/jqcuo.git && #+end_src

Usage

One line to spell check all files in current directory,

emacs --batch -Q -l jqcuo/init.el --eval '(my-spell-check-directory ".")'

One line to spell check file,

emacs --batch -Q -l jqcuo/init.el --eval '(my-spell-check-file "src/hello.js")'

Live Demo.

FAQ

Set up personal plain text dictionary

Open personal-dictionary.txt. Make sure its header (the first line) has correct format. Then add your own words into this file.

You can also check init.el to see how this dictionary is passed to aspell command line program.

Programming Languages Supported

NameSupported
CYes
JavaYes
PythonYes
C++Yes
C#Yes
Visual BasicYes
JavaScriptYes
PHPYes
HTMLYes
CSSYes
SCSSYes
RYes
SQLYes
GoYes
SwiftYes
PerlYes
Assembly languageYes
RubyYes
MATLABNo
OctaveNo
GroovyYes
RustYes
Objective-CYes
DartYes
LogoNo
SASYes
ScratchNo
DYes
JuliaYes
PascalYes
ABAPNo
ScalaYes
SchemeNo
COBOLYes
KotlinYes
LispYes
OpenEdge ABLNo
FortranYes
AdaYes
LuaYes
LabVIEWNo
prologYes
TypeScriptYes
VBScriptYes
HaskellYes
HackNo
ApexNo
PowerShellYes
BashYes
ClojureYes
FountainYes
VimScriptYes
CSVYes
YamlYes
VerilogYes
OrgYes
MarkdownYes

About

Powerful and simple solution to spell check code in command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published