2016-02-27 17:44:45 -07:00
|
|
|
# Neofetch 1.4
|
|
|
|
|
|
|
|
- Renamed `fetch` to `neofetch`. Thanks for voting.
|
2016-02-27 02:25:39 -07:00
|
|
|
|
2016-02-28 03:01:12 -07:00
|
|
|
### Packages
|
|
|
|
|
|
|
|
- Added Debian/Ubuntu package. Thanks [@dawidd6](https://github.com/dawidd6)
|
2016-02-28 03:01:27 -07:00
|
|
|
|
2016-02-27 02:25:39 -07:00
|
|
|
### Info
|
|
|
|
|
2016-03-02 17:59:34 -07:00
|
|
|
**Added the ability to print certain info as a progress bar.**
|
|
|
|
|
2016-03-02 20:14:02 -07:00
|
|
|
![1](https://cloud.githubusercontent.com/assets/6799467/13483613/1cd0e1dc-e14a-11e5-8170-6de662cce562.png)
|
2016-03-02 17:59:34 -07:00
|
|
|
|
2016-03-02 16:12:21 -07:00
|
|
|
- Added `--progress_char` and `$progress_char` to set the character the progress bars<br \>
|
|
|
|
will be drawn with.
|
2016-03-02 16:41:13 -07:00
|
|
|
- Added `--progress_length` to change the length of the progress bars.
|
2016-03-02 16:12:21 -07:00
|
|
|
- Added `--progress_colors` to color the progress bars.
|
|
|
|
- Added `$progress_color_elapsed` and `$progress_color_total` config options.
|
|
|
|
|
2016-03-02 16:41:13 -07:00
|
|
|
**CPU Usage**<br \>
|
|
|
|
- Added `cpu_usage` function which prints your current cpu usage.
|
|
|
|
- Added `--cpu_usage_bar` and `$cpu_usage_bar` to enable/disable displaying a progress<br \>
|
|
|
|
bar in the output.
|
|
|
|
|
2016-03-02 17:00:47 -07:00
|
|
|
**Memory**<br \>
|
|
|
|
- Added `--memory_bar` and `$memory_bar` to enable/disable displaying a progress bar in<br \>
|
|
|
|
the output.
|
|
|
|
|
2016-02-27 02:25:39 -07:00
|
|
|
**Battery**<br \>
|
|
|
|
- Added support for NetBSD
|
2016-03-02 17:52:39 -07:00
|
|
|
- Added `--battery_bar` and `$battery_bar` to enable/disable displaying a progress bar in<br \>
|
|
|
|
the output.
|
|
|
|
|
|
|
|
**Disk**:<br \>
|
|
|
|
- Added `--disk_bar` and `$disk_bar` to enable/disable displaying a progress bar in<br \>
|
2016-03-02 17:09:40 -07:00
|
|
|
the output.
|
2016-02-27 15:19:22 -07:00
|
|
|
|
2016-02-28 03:36:25 -07:00
|
|
|
### 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`.
|
2016-03-02 15:42:29 -07:00
|
|
|
- Optimized all ascii art fixing all leading whitespace issues.
|
2016-02-28 03:36:25 -07:00
|
|
|
|
2016-02-27 15:19:22 -07:00
|
|
|
### Stdout
|
|
|
|
- Don't create config file when using `--stdout`.
|