JustFetch

A simple minimal neofetch alternative, written in Rust

MIT License

Stars
5
JustFetch - 0.1.4 Latest Release

Published by vars1ty almost 2 years ago

  1. Optimized how uptime is fetched. It's now using /proc/uptime rather than an expensive execute / Command call.
JustFetch - 0.1.3

Published by vars1ty almost 2 years ago

  1. Added a new alias: used_mem
JustFetch - 0.1.2

Published by vars1ty almost 2 years ago

  1. Optimized the code to utilize more libc calls, rather than parsing from a Command instance.
    • Before: ~6/8ms of execution time, now: ~2-4ms of execution time. Quickly measured using time so the values may fluctuate.
  2. Added mem aliases
JustFetch - 0.1.1

Published by vars1ty almost 2 years ago

Optimized the code even further by utilizing libc calls.

JustFetch - 0.1.0

Published by vars1ty almost 2 years ago

First initial release.