forked from skim-rs/skim
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6c9c00
commit 4b274e5
Showing
4 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "two_percent" | ||
version = "0.11.27" | ||
version = "0.12.0" | ||
authors = [ | ||
"Zhang Jinzhou <[email protected]>", | ||
"Robert Swinford <robert.swinford <...at...> gmail.com>", | ||
|
@@ -37,7 +37,7 @@ clap = { version = "3.2.25", optional = true, default-features = false, features | |
] } | ||
tuikit = { version = "0.5.0", default-features = false } | ||
vte = { version = "0.13.0", default-features = false } | ||
fuzzy-matcher = { version = "0.3.29", default-features = false, package = "fuzzy-muff" } | ||
fuzzy-matcher = { version = "0.4.0", default-features = false, package = "fuzzy-muff" } | ||
rayon = { version = "1.10.0", default-features = false } | ||
derive_builder = { version = "0.20.1", default-features = false, features = [ | ||
"alloc", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. | ||
.TH SK "1" "September 2024" "sk 0.11.27" "User Commands" | ||
.TH SK "1" "September 2024" "sk 0.12.0" "User Commands" | ||
.SH NAME | ||
sk \- manual page for sk 0.11.27 | ||
sk \- manual page for sk 0.12.0 | ||
.SH DESCRIPTION | ||
sk 0.11.27 | ||
sk 0.12.0 | ||
Jinzhou Zhang<[email protected]> | ||
.SS "USAGE:" | ||
.IP | ||
|
@@ -13,9 +13,8 @@ sk [OPTIONS] | |
\fB\-0\fR, \fB\-\-exit\-0\fR | ||
.HP | ||
\fB\-1\fR, \fB\-\-select\-1\fR | ||
.TP | ||
.HP | ||
\fB\-\-algo\fR <algo> | ||
[default: skim_v2] | ||
.HP | ||
\fB\-\-ansi\fR | ||
.HP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters