File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 10
10
</p >
11
11
12
12
<p align =" center " >
13
- <a href =" docs/README.ja.md " >日本語</a > | <a href =" docs/README.fa.md " >فارسی</a >
13
+ <a href =" docs/README.ja.md " >日本語</a > | <a href =" docs/README.fa.md " >فارسی</a > | < a href = " docs/README.cn.md " >简体中文</ a >
14
14
</p >
15
15
16
16
<img src =" assets/screenshot-1.png " align =" right " height =" 240px " >
Original file line number Diff line number Diff line change
1
+ <h3 align =" center " ><img src =" ../assets/onefetch.svg " height =" 130px " ></h3 >
2
+
3
+ <h5 align =" center " >Rust编写的一款命令行Git信息工具</h5 >
4
+
5
+ <p align =" center " >
6
+ <a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/crates/v/onefetch.svg" alt="cargo"></a>
7
+ <a href="https://github.com/o2sh/onefetch/actions"><img src="https://github.com/o2sh/onefetch/workflows/CI/badge.svg" alt="Build Status"></a>
8
+ <a href="https://github.com/o2sh/onefetch/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><img src="https://img.shields.io/github/issues/o2sh/onefetch/help%20wanted?color=green" alt="help wanted"></a>
9
+ <a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
10
+ </p >
11
+
12
+ <img src =" ../assets/screenshot-1.png " align =" right " height =" 240px " >
13
+
14
+ Onefetch 是一款由 ` Rust ` 编写的命令行 Git 信息工具,它将直接在终端中展示本地 Git 仓库的项目详情和代码统计等内容。工具完全离线可用(不需要网络连接)。<br ><br >
15
+
16
+ 默认情况下,仓库信息显示在主要语言 logo 的旁边,但是您还可以进一步配置 onefetch 以使用图像(在支持的终端上)、文本输入或什么都不展示。<br ><br >
17
+
18
+ 它会自动从文本中检测开源许可证,并为用户提供有价值的信息,例如代码分发、pending、依赖数量(使用包管理器)、主要贡献者(按提交次数)、占用磁盘大小、创建日期、LOC(代码行数)等。<br ><br >
19
+
20
+ <img src =" ../assets/screenshot-2.png " align =" right " height =" 240px " >
21
+
22
+ Onefetch 可以通过命令行参数进行配置,以准确显示您想要的内容和方式:您可以自定义 ASCII/文本格式、禁用信息行、忽略文件和目录、以多种格式输出(Json、Yaml),等等。<br ><br >
23
+
24
+ 截至目前,onefetch 支持超过 50 种不同的编程语言;如果您选择的语言不受支持:创建一个 issue,我们将尽快适配。<br ><br >
25
+
26
+ 欢迎大家一起来维护项目!详见 [ CONTRIBUTING] ( CONTRIBUTING.md ) .<br ><br >
27
+
28
+ ### 更多: \[ [ Wiki] ( https://github.com/o2sh/onefetch/wiki ) \] \[ [ 安装] ( https://github.com/o2sh/onefetch/wiki/Installation ) \] \[ [ 开始使用] ( https://github.com/o2sh/onefetch/wiki/getting-started ) \]
You can’t perform that action at this time.
0 commit comments