mirror of
https://github.com/NotAShelf/microfetch.git
synced 2024-12-28 21:02:23 +00:00
docs: update readme; mention NO_COLOR
changes
This commit is contained in:
parent
a96effb875
commit
e19abcedae
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -34,23 +34,25 @@ than welcome to use it on your system: it's pretty [fast...](#benchmarks)
|
||||||
- Name
|
- Name
|
||||||
- Version
|
- Version
|
||||||
- Architecture
|
- Architecture
|
||||||
- Current shell (from $SHELL, trimmed if store path)
|
- Current shell (from `$SHELL`, trimmed if store path)
|
||||||
- Current Desktop (DE/WM/Compositor and display backend)
|
- Current Desktop (DE/WM/Compositor and display backend)
|
||||||
- Memory Usage/Total Memory
|
- Memory Usage/Total Memory
|
||||||
- Storage Usage/Total Storage (for `/` only)
|
- Storage Usage/Total Storage (for `/` only)
|
||||||
- Shell Colors
|
- Shell Colors
|
||||||
- Did I mention fast?
|
- Did I mention fast?
|
||||||
|
- Respects [`NO_COLOR` spec](https://no-color.org/)
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
Fastfetch, as its name indicates, a very fast fetch tool written in C, however,
|
Fastfetch, as its name indicates, a very fast fetch tool written in C, however,
|
||||||
I am not interested in any of its additional features and I very much dislike
|
I am not interested in any of its additional features, such as customization,
|
||||||
the defaults. Microfetch is a fetch tool that you would normally write in Bash
|
and I very much dislike the defaults. Microfetch is my response to this problem,
|
||||||
and put in your `~/.bashrc` but actually _really_ fast because it opts-out of
|
a _very fast_ fetch tool that you would normally write in Bash and put in your
|
||||||
all customization options provided by Fastfetch. Why? Because I can, and because
|
`~/.bashrc` but actually _really_ fast because it opts-out of all customization
|
||||||
I prefer Rust for "structured" Bash scripts.
|
options provided by Fastfetch, and is written in Rust. Why? Because I can, and
|
||||||
|
because I prefer Rust for "structured" Bash scripts.
|
||||||
|
|
||||||
I cannot re-iterate it enough, Microfetch is annoyingly fast.
|
I cannot re-iterate it enough, Microfetch is _annoyingly fast_.
|
||||||
|
|
||||||
## Benchmarks
|
## Benchmarks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue