srgat

Crates.iosrgat
lib.rssrgat
version0.1.0
sourcesrc
created_at2021-12-13 14:17:54.164498
updated_at2021-12-13 14:17:54.164498
descriptionTag (TODO, FIX, FEATHRE, and so on) manegement cli in souce codes
homepage
repositoryhttps://github.com/w40141/srgat
max_upload_size
id497161
size104,528
Daisuke Oku (w40141)

documentation

README

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

Commit count: 13

cargo fmt