this post was submitted on 16 Mar 2026
10 points (91.7% liked)

Programming

26072 readers
134 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I wrote a minimalist fetch tool for Linux with Python programming language. Have a look: mlzfetch

top 5 comments
sorted by: hot top controversial new old
[–] org@lemmy.org 1 points 1 hour ago (1 children)
[–] thingsiplay@lemmy.ml 1 points 1 hour ago (2 children)

neofetch is dead since years. I recommend fastfetch instead neofetch. Besides that, its not really minimalistic as this one. Also because it is written in Python and minimalistic, its easier to make changes for lot of people.

[–] org@lemmy.org 1 points 28 minutes ago (1 children)

Fair, but the runtime dependency is Python.

[–] thingsiplay@lemmy.ml 1 points 22 minutes ago

As it is for Linux, I don't think that's a problem. Python is pre installed on basically all Linux operating systems.

[–] tafabey@programming.dev 1 points 53 minutes ago

Thanks for your answer.