mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
release v0.14.0
This commit is contained in:
parent
f6eb98e514
commit
68f1c408ce
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -837,7 +837,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|||
|
||||
[[package]]
|
||||
name = "skim"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"beef",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.TH sk 1 "sk 0.13.0"
|
||||
.TH sk 1 "sk 0.14.0"
|
||||
.SH NAME
|
||||
sk \- sk \- fuzzy finder in Rust
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -192,7 +192,7 @@ AVAILABLE KEYS: (SYNONYMS)
|
|||
|
||||
ACTION: DEFAULT BINDINGS (NOTES):
|
||||
abort ctrl\-c ctrl\-q esc
|
||||
accept enter
|
||||
accept(...) enter (the argument will be printed when the binding is triggered)
|
||||
append\-and\-select
|
||||
backward\-char ctrl\-b left
|
||||
backward\-delete\-char ctrl\-h bspace
|
||||
|
|
@ -528,8 +528,6 @@ Pre\-select the items read from this file
|
|||
Query for filter mode
|
||||
.TP
|
||||
\fB\-\-tmux\fR=\fITMUX\fR
|
||||
Reserved for later use
|
||||
|
||||
Run in a tmux popup
|
||||
|
||||
Format: sk \-\-tmux <center|top|bottom|left|right>[,SIZE[%]][,SIZE[%]]
|
||||
|
|
@ -547,4 +545,4 @@ Print help (see a summary with \*(Aq\-h\*(Aq)
|
|||
\fB\-V\fR, \fB\-\-version\fR
|
||||
Print version
|
||||
.SH VERSION
|
||||
v0.13.0
|
||||
v0.14.0
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ _sk() {
|
|||
'--pre-select-file=[Pre-select the items read from this file]:PRE_SELECT_FILE:_default' \
|
||||
'-f+[Query for filter mode]:FILTER:_default' \
|
||||
'--filter=[Query for filter mode]:FILTER:_default' \
|
||||
'--tmux=[Reserved for later use]' \
|
||||
'--tmux=[Run in a tmux popup]' \
|
||||
'--hscroll-off=[Reserved for later use]:HSCROLL_OFF:_default' \
|
||||
'--jump-labels=[Reserved for later use]:JUMP_LABELS:_default' \
|
||||
'--tac[Show results in reverse order]' \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "skim"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
|
||||
description = "Fuzzy Finder in rust!"
|
||||
documentation = "https://docs.rs/skim"
|
||||
|
|
|
|||
Loading…
Reference in a new issue