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
3cd02ff7
Commit
3cd02ff7
authored
Mar 09, 2016
by
Dylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new changelog
parent
b268d8ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
59 deletions
+1
-59
1.4.md
1.4.md
+0
-59
1.5.md
1.5.md
+1
-0
No files found.
1.4.md
deleted
100644 → 0
View file @
b268d8ec
# Neofetch 1.4
-
Renamed
`fetch`
to
`neofetch`
. Thanks for voting.
-
Fetch now has a man page. (man neofetch) Thanks
**[@konimex](https://github.com/konimex)**
### Packages
-
Added Debian/Ubuntu package. Thanks
**[@dawidd6](https://github.com/dawidd6)**
-
Added Homebrew package for OS X.
\[
1
\]
Thanks
**[@iandrewt](https://github.com/iandrewt)**
\[
1
\]
The homebrew package is still in the auditing and approval process and should be<br
\>
available in less than 24 hours.
### Info
**Battery**
<br
\>
-
Added support for NetBSD
**Song**
<br
\>
-
[
Linux
]
Added support for Spotify.
**Birthday**
<br
\>
-
Added
`--birthday_format`
and
`$birthday_format`
to change the date format of the<br
\>
birthday function. The flag uses the
`date`
cmd's format options so see
`man date`
<br
\>
for a list.
Example:
```
sh
neofetch
--birthday_format
"%D"
neofetch
--birthday_format
"%a %d %b %Y %l:%M %p"
neofetch
--birthday_format
"%c"
```
**Theme**
<br
\>
-
Fix incorrect theme detection on Cinnamon.
### Ascii
-
Added small ascii logo variants for Arch, Crux and Gentoo.
-
Added new flag/option
`ascii_logo_size`
that takes the values
`normal`
and
`small`
.
-
Optimized all ascii art fixing all leading whitespace issues.
Example of small ascii logo:

### Stdout
-
Don't create config file when using
`--stdout`
.
-
Reimplent
`--stdout_separator`
and
`$stdout_separator`
which allow you to change<br
\>
the separator between the info.
Example:
```
sh
# Display memory, battery and disk in a single line separated by " | "
# This output can then be used in lemonbar etc.
neofetch
--stdout
memory battery disk
--stdout_separator
" | "
```
1.5.md
0 → 100644
View file @
3cd02ff7
# Neofetch 1.5
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