microfetch/README.md

36 lines
864 B
Markdown
Raw Normal View History

2024-08-03 17:08:47 +00:00
# Microfetch
2024-08-04 13:35:16 +00:00
A stupidly simple fetch tool, written in Rust. Runs in a fraction of a second,
displays most nonsense people on r/unixporn care about. Aims to replace
fastfetch on my system, but probably not on yours. Though you are more than
welcome to use it on your system: it's fast.
![Demo](.github/assets/demo.png)
2024-08-03 17:08:47 +00:00
## Features
2024-08-04 13:35:16 +00:00
- Fast
- Really fast
- Minimal dependencies
- Actually very fast
- Cool NixOS logo (other, inferior, distros are not supported)
- Reliable detection of following info:
- Hostname/Username
- Kernel
- Name
- Version
- Architecture
- Current shell (from $SHELL)
- WM/Compositor and display backend
- Memory Usage/Total Memory
- Storage Usage/Total Storage (for `/` only)
- Shell Colors
## Customizing
You can't.
## License
2024-08-03 17:08:47 +00:00
2024-08-04 13:35:16 +00:00
Microfetch is licensed under [GPL3](LICENSE). See the license file for details.