Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan committed Feb 6, 2016
1 parent 4fed7d5 commit b47147d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions 1.1.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b47147d

Please sign in to comment.