Skip to content

Commit

Permalink
feat: allow customizing Zoxide's FZF options with YAZI_ZOXIDE_OPTS (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi authored Oct 23, 2024
1 parent 0e118b5 commit 35d781e
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 66 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ratatui = { version = "0.28.1", features = [ "unstable-rendered-line-info"
regex = "1.11.0"
scopeguard = "1.2.0"
serde = { version = "1.0.210", features = [ "derive" ] }
serde_json = "1.0.131"
serde_json = "1.0.132"
shell-words = "1.1.0"
tokio = { version = "1.40.0", features = [ "full" ] }
tokio-stream = "0.1.16"
Expand Down
2 changes: 1 addition & 1 deletion yazi-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ proc-macro = true

[dependencies]
# External dependencies
syn = "2.0.79"
syn = "2.0.82"
quote = "1.0.37"
Loading

0 comments on commit 35d781e

Please sign in to comment.