Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hitblast/resfetch
- Owner: hitblast
- License: mit
- Created: 2022-10-11T17:21:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T06:32:52.000Z (9 months ago)
- Last Synced: 2024-10-07T20:01:39.099Z (3 months ago)
- Topics: command-line, neofetch, pfetch, rust, rust-lang, sysfetch, system-information
- Language: Rust
- Homepage: https://crates.io/crates/resfetch
- Size: 600 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)
## 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!