Skip to content

neofetch-rs: add new package#29413

Closed
AlbrechtL wants to merge 1 commit into
openwrt:masterfrom
AlbrechtL:add-neofetch
Closed

neofetch-rs: add new package#29413
AlbrechtL wants to merge 1 commit into
openwrt:masterfrom
AlbrechtL:add-neofetch

Conversation

@AlbrechtL
Copy link
Copy Markdown
Contributor

📦 Package Details

Maintainer: @AlbrechtL
(You can find this by checking the history of the package Makefile.)

Description:

neofetch-rs is a Rust reimplementation of the original neofetch tool. neofetch itself is similar to the popular screenfetch tool. It provides general system information output.

Example

root@OpenWrt:~# neofetch 
 _______                       root@OpenWrt
|       |.-----.-----.-----.   -------
|   -   ||  _  |  -__|     |   OS: OpenWrt SNAPSHOT mips
|_______||   __|_____|__|__|   Kernel: 6.18.26
         |__|                  Uptime: 1 day, 7 hours, 52 mins
 ________        __            Disk(/): 1.6 MiB / 7.9 MiB (20%)
|  |  |  |.----.|  |_          Memory: 39.8 MiB / 116.7 MiB
|  |  |  ||   _||   _|         Temperature: cpu-thermal: 33.0°C
|________||__|  |____|                      temp1: 33.0°C
                               Local IP: 192.168.1.1


🧪 Run Testing Details

  • OpenWrt Version:
    OpenWrt SNAPSHOT, r34251+1-e4b3d5c799
  • OpenWrt Target/Subtarget:
    realtek/rtl838x
  • OpenWrt Device:
    zyxel_gs1900-8-a1

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

If your PR contains a patch:

  • It can be applied using git am
  • It has been refreshed to avoid offsets, fuzzes, etc., using
    make package/<your-package>/refresh V=s
  • It is structured in a way that it is potentially upstreamable
    (e.g., subject line, commit description, etc.)
    We must try to upstream patches to reduce maintenance burden.

Comment thread utils/neofetch-rs/Makefile Outdated
Comment thread utils/neofetch-rs/Makefile Outdated
Comment thread utils/neofetch-rs/Makefile Outdated
@AlbrechtL AlbrechtL force-pushed the add-neofetch branch 2 times, most recently from 79c9bff to 5e0465f Compare May 12, 2026 18:14
@AlbrechtL AlbrechtL force-pushed the add-neofetch branch 2 times, most recently from 050db79 to f5b8ca8 Compare May 24, 2026 05:36
neofetch-rs is a Rust reimplementation of the original neofetch tool. neofetch itself is similar to the popular screenfetch tool. It provides general system information output.

Signed-off-by: Albrecht <albrechtloh@gmx.de>
@AlbrechtL
Copy link
Copy Markdown
Contributor Author

@BKPepe I'm done with my rework.

Most of the architecture builds where successful, except i386. Here we have an upstream issue in the rust library ring because it requires SSE2 support which is not available in i386.

@AlbrechtL
Copy link
Copy Markdown
Contributor Author

I informed the neofetch-rs author about this PR and he recommended going with fastfetch (see ahaoboy/neofetch#13).

Therefore, I'm closing this PR.

The fastfetch PR you can find here: #29564 and an older one here: #27949

@AlbrechtL AlbrechtL closed this May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants