Skip to content

langston-barrett/ttlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttlint

ttlint is a Tiny Text Linter. It uses the very fast Aho-Corasick algorithm to search for a set of strings.

By default, it searches for:

Features

  • Checks for the presence of certain substrings

  • Very fast

  • --fix mode available

  • Precompiled binaries available

  • Safe, doesn't panic

  • <300 lines of code

  • GitHub actions:

Non-Features

  • No recursive mode, use find/xargs/shell globs
  • Not parallel, use xargs, make, or ninja

Install

Download a binary from the releases page, or build with Cargo:

cargo install --locked ttlint

About

a tiny text linter

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors