All Projects → ss18 → grep-typos

ss18 / grep-typos

Licence: MIT license
Quickly check your project for typos

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to grep-typos

Vim Grepper
👾 Helps you win at grep.
Stars: ✭ 1,030 (+2412.2%)
Mutual labels:  grep
Ack2
**ack 2 is no longer being maintained. ack 3 is the latest version.**
Stars: ✭ 1,504 (+3568.29%)
Mutual labels:  grep
Learn gnugrep ripgrep
Example based guide to mastering GNU grep and ripgrep
Stars: ✭ 204 (+397.56%)
Mutual labels:  grep
Rare
Fast, realtime regex-extraction, and aggregation into common formats such as histograms, numerical summaries, tables, and more!
Stars: ✭ 76 (+85.37%)
Mutual labels:  grep
Command Line Text Processing
⚡ From finding text to search and replace, from sorting to beautifying text and more 🎨
Stars: ✭ 9,771 (+23731.71%)
Mutual labels:  grep
Dategrep
print lines matching a time range
Stars: ✭ 159 (+287.8%)
Mutual labels:  grep
Sakura
SAKURA Editor (Japanese text editor for MS Windows)
Stars: ✭ 689 (+1580.49%)
Mutual labels:  grep
stream-editor
A web tool for interactively using and chaining command-line text manipulation utilities like sed, grep, and awk.
Stars: ✭ 25 (-39.02%)
Mutual labels:  grep
Ucg
UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.
Stars: ✭ 117 (+185.37%)
Mutual labels:  grep
Ruplacer
Find and replace text in source files
Stars: ✭ 201 (+390.24%)
Mutual labels:  grep
Wheel
Quick navigation framework for Vim and Neovim : buffer groups, mru, locate, find, grep, outline, yank, ...
Stars: ✭ 94 (+129.27%)
Mutual labels:  grep
Bingrep
like ~~grep~~ UBER, but for binaries
Stars: ✭ 1,395 (+3302.44%)
Mutual labels:  grep
Goreplace
command line tool for search and replace
Stars: ✭ 164 (+300%)
Mutual labels:  grep
Comb
Interactive code auditing and grep tool in Emacs Lisp
Stars: ✭ 58 (+41.46%)
Mutual labels:  grep
Grab
experimental and very fast implementation of a grep
Stars: ✭ 230 (+460.98%)
Mutual labels:  grep
Ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Stars: ✭ 28,564 (+69568.29%)
Mutual labels:  grep
Grepbugs
A regex based source code scanner.
Stars: ✭ 118 (+187.8%)
Mutual labels:  grep
gtsearch
Web `grep` for Git repositories
Stars: ✭ 15 (-63.41%)
Mutual labels:  grep
Amber
A code search / replace tool
Stars: ✭ 230 (+460.98%)
Mutual labels:  grep
Phpgrep
Syntax-aware grep for PHP code.
Stars: ✭ 185 (+351.22%)
Mutual labels:  grep

Quickly check your project for most common typos and misspellings.

Usage

Options

--substrings

Match substrings in searched text. This option will cause the script to use the data/typos.txt database. Default script behavior without the --substrings option is to match data/common_misspellings.txt against whole words only.

--exclude=[EXCLUSIONS]

Exclude specified files from processing.

Example

git clone [email protected]:ss18/grep-typos.git

cd grep-typos

./grep_typos.sh --substrings /Users/semenzhydenko/Projects/Private/PetProject

Contributing

  1. Fork this repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a pull request

License

Project is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].