News from CMDRGobi007
[OC] I rewrote pfetch in Rust
Gives 700 Reddit Coins and a month of r/lounge access and ad-free browsing.

- By - CMDRGobi007
Accidentally walked in here, I have no clue how to leave
A glowing commendation for all to see

- By - L3gitGam3r360
It doesn't have any dependencies does it? On fedora & opensuse?
No, the musl binary should work on any linux system without any dependencies. On fedora and opensuse you can also use the gnu binary, which is a bit smaller in size
Another alternative to doing this is running this in PowerShell (as admin)
Thank you for pointing that out, that is a more elegant way of doing it, I will probably update the script in the future^^
The logo is included in
The logo is included in
Setup
If you run pfetch regularly, take a look at
I love your streams and your book, thank you for doing this :)
Don't worry about it too much, if you use a strong password (or preferably use public key authentication) nothing bad is going to happen
This is an interesting response. Bing realizes it doesn’t know anything about typing speed, so it reasons that maybe a good estimate would be the internet speed, since that would represent a theoretical maximum amount of data transfer.
I just did the math for fun to find out how bad of an estimate it would be:
im the guy who requested that logo lol
haha, nice to see you here^^
For those who don't know, pfetch is a more minimal version of
For those who don't know, pfetch is a more minimal version of
What exactly is pfetch for?
It is a small command line utility that prints information about the system it runs on (like you can see in the image). Many people have it or a similar program in their .bashrc to greet them every time they open a terminal with more or less useful information in an aesthetically pleasing way.
If you know
If you are interested in a faster pfetch check out
Check out
OS : Garuda Linux
If you want a Garuda logo for pfetch, you can use
If you have pfetch in you .bashrc, check out
If you have used
Why not just use the built-in Neofetch?
I like smaller fetch utilities
But if you have to install pfetch, isn't that just taking up more storage space?
yea but its only ~3MB so nothing to worry about
https://github.com/hakluke/how-to-exit-vim
If you want a more modern PopOS logo in pfetch, check out my rewrite in Rust:
If you want a more modern PopOS logo in pfetch, check out my rewrite in Rust:
Almost missed the screen tearing joke.
I am using Wayland on Nvidia on KDE, it is completely usable since lately
Hey nice job! Btw what funny is that?
Did you mean font? It's Jetbrains Mono
Nice project, how long did it take you to rewrite the program to full functionality? Do you have prior experience writing in Rust? I'm thinking of doing something similar myself soon enough
Yes I have worked with Rust before. I started out with
I tripped, my hands landed on the keyboard, and I rewrote yet another program in Rust.
I'm sorry, but I am afraid there is no cure for that
nitch - most pretty neofetch but really faster (2ms)
TIL nitch, thanks for sharing :)
This is really neat! I also wrote a similar tool, but it's not a perfect rewrite of anything. But it does work on Linux, Windows, and MacOS. I typically have it run every time I open my terminal simply because it's so fast and convenient.
Looks good, thanks for sharing! I have thought about adding Windows support in the future, as Rust makes it possible
If you need cross platform crates that can source the info you need, you can look at the dependencies in the Cargo.toml file, and look at how I used them in the code. If you credit me, you can also steal the Windows GPU detection code.
Thanks for the info, I think the crate I use for most of the info (libmacchina) also supports Windows so I will probably use that. If I decide to add GPU detection in the future, I will take a look at your implementation :)
Link?
Link: