Updated version numbers and README.

This commit is contained in:
shibedrill 2023-09-13 18:31:01 -04:00
parent 7bf4a27e8a
commit 85b5adab1a
4 changed files with 10 additions and 4 deletions

2
Cargo.lock generated
View File

@ -333,7 +333,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]] [[package]]
name = "oxidefetch" name = "oxidefetch"
version = "1.3.2" version = "1.4.0"
dependencies = [ dependencies = [
"byte-unit", "byte-unit",
"chrono", "chrono",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "oxidefetch" name = "oxidefetch"
version = "1.3.2" version = "1.4.0"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,4 +1,4 @@
# oxidefetch 1.3.2 # oxidefetch 1.4.0
Fully cross platform Neofetch clone written in Rust. Up to 25 times faster than Neofetch! Fully cross platform Neofetch clone written in Rust. Up to 25 times faster than Neofetch!
![alt text](image.png "Example output of OxideFetch on a WSL2 Arch Linux host") ![alt text](image.png "Example output of OxideFetch on a WSL2 Arch Linux host")
@ -11,6 +11,9 @@ Neofetch, being a BASH script, has a few downsides in my opinion.
As such, I wrote OxideFetch. How cool is that? It displays your information in a manner that's compact, cross-platform, and BLAZINGLY fast. As such, I wrote OxideFetch. How cool is that? It displays your information in a manner that's compact, cross-platform, and BLAZINGLY fast.
I've measured speeds of up to 25 times faster than normal Neofetch on WSL2. I've measured speeds of up to 25 times faster than normal Neofetch on WSL2.
### Special Thanks
The most heartfelt of thanks goes out to NamedNeon, who contributed the code to perform terminal detection.
### Features ### Features
OxideFetch can display all of the following information: OxideFetch can display all of the following information:
- Date, time, and day of week - Date, time, and day of week
@ -23,6 +26,7 @@ OxideFetch can display all of the following information:
- CPU - CPU
- GPU - GPU
- Memory - Memory
- Terminal emulator
### Installation ### Installation
Download a binary for your platform, and place it in your PATH. Download a binary for your platform, and place it in your PATH.
@ -64,6 +68,7 @@ No weird quirks to report at this time.
- Add host system name detection such as "Windows Subsystem for Linux", "IdeaPad 3", "Dell Optiplex", etc. - Add host system name detection such as "Windows Subsystem for Linux", "IdeaPad 3", "Dell Optiplex", etc.
- Add package count/package manager detection - Add package count/package manager detection
- Crosstest on more distributions to verify `sys.name()` outputs - Crosstest on more distributions to verify `sys.name()` outputs
- Refactor GPU detection logic into separate crate, remove dependencies on `sh` and `lspci`
#### Distant future: #### Distant future:
- More extensible user configuration for entry formatting - More extensible user configuration for entry formatting
@ -77,7 +82,8 @@ No weird quirks to report at this time.
**1.2.1:** Stable fix for GPU display quirks. **1.2.1:** Stable fix for GPU display quirks.
**1.2.2:** All GPUs should print in their own lines. **1.2.2:** All GPUs should print in their own lines.
**1.3.0:** Tentative fix for issue where empty GPU info line might print on Linux. **1.3.0:** Tentative fix for issue where empty GPU info line might print on Linux.
**1.3.2:** Changed color of time output to be more visible on gray terminals. **1.3.2:** Changed color of time output to be more visible on gray terminals.
**1.4.0:** Added support for terminal detection, and fixed system detection on Darwin systems.
### License ### License
This software is covered by the MIT license. See license.txt for details. This software is covered by the MIT license. See license.txt for details.

BIN
image.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 85 KiB