Crates.io | brx |
lib.rs | brx |
version | 0.1.2 |
source | src |
created_at | 2022-06-04 06:43:48.448986 |
updated_at | 2022-06-05 03:11:43.159466 |
description | 📚 flow state bionic reading in the terminal |
homepage | https://github.com/coloradocolby/brx |
repository | https://github.com/coloradocolby/brx.git |
max_upload_size | |
id | 599586 |
size | 18,045 |
📚(b)ionic (r)eading e(x)change – flow state bionic reading in the terminal
For detailed usage run 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 install brx
incoming @ homebrew-brx
All contributions are greatly appreciated. Please keep in mind this project is meant to be as lightweight as possible, so not every idea will be considered.
If you have a suggestion that would make brx better, please fork the
repo and create a pull
request. You can also
simply open an issue and select Feature Request
git checkout -b [your_username]/xyz
)git commit -m 'add some xyz'
)git fetch --all && git rebase origin/main
)git push origin [your_username]/xyz
)See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.md for more information.