Skip to content

Commit

Permalink
prepare v2.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jan 13, 2021
1 parent 5f55d7b commit 6071814
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2018"
name = "onefetch"
description = "Git repository summary on your terminal"
version = "2.8.0"
version = "2.9.0"
authors = ["o2sh <[email protected]>"]
readme = "README.md"
license = "MIT"
Expand Down
21 changes: 15 additions & 6 deletions docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ONEFETCH "1" "December 2020" "onefetch 2.8.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH ONEFETCH "1" "January 2021" "onefetch 2.9.0" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.8.0
onefetch \- manual page for onefetch 2.9.0
.SH DESCRIPTION
onefetch 2.8.0
onefetch 2.9.0
Git repository summary on your terminal
.SS "USAGE:"
.IP
onefetch [OPTIONS] [\-\-] [input]
.SS "OPTIONS:"
.HP
\fB\-j\fR, \fB\-\-json\fR
\fB\-o\fR, \fB\-\-output\fR <output>
.IP
Outputs Onefetch in JSON format.
Outputs Onefetch in a specific format (json, yaml).
.HP
\fB\-z\fR, \fB\-\-isotime\fR
.IP
Outputs Onefetch with ISO 8601 formated timestamps
.HP
\fB\-l\fR, \fB\-\-languages\fR
.IP
Expand Down Expand Up @@ -55,6 +59,11 @@ For example:
.IP
Colors (X X X...) to print the ascii art.
.HP
\fB\-\-true\-color\fR <WHEN>
.IP
Specify when to use true color (*auto*, never, always).
If set to auto: true color will be enabled if supported by the terminal.
.HP
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
.IP
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ base: core18 # the base snap is the execution environment for this snap
adopt-info: onefetch
summary: Git repository summary on your terminal
description: |
Onefetch is a command-line system information tool that displays information
about your Git repository directly on your terminal.
Onefetch is a command-line Git information tool that displays project information
and code statistics for a local Git repository directly on your terminal.
grade: stable
confinement: strict
Expand Down

0 comments on commit 6071814

Please sign in to comment.