From b4438ab83585053406a946d242f8760184787d39 Mon Sep 17 00:00:00 2001 From: Alex Pasmantier Date: Sun, 20 Apr 2025 21:44:41 +0200 Subject: [PATCH] chore: bump to 0.11.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- man/tv.1 | 13 ++++++++++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79ba6f7..a4ff9f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2210,7 +2210,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "television" -version = "0.11.7" +version = "0.11.8" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index c6307b0..7b5e9f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.11.7" +version = "0.11.8" edition = "2021" description = "A cross-platform, fast and extensible general purpose fuzzy finder TUI." license = "MIT" diff --git a/man/tv.1 b/man/tv.1 index 03ce764..bb5b14f 100644 --- a/man/tv.1 +++ b/man/tv.1 @@ -1,10 +1,10 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH television 1 "television 0.11.7" +.TH television 1 "television 0.11.8" .SH NAME television \- A cross\-platform, fast and extensible general purpose fuzzy finder TUI. .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 A cross\-platform, fast and extensible general purpose fuzzy finder TUI. .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 startup. .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 Try to guess the channel from the provided input prompt. @@ -126,6 +133,6 @@ Initializes shell completion ("tv init zsh") television\-help(1) Print this message or the help of the given subcommand(s) .SH VERSION -v0.11.7 +v0.11.8 .SH AUTHORS Alexandre Pasmantier