Removed newline at start
This commit is contained in:
parent
ed3d3977f6
commit
2442f0747d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -333,7 +333,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
||||
|
||||
[[package]]
|
||||
name = "oxidefetch"
|
||||
version = "1.4.2"
|
||||
version = "1.4.3"
|
||||
dependencies = [
|
||||
"byte-unit",
|
||||
"chrono",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "oxidefetch"
|
||||
description = "A fast, cross platform Fetch program for your terminal"
|
||||
version = "1.4.2"
|
||||
version = "1.4.3"
|
||||
edition = "2021"
|
||||
authors = [ "NamedNeon", "shibedrill" ]
|
||||
license = "MIT"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# oxidefetch 1.4.2
|
||||
# oxidefetch 1.4.3
|
||||
Fully cross platform Neofetch clone written in Rust. Up to 25 times faster than Neofetch!
|
||||
|
||||

|
||||
@ -96,6 +96,7 @@ No weird quirks to report at this time.
|
||||
**1.4.0:** Added support for terminal detection, and fixed system detection on Darwin systems.
|
||||
**1.4.1:** Changed terminal color to match shell color.
|
||||
**1.4.2:** Updated colors and logos of a few distros. They will now display correctly.
|
||||
**1.4.3:** Removed newline print before information. This should be up to the user to print, using their shell profile.
|
||||
|
||||
### License
|
||||
This software is covered by the MIT license. See license.txt for details.
|
||||
|
@ -47,7 +47,7 @@ fn main() {
|
||||
// TODO: Add support to change what items print, as well as their colors.
|
||||
// This should be done via some sort of user accessible, persistent config,
|
||||
// and preferably can be modified via env vars.
|
||||
println!("\n{}", String::from(">>> OxideFetch <<<").red());
|
||||
println!("{}", String::from(">>> OxideFetch <<<").red());
|
||||
color_print("Date:\t", '', &Some(datetime_formatted), "bright yellow");
|
||||
color_print(
|
||||
"Host:\t",
|
||||
|
Loading…
Reference in New Issue
Block a user