Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
3a0e2ec6
Commit
3a0e2ec6
authored
Jan 08, 2019
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: CHANGELOG
parent
62ada359
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
CHANGELOG.md
CHANGELOG.md
+15
-1
No files found.
CHANGELOG.md
View file @
3a0e2ec6
...
...
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
<img
src=
"https://i.imgur.com/ZQI2EYz.png"
alt=
"logo"
height=
"100px"
>
**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
)
"
```
<img
src=
"https://i.imgur.com/ozoXAvz.jpg"
alt=
"scrot"
height=
"400px"
>
-
Added a new "simple" mode. You can now use neofetch for scripting by getting it to output individual info functions in plain text.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment