commit 36a15a4b52317384e5fda5b0302a40aca1953cc1
parent aa6763444aec0163ceb3fbe58c2cff47acae1234
Author: sam-barr <samfbarr@outlook.com>
Date: Wed, 22 Apr 2020 21:24:50 -0500
v0.1.1
Diffstat:
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,7 @@
-v0.1 - 2020-22-04
+v0.1.1 - 2020-22-04
+-------------------
+* Added support for in-source configuration
+
+v0.1.0 - 2020-22-04
-----------------
* Minimum Viable Product- reliable output for all the default fields
diff --git a/README.md b/README.md
@@ -1,8 +1,8 @@
paleofetch
==========
-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.
+A rewrite of [neofetch](https://github.com/dylanraps/neofetch) in C.
+Currently only supports Linux and Xorg.
Example output:
@@ -16,6 +16,8 @@ Compiling
Usage
-----
+After compiling, simply run the executable:
+
paleofetch
By default, `paleofetch` will cache certain information (in `$XDG_CACHE_HOME/paleofetch`)
@@ -23,7 +25,13 @@ to speed up subsequent calls. To ignore the contents of the cache (and repopulat
paleofetch --recache
-The cache file can safely be removed.
+The cache file can safely be removed at any time, paleofetch will repopulate it
+if it is absent.
+
+Configuration
+-------------
+
+TODO: Write a guide for configuring paleofetch
FAQ
---
diff --git a/example.png b/example.png
Binary files differ.