mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Update yazi-proxy/src/options/search.rs
Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
This commit is contained in:
parent
90b9075627
commit
27bf3207c4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,9 +35,9 @@ impl TryFrom<CmdCow> for SearchOpt {
|
||||||
pub enum SearchOptVia {
|
pub enum SearchOptVia {
|
||||||
// TODO: remove `None` in the future
|
// TODO: remove `None` in the future
|
||||||
None,
|
None,
|
||||||
Rga,
|
|
||||||
Rg,
|
Rg,
|
||||||
Fd,
|
Fd,
|
||||||
|
Rga,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl From<&str> for SearchOptVia {
|
impl From<&str> for SearchOptVia {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue