glow icon indicating copy to clipboard operation
glow copied to clipboard

Make the stash feature pluggable

Open marcosnils opened this issue 3 years ago • 2 comments

Hi there, big fan of glow and all things Charmbracelet.

I'd love to stash my notes somewhere else besides charm cloud. Reason for this is that for some of them I don't really need encryption and I'd like to browse them in my cell phone using evernote, google tasks or any other note taking app.

The way this could be achieved is by making the stash feature pluggable. One approach would be using something like https://github.com/hashicorp/go-plugin which is the same architecture a lot of HashiCorp tools use. I'm happy to work on a PR is this could be useful to someone else.

marcosnils avatar Feb 06 '21 17:02 marcosnils

While not really "pluggable", you can disable all network features in glow's config. We're thinking about making glow a bit more modular and customizable however.

muesli avatar Oct 12 '22 00:10 muesli

glow stash somefile.md still works after disabling network feature in config. It does remove network features in some places but not all. How do I completely opt out.

belibug avatar Mar 19 '24 17:03 belibug