rstler

Crates.iorstler
lib.rsrstler
version1.0.0
sourcesrc
created_at2022-03-28 18:34:45.249886
updated_at2022-03-28 18:34:45.249886
descriptionAn inline breadcrumb tracker that exports to md
homepage
repositoryhttps://github.com/astherath/rustler
max_upload_size
id558090
size39,026
Felipe Arce (astherath)

documentation

README

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
Commit count: 38

cargo fmt