# onefetch
[](https://crates.io/crates/onefetch)
[](https://travis-ci.org/o2sh/onefetch)
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
Onefetch is a command-line system information tool that displays information about your project directly on your terminal.
## Usage
You can either build the binary from the source code (tips: cargo install onefetch) or get it from [here](https://github.com/o2sh/onefetch/releases) and add it to your $PATH.
```sh
$ cd /path/of/your/repo
$ onefetch
```
<p align="center">
<img src="https://github.com/o2sh/onefetch/blob/master/assets/rust.png" align="left" height="212px">
<img src="https://github.com/o2sh/onefetch/blob/master/assets/java.png" height="212px">
</p>
## Compatibility
Only works with Git repositories.