mirror of
https://github.com/NotAShelf/microfetch.git
synced 2024-11-01 06:41:15 +00:00
This commit is contained in:
parent
c2deeb38a4
commit
fc62d72cab
2 changed files with 29 additions and 10 deletions
BIN
.github/assets/demo.png
vendored
Normal file
BIN
.github/assets/demo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
39
README.md
39
README.md
|
@ -1,16 +1,35 @@
|
|||
# Microfetch
|
||||
|
||||
A stupidly simple fetch program written in Rust.
|
||||
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)
|
||||
|
||||
## Features
|
||||
|
||||
Microfetch can reliably detect and display the following:
|
||||
- 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
|
||||
|
||||
- Hostname/Username
|
||||
- Kernel
|
||||
- Name
|
||||
- Version
|
||||
- Architecture
|
||||
- WM/Compositor and display backend
|
||||
- Memory Usage/Total Memory
|
||||
- Storage Usage/Total Storage (for `/` only)
|
||||
## Customizing
|
||||
|
||||
You can't.
|
||||
|
||||
## License
|
||||
|
||||
Microfetch is licensed under [GPL3](LICENSE). See the license file for details.
|
||||
|
|
Loading…
Reference in a new issue