-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Turkish Translations * Fixed a typo. * Fixed a deadlink
- Loading branch information
4Chaffenel
authored
Aug 3, 2023
1 parent
e309410
commit 8e3bb33
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<h3 align="center"><img src="../assets/onefetch.svg" height="130px"></h3> | ||
|
||
<h5 align="center">Rust ile yazılmış komut satırı Git bilgi aracı.</h5> | ||
|
||
<p align="center"> | ||
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/crates/v/onefetch.svg" alt="cargo"></a> | ||
<a href="https://github.com/o2sh/onefetch/actions"><img src="https://github.com/o2sh/onefetch/workflows/CI/badge.svg" alt="Build Status"></a> | ||
<a href="https://onefetch.dev"><img src="../assets/language-badge.svg"></a> | ||
<a href="https://github.com/o2sh/onefetch/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%9D%93+help+wanted%22"><img src="https://img.shields.io/github/issues/o2sh/onefetch/%E2%9D%93%20help%20wanted?color=green" alt="help wanted"></a> | ||
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a> | ||
<img src="../assets/msrv-badge.svg"> | ||
</p> | ||
|
||
<img src="../assets/screenshot-1.png" align="right" height="250px"> | ||
|
||
Onefetch, Rust ile yazılmış ,yerel bir Git deposu için proje bilgilerini ve kod istatistiklerini doğrudan terminalinize görüntüleyen bir komut satırı Git bilgi aracıdır. Araç tamamen çevrimdışıdır yani ağ erişimi gerekmez. | ||
|
||
Varsayılan olarak, deponun bilgileri baskın dilin logosuyla birlikte görüntülenir, ancak onefetch'i bunun yerine bir resim - sadece desteklenen terminallerde - , bir metin girişi veya hiçbir şey kullanmayacak şekilde yapılandırabilirsiniz. | ||
|
||
Açık kaynak lisanslarını metinlerden otomatik olarak algılar ve kullanıcıya kod dağıtımı, bekleyen değişiklikler, bağımlılık sayısı (paket yöneticisine göre), en çok katkıda bulunanlar ("git commit" sayısına göre), diskteki boyut, oluşturma tarihi, yazın kod satırları sayısı, vb. gibi değerli bilgiler sağlar. | ||
|
||
<img src="../assets/screenshot-2.png" align="right" height="250px"> | ||
|
||
Onefetch, tam olarak istediğinizi, istediğiniz şekilde görüntülemek için komut satırı bayrakları aracılığıyla yapılandırılabilir: ASCII / Metin biçimlendirmesini özelleştirebilir, bilgi satırlarını devre dışı bırakabilir, dosyaları ve dizinleri yok sayabilir, birden çok biçimde (Json, Yaml) çıktısı ve benzerini alabilirsiniz. | ||
|
||
Onefetch şu anda, [100'den fazla farklı programlama dilini desteklemektedir](https://onefetch.dev) ; seçtiğiniz dil desteklenmiyorsa: Bir "issue" açın ve o dil desteği eklenecektir. | ||
|
||
Katkıda bulunabilirsiniz! Daha fazlası için [CONTRIBUTING](../CONTRIBUTING.md)'a bir göz atın. | ||
|
||
### Daha Fazla: \[[Viki](https://github.com/o2sh/onefetch/wiki)\] \[[Kurulum](https://github.com/o2sh/onefetch/wiki/Installation)\] \[[Başlarken](https://github.com/o2sh/onefetch/wiki/getting-started)\] |