paleofetch

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 354f25035a65011562440274cd7005beca4bd8f7
parent 34b9b6ad58d45a71b6f96efc81fddbe9873b746d
Author: sam-barr <samfbarr@outlook.com>
Date:   Wed, 22 Apr 2020 17:19:37 -0500

Updated README

Diffstat:
MREADME.md | 14+++++++++++++-
Mexample.png | 0
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ paleofetch ========== -Like neofetch, but incomplete, written in ~400 lines of C instead of 10,000 lines of bash, +Like neofetch, but incomplete, written in ~500 lines of C instead of 10,000 lines of bash, and runs a lot faster. Currently it only supports Arch Linux with X running. Example output: @@ -13,6 +13,18 @@ Compiling make install +Usage +----- + + paleofetch + +By default, `paleofetch` will cache certain information (in `$XDG_CACHE_HOME/paleofetch`) +to speed up subsequent calls. To ignore the contents of the cache (and repopulate it), run + + paleofetch --recache + +The cache file can safely be removed. + FAQ --- diff --git a/example.png b/example.png Binary files differ.