Changelog
This commit is contained in:
parent
4fed7d5576
commit
b47147d549
1 changed files with 10 additions and 5 deletions
15
1.1.md
15
1.1.md
|
@ -1,5 +1,9 @@
|
||||||
# Fetch 1.1 changelog
|
# 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 \>
|
![screenfetch mode](http://i.imgur.com/nW3HiNP.png)<br \>
|
||||||
<sup>New screenfetch mode</sup>
|
<sup>New screenfetch mode</sup>
|
||||||
|
|
||||||
|
@ -66,15 +70,15 @@ the distro ascii art and the automatic config creation.
|
||||||
|
|
||||||
### Packages
|
### Packages
|
||||||
|
|
||||||
- Fetch now has a Gentoo/Funtoo e-build courtesy of @z1lt0id
|
- Fetch now has a Gentoo/Funtoo e-build courtesy of **@z1lt0id**
|
||||||
|
|
||||||
|
|
||||||
### Stdout
|
### Stdout
|
||||||
|
|
||||||
- Added `stdout` mode which allows you to fetch info in a plain text format that works<br \>
|
- 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 \>
|
with lemonbar and in your scripts. You can use it by launching fetch with `--stdout` to print all<br \>
|
||||||
in your `printinfo` function. You can selectively print functions by passing arguments to `--stdout`<br \>
|
functions enabled in your `printinfo` function. You can selectively print functions by passing<br \>
|
||||||
like so:
|
arguments to `--stdout` like so:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Print the output of all info functions enabled in printinfo
|
# 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
|
### Info
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue