1 unstable release
0.1.0 | Dec 13, 2021 |
---|
#23 in #fix
14KB
98 lines
srgat
ファイル内のコメントに書かれたタグを管理する CLI
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 runsrgat
.
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