octant icon indicating copy to clipboard operation
octant copied to clipboard

octant Delete Plugin

Open danielhelfand opened this issue 5 years ago • 4 comments

Currently, you must run rm ~/.config/octant/plugins/<plugin name> to remove a plugin. It would be nice to be able to remove a plugin via the CLI instead so users don't have to remember the location of where plugin binaries are located.

The idea would be something along the lines of octant delete plugin <plugin name> would remove the plugin binary. Then that plugin will not be available when restarting Octant.

danielhelfand avatar Dec 30 '19 20:12 danielhelfand

Having some mechanism for getting at installed plugins is a good idea. I think having CLI commands could work, maybe in combination with having a button in Octant that opens the plugin folder using the system file browser.

wwitzel3 avatar Jan 06 '20 15:01 wwitzel3

Plugin management as a whole should be added to the roadmap as it is something that should exist in 1.0

GuessWhoSamFoo avatar Jan 06 '20 18:01 GuessWhoSamFoo

@GuessWhoSamFoo Agreed. Something to also install plugins I think would be nice long term.

I think the CLI makes the most sense as the way for users to manage plugins since plugin changes require a restart anyway. Doing it through the UI might be misleading as to why something isn't added or removed.

danielhelfand avatar Jan 06 '20 18:01 danielhelfand

We would like to remove having to restart to load/unload plugins as well #178 , which ties in to what @GuessWhoSamFoo is saying about having a good plugin story as part of our 1.0 roadmap.

wwitzel3 avatar Jan 06 '20 18:01 wwitzel3