greenshot
greenshot copied to clipboard
feature request: add a button to remove the capture in the editor
This GitHub repository is for developers, if you want to request a feature for Greenshot as a user please do so in our JIRA issue system here: https://greenshot.atlassian.net/projects/FEATURE/issues/filter=allopenissues
Is your feature request related to a problem? Please describe.
Describe the solution you'd like Add a button to delete the screenshot just captured, that is to say for when it is saved directly to disk, and the capture is opened in the editor
Describe alternatives you've considered for now, I have added a custom command in the external commands plugin, to delete using CMD but the icon is not the most intuitive
name: Erase command: C:\Windows\System32\cmd.exe Arguments: /c "del "{0}""
Additional context Add any other context or screenshots about the feature request here.
If you just want an own icon, you could write a little script with AutoIt or AHK and compile it to exe with an icon of your choice. This should be an easy task, and you could add more functionality to the script for your workflow.