Adriano Oliviero

Results 33 comments of Adriano Oliviero

Right now I prefer to not implement this feature (at least not as a cli option or in the configuration file): I think that calling a program named `uwufetch` and...

I thought about this topic, and I believe that a library based on the `get_info()` code could help to write more fetch programs based on `uwufetch` without rewriting everything, so...

Closing because of inactivity. Also tecnically this request was kind of fullfilled with `libfetch` ([Release 2.0](https://github.com/TheDarkBug/uwufetch/releases/tag/2.0))

I'm rewriting `fetch.c` (the part of `uwufetch` that gathers info from the system), in the new version everything should be fine. I will not close the issue as when [libfetch-rewrite](https://github.com/TheDarkBug/uwufetch/tree/libfetch-rewrite)...

I wrote new code to get cpu name on android, could you test it by: - `git pull` - `git checkout libfetch-rewrite` - `make clean all run`

Should be fixed by [25feae2](https://github.com/TheDarkBug/uwufetch/commit/25feae2c5206a4fb3c86ed30b681778552c149f3) (in the [development](https://github.com/TheDarkBug/uwufetch/tree/development) branch)

Support for rhel (and other new distributions) will be added after completing [libfetch-rewrite](https://github.com/TheDarkBug/uwufetch/tree/libfetch-rewrite)

I tried to write from scratch a logo for rhel, that's the best I can do: ![2024-02-14T10:28:28,095654045+01:00](https://github.com/TheDarkBug/uwufetch/assets/41623496/96023ea0-2525-42ea-8d5e-b1bc9eb701a6) I'm not an artist, so if anyone thinks they can do better, go...

Do you have `lshw` installed? If the issue persists, could you send the output of `uwufetch -v` after recompiling with `make debug`?

Maybe it is a bug in the latest version ([2.1](https://github.com/TheDarkBug/uwufetch/releases/tag/2.1)) which is the version in the extra repository. I will publish a new release when the [libfetch-rewrite](https://github.com/TheDarkBug/uwufetch/tree/libfetch-rewrite) branch gets merged...