-
-
Notifications
You must be signed in to change notification settings - Fork 79
Plugins
Arijit Basu edited this page Apr 4, 2021
·
42 revisions
Although, xplr
is already extensible enough even without plugin support, it would be great if there is a way to share xplr hacks with each other without a lot of copy-pasting.
But as of now, I'm still figuring out how to implement plugin support.
I like nnn's approach of using pipes, but I think we can do better than cloning a repo of difficult-to-port scripts (don't "How?" me yet).
Some plugin ideas to explore:
- port all nnn plugins
- fzf integration (a better one than the tutorial)
- skim integration
- preview window
- tabs / synced sessions
- disk analyzer mode (hint)
- progress bars (hint)
- git integration
- themes
- nice input prompts
- background jobs (hint)
- dashboards (hint)
Do you have any other ideas? I'd like to hear about it.