yeahitsjan / pawxel

Lightweight screenshot tool for designers & developers
https://pawxel.rocks
GNU General Public License v3.0
106 stars 6 forks source link

Feature request: Auto-open Editor; auto-copy an image #21

Open untitled500 opened 2 months ago

untitled500 commented 2 months ago

Shottr has two settings that are quite useful for some workflows.

  1. Auto-open Editor when taking a screenshot
  2. Auto-copy an image when exiting the editor
yeahitsjan commented 2 months ago

As said, I'll write it down but cannot guarantee anything.

Still, your first reqest was already implemented in https://github.com/yeahitsjan/pawxel/pull/18. Could you check out if this works out? EDIT: you probably need to build pawxel from source as this would be a feature of 0.2.0 as 0.1.4 was released before this PR.

I can see what I can do with second feature request, as it should be relatively easy to implement. You would probably need to emit a signal inside the window's close event, which then invokes the copy slot.