Changelog
This commit is contained in:
parent
916c9c2cb1
commit
cbc70afad3
5
1.1.md
5
1.1.md
|
@ -86,6 +86,9 @@ fetch --stdout memory
|
|||
# Print the output of memory and disk
|
||||
fetch --stdout disk
|
||||
|
||||
# Print the output of all functions excluding x
|
||||
fetch --stdout --disable kernel packages gtktheme
|
||||
|
||||
```
|
||||
|
||||
- Added `--stdout_seperator` and `$stdout_seperator` which takes a string and adds it<br \>
|
||||
|
@ -110,6 +113,8 @@ fetch --stdout disk gpu --stdout_seperator " | "
|
|||
|
||||
- You can now display info without a subtitle. eg. `info memory`
|
||||
- Added `--disable` which allows you to stop an info line from appearing at launch.<br \>
|
||||
- Added `--underline` and `$underline` which allow you to toggle visibility of the<br \>
|
||||
underline at launch and in your config.
|
||||
|
||||
```sh
|
||||
# Stop cpu, gpu, disk and shell functions from being called
|
||||
|
|
Reference in New Issue