Changelog
This commit is contained in:
parent
4fed7d5576
commit
b47147d549
15
1.1.md
15
1.1.md
|
@ -1,5 +1,9 @@
|
|||
# Fetch 1.1 changelog
|
||||
|
||||
Over the past 10~ days over **190** more commits have been pushed to master and the<br \>
|
||||
script has had some big changes. Thanks to everyone who has contributed, you've been<br \>
|
||||
a big help.
|
||||
|
||||
![screenfetch mode](http://i.imgur.com/nW3HiNP.png)<br \>
|
||||
<sup>New screenfetch mode</sup>
|
||||
|
||||
|
@ -66,15 +70,15 @@ the distro ascii art and the automatic config creation.
|
|||
|
||||
### Packages
|
||||
|
||||
- Fetch now has a Gentoo/Funtoo e-build courtesy of @z1lt0id
|
||||
- Fetch now has a Gentoo/Funtoo e-build courtesy of **@z1lt0id**
|
||||
|
||||
|
||||
### Stdout
|
||||
|
||||
- Added `stdout` mode which allows you to fetch info in a plain text format that works<br \>
|
||||
with lemonbar and in your scripts. You can use it by launching fetch with `--stdout` to print all functions enabled<br \>
|
||||
in your `printinfo` function. You can selectively print functions by passing arguments to `--stdout`<br \>
|
||||
like so:
|
||||
with lemonbar and in your scripts. You can use it by launching fetch with `--stdout` to print all<br \>
|
||||
functions enabled in your `printinfo` function. You can selectively print functions by passing<br \>
|
||||
arguments to `--stdout` like so:
|
||||
|
||||
```sh
|
||||
# Print the output of all info functions enabled in printinfo
|
||||
|
@ -107,7 +111,8 @@ fetch --stdout disk gpu --stdout_separator " | "
|
|||
|
||||
```
|
||||
|
||||
**NOTE:** `stdout_subtitles` and `stdout_title` only work when `--stdout` is used on its own.
|
||||
**NOTE:** `stdout_subtitles` and `stdout_title` only work when `--stdout` is used on its own<br \>
|
||||
without any args.
|
||||
|
||||
### Info
|
||||
|
||||
|
|
Reference in New Issue