4 个版本
0.1.3 | 2019 年 1 月 7 日 |
---|---|
0.1.2 | 2019 年 1 月 1 日 |
0.1.1 | 2018 年 12 月 30 日 |
0.1.0 | 2018 年 12 月 27 日 |
#40 在 #journal
6KB
70 行
journal_cli
一个简单的命令行工具,用于为您的项目编写小型日记条目。
用法
此工具用于编写项目日记条目或笔记。
要添加条目或笔记,请在命令行中写入以下内容
journal_cli -m "foo bar"
要删除日志文件,使用以下命令
journal_cli --empty
如果您为条目或笔记使用了自定义路径,请使用以下命令
journal_cli --empty --path "YOUR PATH"
以下是 journal_cli 所有可能的标志和选项
USAGE:
journal_cli [FLAGS] [OPTIONS]
FLAGS:
-e, --empty Option to empty the log file. If you used a custom path you need to also pass this as an argument.
-h, --help Prints help information
-n, --noheader Option to write to the file without a header
-V, --version Prints version information
OPTIONS:
-m, --message <message> The log message [default: ]
-p, --path <path> The path where the message will be saved [default: ./log.txt]
当创建超过 99 个日志条目时,编号会中断。这将在未来的版本中得到修复
安装
需要您已安装 Rust 2018。Journal_cli 发布到 crates.io,可以使用以下命令安装。
cargo install journal_cli
更新
因为 journal_cli 通过 crates.io 安装,所以您必须重新安装包才能更新它。
cargo install journal_cli --force
依赖关系
~3.5MB
~61K SLoC