https://github.com/metrue/correr
a typo checking tool in Ruby
https://github.com/metrue/correr
Last synced: 3 months ago
JSON representation
a typo checking tool in Ruby
- Host: GitHub
- URL: https://github.com/metrue/correr
- Owner: metrue
- Created: 2015-02-09T08:11:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T06:45:41.000Z (about 10 years ago)
- Last Synced: 2024-04-17T14:17:33.107Z (about 1 year ago)
- Language: Ruby
- Size: 5.54 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### typocheck
comments typo checking tool
==========
### Usage
Check typo for words
```
$ ./typocheck.rb -w gdd,blessm,me
```Check typo for files
```
$ ./typocheck.rb -f file1,file2,...
```Get more help with
```
$ ./typocheck.rb -h
```Or install with RubyGems
```
$ gem install typocheck
$ typocheck -h # to get help before start
```### License
typocheck is published under MIT License
Copyright (c) 2014 Minghe Huang (@metrue)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.