Crates.io | rstler |
lib.rs | rstler |
version | 1.0.0 |
source | src |
created_at | 2022-03-28 18:34:45.249886 |
updated_at | 2022-03-28 18:34:45.249886 |
description | An inline breadcrumb tracker that exports to md |
homepage | |
repository | https://github.com/astherath/rustler |
max_upload_size | |
id | 558090 |
size | 39,026 |
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
cargo install
should take care of all dependencies, run cargo build --release
to build the binary.
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