Skip to content

Commit 7262d4a

Browse files
Maekawa Minoruspenserblacko2sh
authored
Add README.ja.md (#439)
* Add README.ja.md * Add link to Japanese README * Remove "English" section with no link It sort of functioned as a "you are here" but it was concluded to not be needed. Co-authored-by: Ossama Hjaji <[email protected]> * move README.ja.md to docs folder Co-authored-by: Spenser Black <[email protected]> Co-authored-by: Ossama Hjaji <[email protected]>
1 parent f8bf292 commit 7262d4a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
1010
</p>
1111

12+
<p align="center">[<a href="./docs/README.ja.md">日本語</a>]</p>
13+
1214
<img src="assets/react.png" align="right" height="240px">
1315

1416
Onefetch is a command-line Git information tool written in `Rust` that displays project information and code statistics for a local Git repository directly on your terminal. The tool is completely offline - no network access is required.

docs/README.ja.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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/react.png" align="right" height="240px">
13+
14+
Onefetchは`Rust`で書かれたコマンドラインインターフェースのGit情報ツールで、ローカルにあるGitリポジトリのプロジェクト情報やコードの統計をターミナルへ直接表示します。このツールは常にオフラインで動作し、ネットワークへのアクセスは必要ありません。
15+
16+
‎デフォルトの設定ではリポジトリ内の情報は主要な言語のロゴと一緒に表示されますが、代わりに画像(ターミナルでサポートされている場合)やテキスト、または何も表示しないように設定できます。
17+
18+
テキストからオープンソースライセンスを自動的に検出し、ソースコードの配布ページや保留中の変更、依存関係の数(パッケージマネージャーによる)、トップコントリビューター(コミット数による)、ディスク上のサイズ、作成日、LOC(コードの行数)などの有益な情報をユーザーに提供します。
19+
20+
<img src="../assets/kubernetes.png" align="right" height="240px">
21+
22+
Onefetchはコマンドラインフラグを使用してASCII/テキストフォーマットのカスタマイズや情報行の無効化、ファイルやディレクトリの除外、複数のフォーマット(JSON、YAML)での出力など設定できます。
23+
24+
‎現在、Onefetchは50種類以上のプログラミング言語をサポートしています。選択した言語がサポートされていない場合はIssueを追加してください。
25+
26+
貢献は大歓迎です。詳しくは [CONTRIBUTING](https://github.com/o2sh/onefetch/blob/master/CONTRIBUTING.md) をご覧ください。
27+
28+
### 詳細: \[[Wiki](https://github.com/o2sh/onefetch/wiki)\] \[[Installation](https://github.com/o2sh/onefetch/wiki/Installation)\] \[[Getting Started](https://github.com/o2sh/onefetch/wiki/getting-started)\]

0 commit comments

Comments
 (0)