Skip to content

Commit

Permalink
v0.1.14 release (#23)
Browse files Browse the repository at this point in the history
* Added documentation around `dnf` based installs

* Update rstest to 0.23.0 (the latest version) (#22)

* Update rstest to 0.23.0 (the latest version)

* Update Cargo.lock for rstest 0.23

---------

Co-authored-by: Ben Beasley <[email protected]>
  • Loading branch information
nidnogg and musicinmybrain authored Nov 27, 2024
1 parent c54f70e commit 5918a28
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 30 deletions.
124 changes: 97 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zeitfetch"
version = "0.1.13"
version = "0.1.14"
edition = "2021"
authors = ["Henrique V (nidnogg)"]
description = "Instantaneous snapshots of cross-platform system information"
Expand Down Expand Up @@ -29,4 +29,4 @@ unicode-segmentation = "1.10.1"
winapi = { version = "0.3.9", features = ["processenv"] }

[dev-dependencies]
rstest = "0.18.2"
rstest = "0.23.0"
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Linux • macOS • Windows <br />

Considering the shortage of fully cross platform screenfetch solutions (including Windows shells) this crate aims to fill that gap.

It's in early stages at the moment, and support for Windows 10, Windows 11, Mac OS X, Debian, Ubuntu, Fedora and Arch is implemented for the time being, with more on the way.
Several distros are currently supported, with more on the way. There has been a slew of Open Source contributions toward this effort as well. See the [Contribution section](#contribution) if you're interested!

If your Linux distribution is not listed/not being actively tested on, most likely it will be missing a dedicated OS logo, so an ASCII rendition of [Tux](https://en.wikipedia.org/wiki/Tux_(mascot)) will be displayed instead.

Expand Down Expand Up @@ -47,6 +47,13 @@ On macOS, *zeitfetch* can also be installed via **brew**:
brew tap nidnogg/zeitfetch && brew install zeitfetch
```

### Fedora
Available on Fedora 41+ stable repositories, *zeitfetch* can also be installed via **dnf**, via the `rust-zeitfetch` package:
```bash
sudo dnf update
sudo dnf install rust-zeitfetch
```

## Usage
Just run:
```bash
Expand Down

0 comments on commit 5918a28

Please sign in to comment.