From 3a0e2ec68ccc1a71e0f17a493296cb6caa8d1339 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 8 Jan 2019 09:09:02 +0200 Subject: [PATCH] docs: CHANGELOG --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723f3577..fdef4815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +logo + **Contributors** - [**@konimex**](https://github.com/konimex) @@ -37,7 +39,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added support for Huayra Linux. - Added support for Pentoo. -**General** +**Highlights** + +- [ASCII] Added support for command output. You can now use whatever terminal commands you like as the ASCII art. + +```sh +# Use fortune and cowsay as ascii art. +neofetch --ascii "$(fortune|cowsay -W 30)" + +# use figlet as ascii art. +neofetch --ascii "$(figlet -w 30 hello world)" +``` + +scrot - Added a new "simple" mode. You can now use neofetch for scripting by getting it to output individual info functions in plain text.