mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 19:45:23 +00:00
chore: bump to 0.11.8
This commit is contained in:
parent
0bd4d4274e
commit
b4438ab835
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2210,7 +2210,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.11.7"
|
version = "0.11.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.11.7"
|
version = "0.11.8"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A cross-platform, fast and extensible general purpose fuzzy finder TUI."
|
description = "A cross-platform, fast and extensible general purpose fuzzy finder TUI."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
13
man/tv.1
13
man/tv.1
@ -1,10 +1,10 @@
|
|||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.TH television 1 "television 0.11.7"
|
.TH television 1 "television 0.11.8"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
television \- A cross\-platform, fast and extensible general purpose fuzzy finder TUI.
|
television \- A cross\-platform, fast and extensible general purpose fuzzy finder TUI.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBtelevision\fR [\fB\-p\fR|\fB\-\-preview\fR] [\fB\-\-no\-preview\fR] [\fB\-\-delimiter\fR] [\fB\-t\fR|\fB\-\-tick\-rate\fR] [\fB\-f\fR|\fB\-\-frame\-rate\fR] [\fB\-k\fR|\fB\-\-keybindings\fR] [\fB\-i\fR|\fB\-\-input\fR] [\fB\-\-autocomplete\-prompt\fR] [\fB\-\-select\-1\fR] [\fB\-\-no\-remote\fR] [\fB\-\-no\-help\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fICHANNEL\fR] [\fIPATH\fR] [\fIsubcommands\fR]
|
\fBtelevision\fR [\fB\-p\fR|\fB\-\-preview\fR] [\fB\-\-no\-preview\fR] [\fB\-\-delimiter\fR] [\fB\-t\fR|\fB\-\-tick\-rate\fR] [\fB\-f\fR|\fB\-\-frame\-rate\fR] [\fB\-k\fR|\fB\-\-keybindings\fR] [\fB\-i\fR|\fB\-\-input\fR] [\fB\-\-custom\-header\fR] [\fB\-\-autocomplete\-prompt\fR] [\fB\-\-select\-1\fR] [\fB\-\-no\-remote\fR] [\fB\-\-no\-help\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fICHANNEL\fR] [\fIPATH\fR] [\fIsubcommands\fR]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
A cross\-platform, fast and extensible general purpose fuzzy finder TUI.
|
A cross\-platform, fast and extensible general purpose fuzzy finder TUI.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
@ -59,6 +59,13 @@ Input text to pass to the channel to prefill the prompt.
|
|||||||
This can be used to provide a default value for the prompt upon
|
This can be used to provide a default value for the prompt upon
|
||||||
startup.
|
startup.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-custom\-header\fR=\fISTRING\fR
|
||||||
|
Input fields header title
|
||||||
|
|
||||||
|
This can be used to give the input field a custom title e.g. the current
|
||||||
|
working directory.
|
||||||
|
The default value for the input header is the current channel.
|
||||||
|
.TP
|
||||||
\fB\-\-autocomplete\-prompt\fR=\fISTRING\fR
|
\fB\-\-autocomplete\-prompt\fR=\fISTRING\fR
|
||||||
Try to guess the channel from the provided input prompt.
|
Try to guess the channel from the provided input prompt.
|
||||||
|
|
||||||
@ -126,6 +133,6 @@ Initializes shell completion ("tv init zsh")
|
|||||||
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.7
|
v0.11.8
|
||||||
.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