mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 06:11:37 +00:00
chore: release version 0.12.3
This commit is contained in:
parent
f0d17b7011
commit
d5adad0323
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1982,7 +1982,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.12.2"
|
version = "0.12.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi-to-tui",
|
"ansi-to-tui",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.12.2"
|
version = "0.12.3"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Cross-platform, fast and extensible general purpose fuzzy finder TUI."
|
description = "Cross-platform, fast and extensible general purpose fuzzy finder TUI."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
8
man/tv.1
8
man/tv.1
@ -1,6 +1,6 @@
|
|||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.TH television 1 "television 0.11.9"
|
.TH television 1 "television 0.12.3"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
television \- Cross\-platform, fast and extensible general purpose fuzzy finder TUI.
|
television \- Cross\-platform, fast and extensible general purpose fuzzy finder TUI.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -268,7 +268,7 @@ Show the help panel on startup (only works if feature is enabled).
|
|||||||
This flag works identically in both channel mode and ad\-hoc mode.
|
This flag works identically in both channel mode and ad\-hoc mode.
|
||||||
This overrides any channel configuration that might have it disabled.
|
This overrides any channel configuration that might have it disabled.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ui\-scale\fR=\fIINTEGER\fR [default: 100]
|
\fB\-\-ui\-scale\fR=\fIINTEGER\fR
|
||||||
Change the display size in relation to the available area.
|
Change the display size in relation to the available area.
|
||||||
|
|
||||||
This flag works identically in both channel mode and ad\-hoc mode.
|
This flag works identically in both channel mode and ad\-hoc mode.
|
||||||
@ -320,7 +320,7 @@ This flag works identically in both channel mode and ad\-hoc mode.
|
|||||||
|
|
||||||
When enabled, the picker will be displayed as an inline interface that uses
|
When enabled, the picker will be displayed as an inline interface that uses
|
||||||
all available empty space at the bottom of the terminal. If there is insufficient
|
all available empty space at the bottom of the terminal. If there is insufficient
|
||||||
space to meet the minimum height (set by default at 15 lines) the terminal will scroll.
|
space to meet the minimum height the terminal will scroll.
|
||||||
.TP
|
.TP
|
||||||
\fB\-h\fR, \fB\-\-help\fR
|
\fB\-h\fR, \fB\-\-help\fR
|
||||||
Print help (see a summary with \*(Aq\-h\*(Aq)
|
Print help (see a summary with \*(Aq\-h\*(Aq)
|
||||||
@ -365,6 +365,6 @@ Downloads the latest collection of default channel prototypes from github and sa
|
|||||||
television\-help(1)
|
television\-help(1)
|
||||||
Print this message or the help of the given subcommand(s)
|
Print this message or the help of the given subcommand(s)
|
||||||
.SH VERSION
|
.SH VERSION
|
||||||
v0.11.9
|
v0.12.3
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Alexandre Pasmantier <alex.pasmant@gmail.com>
|
Alexandre Pasmantier <alex.pasmant@gmail.com>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user