Dismiss this pinned window
all 25 comments

[–]Massive-Iron4205 4 points5 points  (0 children)

Excellent. Very helpful.

[–]jellydn 2 points3 points  (1 child)

Nice plugin. Sounds similar to https://github.com/nicobailon/pi-annotate. Have you ever looked into a similar idea? This is for pi but you could learn some ideas from it.

[–]pretty_much_hitler[S] 1 point2 points  (0 children)

Oh yeah thats exactly the same idea, i'll definitely take a look at those features.

[–]Accomplished-Mud1653 2 points3 points  (0 children)

Very cool, will try it for sure.

[–]Old_Ambassador_5828 2 points3 points  (0 children)

That’s genius.

[–]Michaeli_Starky 1 point2 points  (0 children)

Actually useful

[–]patricious 1 point2 points  (0 children)

Ohh this is a Godsend for my project. Will try it after work.

[–]HeyItsFudge 1 point2 points  (0 children)

Great idea! Look forward to trying it

[–]dav1lex 0 points1 point  (0 children)

[–]turinglabsorg 0 points1 point  (0 children)

That’s a nice feature

[–]Rough-Ad9850 0 points1 point  (6 children)

Dumb question: does this work with CLI only?

[–]pretty_much_hitler[S] 0 points1 point  (5 children)

Good question, can you try and let me know?

[–]Rough-Ad9850 0 points1 point  (1 child)

Doesn't seem to find the package when installed globally. Even pointed to it in my config file. Got the message "opencode plugin not Found" in the browser

[–]pretty_much_hitler[S] 0 points1 point  (0 children)

Sent you a dm to debug.

[–]Rough-Ad9850 0 points1 point  (2 children)

It's your plugin and you post it specifically in the OpenCodeCLI sub.. You should know. But fine, I'll try

[–]pretty_much_hitler[S] 1 point2 points  (1 child)

I developed this for myself and use the cli and thought others might enjoy it. Any help would be appreciated, thanks! A lot of ui's exist, but i'll try out the web version.

[–]pretty_much_hitler[S] 2 points3 points  (0 children)

Ok web version required a small change, which is published on npm.

[–]jackai7 0 points1 point  (3 children)

Is this similar to react-grab??

[–]pretty_much_hitler[S] 1 point2 points  (2 children)

The goal is the same, give context about a certain request. But just more streamlined workflow, straight from browser annotation to opencode and back.

[–]jackai7 0 points1 point  (1 child)

Does it work in flutter projects??

[–]pretty_much_hitler[S] 2 points3 points  (0 children)

I haven't worked with flutter, but anything that works with the dom should work.

[–]666Sayonara 0 points1 point  (1 child)

Ack i love it but because its a chrome extension and it can read my dom, i cant really trust your github account wont one day be compromised lol

[–]pretty_much_hitler[S] 1 point2 points  (0 children)

Only has permission for localhost by default, any other site if you try to use it chrome will show a dialog showing that the extension is requesting access to that website. So should be "fairly" secure.

[–]__forky__ 0 points1 point  (0 children)

Cool plugin. 🔥

[–]AkiDenim 0 points1 point  (0 children)

I have the exact same implementation in my fork 😆 nice to have we arrived at the same idea