Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyingcakes85/crabfetch
A simple fetch utility, written in Rust
https://github.com/flyingcakes85/crabfetch
fetch rust systeminfo systeminformation
Last synced: 5 days ago
JSON representation
A simple fetch utility, written in Rust
- Host: GitHub
- URL: https://github.com/flyingcakes85/crabfetch
- Owner: flyingcakes85
- License: gpl-3.0
- Created: 2021-08-10T14:09:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T18:14:44.000Z (about 1 year ago)
- Last Synced: 2024-04-14T13:16:51.590Z (9 months ago)
- Topics: fetch, rust, systeminfo, systeminformation
- Language: Rust
- Homepage:
- Size: 111 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# crabfetch 🦀
A simple fetch utility, written in Rust
[![forthebadge](https://forthebadge.com/images/badges/works-on-my-machine.svg)](https://forthebadge.com)
![GitHub](https://img.shields.io/github/license/flyingcakes85/crabfetch?style=for-the-badge)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-rust.svg)](https://forthebadge.com)
![Screenschot](screenshot.png)
## This app is
- written in rust
- blazing fast
- written in rust
- post modern (because, why not)
- written in rust
- correct (must be, cuz its Rust)
- written in rust
- better than whatever go can make
- written in rust
- most memory safe app ever
- next gen (ofc)
- written in rust
- open source (bruh!)
- written in rust## Install
### AUR (Arch and Arch Based)
Install [`crabfetch`](https://aur.archlinux.org/packages/crabfetch) from AUR.
### Manual
[![Rust](https://github.com/flyingcakes85/crabfetch/actions/workflows/rust.yml/badge.svg)](https://github.com/flyingcakes85/crabfetch/actions/workflows/rust.yml)
1. Get the repo
```sh
git clone https://github.com/flyingcakes85/crabfetch
cd crabfetch
```2. Build it!
```sh
cargo build --release
```3. Copy the binary
- For current user (root not required)
```sh
cp target/release/crabfetch ~/.local/bin/crabfetch
```## License
GNU GPL v3. [Text Here](https://github.com/flyingcakes85/crabfetch/blob/main/COPYING)