Skip to content

A breadcrumb comment finder made to track your in-line notes

Notifications You must be signed in to change notification settings

astherath/rustler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustler

rustler is a CLI tool written in Rust to easily find, index, and display special breadcrumb comments.

This includes comments that include any of (case insensitive):

  • TODO
  • FIXME
  • XXX
  • NOTE

Installation

cargo install should take care of all dependencies, run cargo build --release to build the binary.

Usage

rustler 1.0
Rustles files for TODO and FIXME comments

USAGE:
rustler <filename> <context>

FLAGS:
-h, --help       Prints help information
-V, --version    Prints version information

ARGS:
<filename>    Sets the input file to rustle
<context>     Tells rustler how many files of surrounding context to return for special lines

About

A breadcrumb comment finder made to track your in-line notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages