-
-
Notifications
You must be signed in to change notification settings - Fork 79
Plugins
Arijit Basu edited this page May 29, 2021
·
42 revisions
xplr
is already extensible enough even without plugin support. But 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 (I think I have a guess how).
Some plugin ideas to explore:
- Cross platform, painless support for the hacks
- wasm support
- port nnn plugins
- port clifm plugins
- Undo - Redo actions
- preview window
- duplicate files
- tabs / synced sessions
- better renaming
- disk analyzer mode (hint)
- progress bars (hint)
- git integration
- themes
- nice input prompts (hint)
- background jobs (hint)
- dashboards (hint)
- fselect integration
- https://github.com/nakabonne/pbgopy
- https://github.com/pkolaczk/fclones
- https://github.com/nivekuil/rip
- https://github.com/dmerejkowsky/ruplacer
- https://github.com/mptre/yank
Do you have any other ideas? I'd like to hear about it.