Lauri Niskanen

Results 94 comments of Lauri Niskanen

I made a new version that doesn't use `ORPHAN`, but instead adds a new field to `Cha`. With the default theme and linemode `permissions`, it now looks like this: ![yazi_failed_metadata2](https://github.com/sxyazi/yazi/assets/156318/2c1ce9a5-5d7b-4f7c-bd09-ec5e7c62362c)

Rebased on [ac4fd9f](https://github.com/sxyazi/yazi/commit/ac4fd9f3180895a1fa4412f39246ef2d6abaa6fb) (feat: make UI extensions easier (#1257)).

I have only tested this on Linux, but my understanding is that it should work regardless of the OS.

I have a work-in-progress patch here: https://github.com/sxyazi/yazi/pull/1268 I still want to add support for directories.

The pull request is now ready for review. I also added an optional second commit for adjusting the default keymap. This is how I would configure the keys, but I...

This actually accidentally partially fixes #1273, too. Turns out there was `tostring` missing in `yazi-plugin/preset/components/current.lua`. The loading message still doesn't work in the folder preview view (`yazi-plugin/preset/plugins/folder.lua`), but that's outside...

Yeah, I guess this would be Unix only. I'd be happy to have the feature as a plugin.

I made a proof-of-concept plugin for this feature: https://github.com/Ape/mount-points.yazi However, it is currently quite unusable because of performance implications. The plugin refreshes the mount point information constantly. Ideally it would...

> @Ape there's a plugin [archivemount.yazi](https://github.com/AnirudhG07/archivemount.yazi), it can mount archives(as the name suggests) as well tell if a direc is a mountpoint or not. Check if out. If you do...

This needs to be released. It's not only deprecated, as of Python 3.12 the feature has been removed.