Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hitblast/resfetch

⚡ A fast and minimal alternative to neofetch, built with Rust
https://github.com/hitblast/resfetch

command-line neofetch pfetch rust rust-lang sysfetch system-information

Last synced: 2 months ago
JSON representation

⚡ A fast and minimal alternative to neofetch, built with Rust

Awesome Lists containing this project

README

        

# resfetch
### A fast and minimal alternative to neofetch

[![Version](https://img.shields.io/crates/v/resfetch?label=version)](https://crates.io/crates/resfetch)
[![Test Builds](https://github.com/hitblast/resfetch/actions/workflows/build.yml/badge.svg)](https://github.com/hitblast/resfetch/actions/workflows/build.yml)
[![Release Builds](https://github.com/hitblast/resfetch/actions/workflows/release.yml/badge.svg)](https://github.com/hitblast/resfetch/actions/workflows/release.yml)

snapshot

## Installation

### Cargo
```bash
$ cargo install resfetch
```

### Homebrew
```bash
# tapping the formula
$ brew tap hitblast/resfetch

# installing it
$ brew install resfetch
```

## Dependencies Used
- [libmacchina](https://github.com/Macchina-CLI/libmacchina)
- [colored](https://crates.io/crates/colored)

## Contributing
A [contribution guideline](./CONTRIBUTING.md) and a [Code of Conduct](./CODE_OF_CONDUCT.md) has been placed to further faciliate open-source contributions. We hope that you won't hesitate adding your ideas here!