0.1.2 |
|
---|---|
0.1.1 |
|
0.1.0 |
|
#7 in #bionic
10KB
147 代码行
brx
📚(b)ionic (r)eading e(x)change – 在终端中进行 bionic 读取 状态
用法
运行 brx -h
以获取详细用法。
brx 0.1.2
Colby Thomas <coloradocolby@gmail.com>
📚(b)ionic (r)eading e(x)change
flow state bionic reading in the terminal
USAGE:
brx [OPTIONS] [PATH]
ARGS:
<PATH> path to file (or supply input via stdin)
OPTIONS:
-c, --contrast high contrast
-f, --fixation <FIXATION> fixation intensity [default: m] [possible values: l, m, h]
-h, --help Print help information
-s, --saccade <SACCADE> saccade intensity [default: h] [possible values: l, m, h]
-V, --version Print version information
示例
$ echo "the quick brown fox jumps over the lazy dog" | brx
$ brx input.txt | less
$ brx -c -fh -sl input.txt | less
安装
Cargo
$ cargo install brx
Homebrew
incoming @ homebrew-brx
贡献
所有贡献都将受到高度重视。请注意,此项目旨在尽可能轻量级,因此并非每个想法都会被考虑。
如果您有改进 brx 的建议,请克隆存储库并创建 pull request。您也可以简单地创建一个 issue 并选择 功能请求
- 克隆存储库
- 创建您的功能分支 (
git checkout -b [your_username]/xyz
) - 提交您的更改 (
git commit -m '添加一些 xyz'
) - 从 main 分支重新创建 (
git fetch --all && git rebase origin/main
) - 将更改推送到您的分支 (
git push origin [your_username]/xyz
) - 填写 pull request 模板
请参阅 开放问题 以获取提议的功能(以及已知问题的)完整列表。
许可证
在 MIT 许可证下分发。有关更多信息,请参阅 LICENSE.md。
关注
依赖关系
~7MB
~124K SLoC