Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created with
brew bump-formula-pr
.release notes
yazi /dir1 /dir2/file
will open two tabs, one in/dir1
and another in/dir2
, withfile
selected.<C-X>
instead of<C-S-x>
.--cursor
option has been added to theshell
command to specify the cursor position. For example,shell 'zip -r .zip "$0"' --cursor=7
places the cursor before.zip
./proc
directory.F13
-F19
keys.yazi-nightly-bin
AUR package for Arch Linux users (Thanks @latipun7)What's Changed
trash
crate by @Xerxes-2 in fix: android building error caused bytrash
crate sxyazi/yazi#1393title_format
manager config option by @chriszarate in feat: addtitle_format
manager config option sxyazi/yazi#1281\x1b
characters as plain text and escape by @Xerxes-2 in fix: preview files containing special\x1b
characters as plain text and escape sxyazi/yazi#1395search_do
command to make it easier to achieve a flat view by @sxyazi in feat: newsearch_do
command to make it easier to achieve a flat view sxyazi/yazi#1431rust-overlay
to workaroundcargo-c
by @isabelroses in fix(nix): pinrust-overlay
to workaroundcargo-c
sxyazi/yazi#1442F13
-F19
keys by @sxyazi in feat: supportF13
-F19
keys sxyazi/yazi#1446<C-S-x>
as<C-X>
by @sxyazi in feat: allows shorthand forms like<C-S-x>
as<C-X>
sxyazi/yazi#1448cursor
option to theshell
command by @HE7086 in feat: addcursor
option to theshell
command sxyazi/yazi#1422status()
method toCommand
by @sxyazi in feat: addstatus()
method toCommand
sxyazi/yazi#1473empty
previewer for empty and/proc
files by @sxyazi in feat: newempty
previewer for empty and/proc
files sxyazi/yazi#1482hidden
file type tois
rule by @sxyazi in feat: addhidden
file type tois
rule sxyazi/yazi#1483#
with:
to resolve the problem where certain shells recognize it as a special character by @sxyazi in fix: replace#
with:
to resolve the problem where certain shells recognize it as a special character sxyazi/yazi#1490tab
DDS event on tab switch by @mikavilpas in feat: newtab
DDS event on tab switch sxyazi/yazi#1474hardlink
command by @ahanniga in feat: add keybinding for thehardlink
command sxyazi/yazi#1461New Contributors
hardlink
command sxyazi/yazi#1461Full Changelog: sxyazi/yazi@v0.3.0...v0.3.1