paleofetch

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

commit 3af6c68a30ad37a6f1c04d41b591d6df6fea186b
parent 7035e9fdfd3db60986b87cb30c03a21f0fae3417
Author: sam-barr <samfbarr@outlook.com>
Date:   Tue, 21 Apr 2020 21:55:48 -0500

example output added to readme

Diffstat:
MREADME.md | 13+++++++++----
Aexample.png | 0
2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,11 +1,16 @@ paleofetch ========== -Like neofetch, but in ~200 lines of C instead of 10,000 lines of bash +Like neofetch, but incomplete, written in ~200 lines of C instead of 10,000 lines of bash, +and runns in like 0.005 seconds. -This is a WIP, and not even at MVP yet +This is a WIP, and not even at MVP yet. -If anyone has input for the features I have yet to implement, I would love to hear them +If anyone has input for the features I have yet to implement, I would love to hear them. + +Example output: + +![example output](example.png) Compiling --------- @@ -15,4 +20,4 @@ Compiling FAQ --- -No one has ever asked me a question frequently +No one has ever asked me a question frequently. diff --git a/example.png b/example.png Binary files differ.