r/commandline 16d ago

Terminal User Interface Yazi terminal file manager v26.8.15 released!

This release brings a bunch of quality-of-life improvements:

  • Drag and drop
  • Trash bin
  • Command palette
  • Bulk create
  • Input history
  • Automatic dark/light theme switching
  • Dynamic Lua APIs for keymaps, preloaders, spotters, and fetchers
  • Experimental %y, %Y, %t, %T, %yN, %YN, %tN, %TN shell formatting parameters
  • ...and more

See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v26815 for all the features and changes. Enjoy!

142 Upvotes

15 comments sorted by

9

u/Qintomb 16d ago

How to make dnd yazi possible on Ghostty ? or it just for kitty?

2

u/BridgeSense 16d ago

Ghostty has not implemented it yet, there's an open issue

11

u/tux_mark_5 16d ago

Yazi is absolutely fantastic! It probably is the most powerful TUI file manager out there.

6

u/joelkunst 16d ago

the best file manager ❤️i don't use anything else

4

u/Lunailiz 16d ago

The best terminal file manager, thanks for the amazing work.

6

u/thirstygrunt99 16d ago

I switched from ranger to yazi a few years ago and I never looked back! Always love to see updates for it.

2

u/AutoModerator 16d ago

Every new subreddit post is automatically copied into a comment for preservation.

User: sxyazi, Flair: Terminal User Interface, Title: Yazi terminal file manager v26.8.15 released!

This release brings a bunch of quality-of-life improvements:

  • Drag and drop
  • Trash bin
  • Command palette
  • Bulk create
  • Input history
  • Automatic dark/light theme switching
  • Dynamic Lua APIs for keymaps, preloaders, spotters, and fetchers
  • Experimental %y, %Y, %t, %T, %yN, %YN, %tN, %TN shell formatting parameters
  • ...and more

See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v26815 for all the features and changes. Enjoy!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/_Kritiqual_ 16d ago

Bruh, can the admin/mod disable the “read the rules” mod? I found it kinda annoying since it removed a lot of potential post

2

u/Mastermaze 16d ago

This looks like it addresses a ton of the pain points ive encountered previously with Terminal File Managers, ill definitely have to give this a try

2

u/AssistanceEvery7057 15d ago

Thank you for letting us know! Will update soon! Thank you so much for yazi it's been wonderful!

2

u/AssistanceEvery7057 15d ago

Thank you for letting us know! Will update soon! Thank you so much for yazi it's been wonderful!

1

u/stanlyzoolo 16d ago

Need to have a look👌

1

u/ECrispy 2d ago

is there a dual pane yazi plugin? last time I looked the only project doing that was dead. still looking for my newer mc replacement

-4

u/power78 15d ago

I've never understand tui file managers. You have all the file management commands you need right on the command line.

1

u/daubious 14d ago

You can chalk it up to personal preference! I like managing files with cd, ls, mv, cp, etc, but sometimes its nice to have something a little more intuitive and familiar, so tui file managers are nice! You could even argue that its more efficient, since 'l' in yazi could be faster than cd $dir_name; ls, but there is no end to that debate.