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: about 1 year 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T06:32:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T03:42:45.460Z (about 1 year ago)
- Topics: command-line, neofetch, pfetch, rust, rust-lang, sysfetch, system-information
- Language: Rust
- Homepage: https://crates.io/crates/resfetch
- Size: 600 KB
- Stars: 8
- 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
[](https://crates.io/crates/resfetch)
[](https://github.com/hitblast/resfetch/actions/workflows/build.yml)
[](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!