Carlos Eduardo
Carlos Eduardo
The latest commit adds the API allowing Lua plugins to add exclude patterns to the processing. Patterns from `[[files.excludes]]` have higher priority than the ones added by plugins so the...
Btw @and-rs ... if you can test this out with the plugin I'd love to get some feedback... :)
I'm already looking into this... Facing a problem when e browsing a git repo subdir and going back... Something about yazi caching the repo and not calling the fetcher to...
Fixed the caching issue and updated the plugin as well since it had a pattern matching problem. Can you test this out @and-rs? It needs to pull and build this...
@and-rs I override my config with yours and here it's working fine: https://github.com/user-attachments/assets/2eb2934f-befe-4bc6-b72c-675f17ba4744 I have git.yazi too and it's not working with the upstream main branch (not related to my...
Btw, have you tried to clean cache with `./target/release/yazi --clear-cache` ... dunno if that helps.
Great, I just rebased it on latest changes. @sxyazi any additional corrections to the code? Have you been able to review it?
No error here... even on the tiramisu repo, the path is shown correctly. I've added/removed exclude patterns and no changes (except it shows .git when removed). Have you also updated...
The latest commit adds an `excluded` command which allows to toggle, hide and show the excluded files in keymaps. Add to your `keymap.toml`: ```toml [[mgr.prepend_keymap]] on = "" run =...
Hey @and-rs, as an aside, to fix git.yazi plugin update your config to: ``` [[plugin.prepend_fetchers]] id = "git" url = "*" run = "git" [[plugin.prepend_fetchers]] id = "git" url =...