1 个不稳定版本
0.1.0 | 2023年4月15日 |
---|
#14 in #clear
7KB
68 行
mxclear: $ clear
with fashion
mxclear 是 Linux 上 clear
命令或 Windows 上 cls
命令的替代品。与其无聊地清除屏幕,为什么不使用矩阵闪烁来擦除屏幕呢?
安装
cargo install --force mxclear
用法
将 clear
替换为 mxclear
如果您想:将 clear
命令替换为 mxclear
alias clear=mxclear
为了在每个会话中启用此功能,请将此行添加到您的 ~/.bashrc
。要撤销此更改,只需从 ~/.bashrc
中删除它并使用
unalias clear
mxclear
命令
`$ clear` with fashion
Usage: mxclear [OPTIONS]
Options:
--style <style> Sets the style froma dotted notation [env: MXCLEAR_STYLE=] [default: green]
--speed <speed> Sets the intervall between updating a line in milliseconds [env: MXCLEAR_SPEED=] [default: 14]
-h, --help Print help
-V, --version Print version
使用环境变量
环境变量可以控制“矩阵行”的样式和速度。只需设置 MXCLEAR_STYLE
和/或 MXCLEAR_SPEED
的值,这些值也可以作为命令行参数提供。
export MXCLEAR_STYLE=red.bold # red and bold text
export MXCLEAR_SPEED=80 # intervall of 80 milliseconds
许可证
此项目许可为以下之一
- MIT 许可证 (LICENSE-MIT 或 https://opensource.org/license/mit/)
- Unlicense (LICENSE-Unlicense 或 https://opensource.org/license/unlicense/)
任选其一。
依赖关系
~1.5–8MB
~54K SLoC