#case #lower-case #upper-case #capital

app scule

一个简单的UTF-8感知、可管道化、大小写转换器

1 个稳定版本

使用旧Rust 2015

1.0.0 2015年10月10日

#8 in #capital

GPL-2.0 许可证

10KB
132

scule 构建状态

scule 是一个简单的UTF-8感知程序,用于更改文本的大小写。 scule 是UTF-8感知的,并且正确地与UTF-8一起工作。 scule 被设计成可以作为管道的一部分或作为管道的开始。当从stdin接收输入时,case是一个流式程序,并将接收到的文本输出。

用法

Usage: scule [options] [<file>]

Options:
    -h, --help  display this help and exit
    -u, --upper  convert to upper case 
    -l, --lower  convert to lower case 
    -v, --version  print the version

它可以用作: scule test.txtecho test | scule

如果您没有指定 --upper--lower,它将默认为 --lower

安装

git clone https://github.com/ddworken/scule.git
cd scule/
cargo build --release
mv target/release/scule /usr/bin/

为什么是 scule

选择scule这个名字是因为它是大写和小写(分别代表大写和小写)的词缀。

依赖项

~4MB
~84K SLoC