#tags #cli #file #ignore #directory #codes #fix

app srgat

Tag (TODO, FIX, FEATHRE, and so on) manegement cli in souce codes

1 unstable release

0.1.0 Dec 13, 2021

#23 in #fix

MIT license

14KB
98 lines

srgat

ファイル内のコメントに書かれたタグを管理する CLI

Rust Codecov GitHub license

Installation

brew install srgat
cargo install srgat

How to use

  • Prints the all saved tags in default file or target file
srgat (target.file)
  • Prints help information
srgat -h (or --help)
  • Prints tags in the file(s) (fuga.rs)
srgat -f (or --files) fuga.rs
  • Prints tags in the directory (./scr)
srgat -r (--recursively) ./scr
  • Ignore the file(s) (hoge.rs)
    NOTE: If you use only this flag, srgat run srgat.
srgat -f ./scr -i hoge.txt
  • TODO: Prints the all saved tags in default file or target file
srgat -t (or --type) (json, csv, table)

Tags

  • TODO:
  • INFO:
  • FIX:
  • WARNING:
  • NOTE:
  • HACK:
  • PERF:

Configuration

Dependencies

~5.5–7.5MB
~139K SLoC