-
Notifications
You must be signed in to change notification settings - Fork 605
Description
Bugs
- Exit selection mode on
leave
- Exit selection mode on
yank
- Trigger
Refresh
manually when rename, create, in casenotify-rs
doesn't update in time - Precache
n+1
pages of mimetype instead ofn
for the better experience - Image preview on node-pty based terminal, like Hyper canary and VSCode
Features
-
Forward / Backward
No request -
Find next/previous file (not the
Search
feature that's already existing)
Requested by @teto, feature request for "find" aka jump to matching file/folder #81 -
Custom preloader / previewer
Requested by @Neurognostic, [Feature Request] Custom Preview Commands #182 -
Filter files in real-time
Requested by @musjj, Real-time filter current directory #137 -
Make the preview scrollable
Requested by cg00@Discord -
File chooser API used for Neovim plugin
Requested by @Eric-Song-Nop -
Copy file path
Requested by @Gajus84, Copy filename etc. not working + two possible feature requests. #70 -
Mouse actions binding in
keymap.toml
Requested by @Gajus84, Copy filename etc. not working + two possible feature requests. #70 -
macOS-like file tag
Requested by @sxyazi -
Transparent images support
No request -
GIFs images support
Requested by @JustinBacher, Gif support? #1195 -
Customizable scroll offset and popup position improvement
No request -
Better borders style
Requested by @sxyazi -
Case-insensitive sorting
No request -
Emacs readline keybindings for Input component
Requested by @teto -
Auto-completion for Input component
Requested by @maxzinkus -
Custom manager layout
Requested by @KeqiZeng, Feature request: configurable column_ratio #71 -
Sort files naturally
Requested by @asim215 -
Show all binding keymaps
Requested by @hackers267, @maxzinkus, add the keymap view #79 -
Show file size after the filename
Requested by @sxzz, Disk Usage Analyzer #88 (comment) -
Display of the number of currently selected/cut/copied files
Requested by @Gajus84, More ideas for potential features #85 -
A floating window to glance at more information about this file (mime-type, atime/btime/mtime, previewer, preloaders, EXIF for images/videos, etc.)
Requested by @Gajus84, @teto, More ideas for potential features #85, remove escape characters from the logs #831 (comment) -
Re-previewing in real-time when the file content changes
Requested by @otakutyrant, After opening and editing files with nvim in yazi, the preview is not updated automatically. #129 -
Shell command history
Requested by @mbirth, Feature requests #51 (comment) -
Sorting by file type
Requested by @v01dnu11, Feature requests #51 (comment) -
Hide specified files or directories
Requested by @5ouma, @grig-iv Feature requests #51 (comment), Hide specified files or directories #694 -
Add
--no-cwd-file
to theclose
command
Requested by @kockahonza, Add--no-cwd-file
toclose
#1629 -
Shell completion
Requested by @MinaMatta98, Shell Completion #420 -
Remote file management
Requested by @Xuanwo, Integrate to OpenDAL to allow manage files on s3/azblob/gcs/oss/dopbox/gdrive... #434, Tracking issues of Remote file management #611 -
Archives as directories
Requested by @git-rz, Traverse archive files as if they were directories #417 -
Auto-complete supports smart case
Requested by @RioNight, Allow the filtering of the interactive cd (g<space>
) results to be case insensitive #547 -
Natural sorting supports Hungarian letters
Requested by @og900aero, Sort_by function not work very well with hungarian letters #616 -
Group tasks in Task Manager by "Running"/"Failed"
Requested by @teto, log failed tasks #1105 -
Dual panel
Requested by @c02y, @vladimir-salvador, Feature requests #51 (comment), Dual panel like total commander #1294 -
Improve
ya pack
subcommand
Requested by @uncenter, Support more Git forges withya pack
#1509, Support custom branches withya pack
#1510 -
Remove package with
ya pack
subcommand
No request -
Command macros
No request -
Functional plugin support for
--name=value
parameters
No request -
Previewer/preloader/fetcher support for passing parameters
No request -
Refactor the scheduler: for actions like copy, cut, delete, separate micro and macro tasks into two phases, first gather enough information, then operations
No request -
Redesign
[filetype]
to expand functionality and improve performance
No request -
Remove
x-
prefixes from mime-types as it's discouraged as per rfc6838#section-3.4 - Stop yazi from opening extracted directory in GUI file Manager #1663 (reply in thread).
No request -
Allow changing the border type of input/completion/tasks components
Requested by @Axlefublr, feat: allow to change border type #1552 -
Support UTF-16 encoded file preview for the preset
code
previewer
No request -
Experimental parameter macro support (%)
Requested by @gotbletu, Next Tab macros? #1318 -
Allow changing the style of the confirm component in
theme.toml
No request -
Truncate long filenames in the file list
Requested by @Brixy, Show file extensions if file names are truncated #903 -
theme.toml
supports plugin-specific styles within[plugin]
No request -
Move
mode_normal
,mode_select
, andmode_unset
intheme.toml
to a separate[mode]
block asnormal_open
,normal_close
,select_open
, etc. (better names needed)
Requested by @imsi32, Improvetheme.toml
#1228 -
Add snap to snapcraft.ioAdd flatpak to flathub.org
Requested by @DevelSSN, Add snap to snapcraft.io #1631, done in Package for flatpak #2080 -
Support auto-switching between dark/light flavors
Requested by @markmacode, Enable live update of flavor through Lua plugin API #988 -
Immediately place the cursor on the first file to be copied/moved when copying/moving files
Requested by @exquo, Focus cursor on the file after moving it to a target dir #1950 -
New
toggle
andvisual
DDS event allow users to implement plugins that involve selection states
Requested by @aidancz, cross-instance select ability? #1748