Giter VIP home page Giter VIP logo

rscheck's Introduction

rscheck

๐Ÿš€ rscheck - blazingly fast spell checker written in rust ๐Ÿš€

rscheck is a tool designed to empower you to catch and correct spelling errors in any document or codebase. rscheck has 2 built-in functions to parse keywords in PascalCase, camelCase, snake_case and MACRO_CASE

Key Features:

๐Ÿฆ€ Written in rust

Usage

rscheck -t [target] -w [wordlist]
-t or --target - set a target file or directory
-w or --wordlist - set a wordlist with valid words (optional)
-i or --ignore - set wordlist of words to be ignored (optional)
-e or --extension - set extension to scan (optional)
-xe or --exclude-extension - exclude specific extension (optional)
-xp or --exclude-path - exclude specific directory or file (optional)
--min and --max - minimum and maximum length of word (optional)

Args can be combined like
rscheck -t file.txt -t dir/ -w wordlist.txt -w wordlist2.txt -i to_be_ignored.txt -e rs -e cpp -xp dir/subdir/

--min and --max are the only args that can be used only once"###;

Example

rscheck -t file.txt -t dir/ -w wordlist.txt -w wordlist2.txt -i to_be_ignored.txt -e rs -e cpp -xp dir/subdir/

rscheck's People

Contributors

aqbifzl avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.