2 个不稳定版本
0.2.0 | 2022年12月18日 |
---|---|
0.1.0 | 2022年7月3日 |
#28 在 #mind
18KB
501 行
feofetch
又一个(x)fetch 工具,用 Rust 编写,考虑跨平台兼容。
关于跨平台说明
这个程序专门使用跨平台库编写,理论上应该在 Windows、MacOS 和 Linux 上编译和运行。然而,这个程序到目前为止只在 Linux 上进行了测试,其他操作系统可能缺少很多功能。
欢迎任何关于此的功能请求、错误报告或拉取请求!
安装
使用 cargo
feofetch
可以使用 cargo 安装。
cargo install feofetch
从源码构建
如果您想获取最新构建版本,可以直接从源码构建。这需要在您的系统上安装 rust。
git clone https:#github.com/ProspectPyxis/feofetch.git
# Or download the source code zip file directly and extract
cd feofetch/
cargo install --path .
使用
只需在终端中运行 feofetch
feofetch
程序还支持各种命令行标志。
Usage: feofetch [OPTIONS]
Options:
-c, --config-path <CONFIG_PATH> Override default config location with the specified path
-x, --x-offset <X_OFFSET> Set x-offset to this number, overriding config
-y, --y-offset <Y_OFFSET> Set y-offset to this number, overriding config
-p, --padding-lines <PADDING_LINES> Set padding lines to this number, overriding config
-h, --help Print help information
-V, --version Print version information
配置
有关如何配置此程序的说明,请参阅 CONFIGURATION.md。
贡献
欢迎任何拉取请求、问题或功能请求!
许可证
此项目可根据您的选择,在 Apache 许可证,版本 2.0 或 MIT 许可证 下使用。
依赖项
~5–34MB
~520K SLoC