Frogged fetch
Go to file
famfo 641e713990 Updated Cargo.toml, fixes #1 2022-01-25 09:54:02 +01:00
src Removed unused mut 2022-01-07 10:31:54 +01:00
.gitignore Added gitignore 2021-11-12 18:02:42 +01:00
Cargo.lock Updated Cargo.toml, fixes #1 2022-01-25 09:54:02 +01:00
Cargo.toml Updated Cargo.toml, fixes #1 2022-01-25 09:54:02 +01:00
LICENSE Initial commit 2021-11-12 18:00:33 +01:00
README.md Implemented MacOS 2022-01-06 22:41:35 +01:00

README.md

frogfetch-rs

Neofetch but frogged and in rust

If you have any problems, feel free to open an issue.

Building/Running

  1. Install Rust
  2. Clone this repo
  3. Run with cargo run or build a binary with cargo build --release

What works?

  • Linux
  • Android
  • FreeBSD
  • MacOS

What am I planning on to get to work?

  • Other BSDs
  • Windows

Big thanks to Miepee for helping me with a lot of the Windows and MacOS specific stuff and actually motivating me to make this better.