3 个稳定版本

1.0.4 2023年11月20日
1.0.3 2023年5月4日
1.0.2 2023年4月7日

#1234命令行工具

AGPL-1.0-or-later

345KB
110

xny-cli

在命令行中使用 Learn X in Y Minutes 的方法。

我经常在这个页面上查找语言,觉得如果能让它类似于 Linux 中的 man 页面,那就很好了,所以我就写了一个小脚本。

usage gif

安装

使用命令:cargo install xny

如果不可行,您可以从发布版本中下载二进制文件并将其放入路径。

从源安装

git clone [email protected]:YesSeri/xny-cli.git

cargo build --release

# put file in path.

用法

# default viewer is less
xny python

# use bat as viewer
xny python --viewer bat

# list all languages
xny -s

--viewer bat 将输出显示在 bat 中,这是 cat 的语法高亮克隆版。当然,您可以将内容通过管道传递到 bat,但那时您需要手动设置语法高亮。

致谢

非常感谢 Learn X in Y 的创建者!

依赖项

~2.8–4MB
~103K SLoC