#pipe #prints #terminal #saver

app rpipes

一个打印管道的“终端保存器”程序

2 个版本

使用旧版 Rust 2015

0.1.1 2018年8月10日
0.1.0 2018年8月9日

#6 in #saver

GPL-3.0-only

17KB
297

要求

rpipes 需要安装 ncursesw(支持宽字符)开发库。

在 Ubuntu 上,可以使用以下命令安装此库:sudo apt-get install libncursesw5-dev

用法

    rpipes 1.0
    Joshua Karns
    Prints moving pipes in the terminal
    
    USAGE:
        rpipes [OPTIONS]
    
    FLAGS:
        -h, --help       Prints help information
        -V, --version    Prints version information
    
    OPTIONS:
        -c, --charset <charset>      Sets the character set to be used
        -s, --colorset <colorset>    Sets the color set to be used
        -d, --delay <delay>          the delay between updates (ms).
        -M, --max_len <max_len>      The maximum length a pipe will be before it turns.
        -m, --min_len <min_len>      The minimum length of a pipe before it turns.
        -n, --numpipes <numpipes>    The number of pipes to be drawn at the same time.

待办事项

  • 在流行的 Linux 发行版上进行测试
  • 在 Windows 上进行测试
  • 在 MacOSX 上进行测试

依赖关系

~3–10MB
~97K SLoC