Skip to content

Commit 6071814

Browse files
committed
prepare v2.9.0 release
1 parent 5f55d7b commit 6071814

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "onefetch"
44
description = "Git repository summary on your terminal"
5-
version = "2.8.0"
5+
version = "2.9.0"
66
authors = ["o2sh <[email protected]>"]
77
readme = "README.md"
88
license = "MIT"

docs/onefetch.1

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
2-
.TH ONEFETCH "1" "December 2020" "onefetch 2.8.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
2+
.TH ONEFETCH "1" "January 2021" "onefetch 2.9.0" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.8.0
4+
onefetch \- manual page for onefetch 2.9.0
55
.SH DESCRIPTION
6-
onefetch 2.8.0
6+
onefetch 2.9.0
77
Git repository summary on your terminal
88
.SS "USAGE:"
99
.IP
1010
onefetch [OPTIONS] [\-\-] [input]
1111
.SS "OPTIONS:"
1212
.HP
13-
\fB\-j\fR, \fB\-\-json\fR
13+
\fB\-o\fR, \fB\-\-output\fR <output>
1414
.IP
15-
Outputs Onefetch in JSON format.
15+
Outputs Onefetch in a specific format (json, yaml).
16+
.HP
17+
\fB\-z\fR, \fB\-\-isotime\fR
18+
.IP
19+
Outputs Onefetch with ISO 8601 formated timestamps
1620
.HP
1721
\fB\-l\fR, \fB\-\-languages\fR
1822
.IP
@@ -55,6 +59,11 @@ For example:
5559
.IP
5660
Colors (X X X...) to print the ascii art.
5761
.HP
62+
\fB\-\-true\-color\fR <WHEN>
63+
.IP
64+
Specify when to use true color (*auto*, never, always).
65+
If set to auto: true color will be enabled if supported by the terminal.
66+
.HP
5867
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
5968
.IP
6069
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ base: core18 # the base snap is the execution environment for this snap
33
adopt-info: onefetch
44
summary: Git repository summary on your terminal
55
description: |
6-
Onefetch is a command-line system information tool that displays information
7-
about your Git repository directly on your terminal.
6+
Onefetch is a command-line Git information tool that displays project information
7+
and code statistics for a local Git repository directly on your terminal.
88
99
grade: stable
1010
confinement: strict

0 commit comments

Comments
 (0)