2 个版本
0.1.1 | 2023年3月2日 |
---|---|
0.1.0 | 2023年3月1日 |
#4 in #hack
8KB
51 行
hecker
假装你是一个黑客,或者像好莱坞电影里的黑客一样。
hecker 是一个命令行工具,让你看起来像一名专业的黑客——至少对于那些不太了解黑客的人来说是这样。当你执行终端中的脚本时,它会读取按下的键,但写入来自 C 文件的字符。你也可以用一些选项更改该内容。
安装
使用 Cargo 安装 hecker
$ cargo install hecker
用法
Pretend you are a hacker or feel like one from Hollywood
Usage: hecker [OPTIONS] [source]
Arguments:
[source] Specify the source of the text to display. [default: https://raw.githubusercontent.com/torvalds/linux/master/kernel/events/internal.h]
Options:
--type <type> The type of the source. [default: url] [possible values: file, text, url]
-c, --clear Clears the screen before running.
-h, --help Print help
-V, --version Print version
待办事项
- 代码高亮。
- 以 Caracal 作为标志。
变更日志
0.1.1
- 改进了错误信息。
- 为
source
选项添加了帮助。
0.1.0
- 🎉 发布
链接
依赖
~3–11MB
~124K SLoC