Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShareX Key Feature Parity: Delete Uploads #50

Closed
agnosticlines opened this issue Dec 29, 2023 · 0 comments
Closed

ShareX Key Feature Parity: Delete Uploads #50

agnosticlines opened this issue Dec 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@agnosticlines
Copy link

Hey there!

I love iShare, it's a great tool, I'd pay money for it, going to sponsor on GitHub sponsors after I write this, there's a few features missing that would take this from a great tool to an incredible tool, they're mostly around feature parity with ShareX. So I'll use this as like a "meta" issue to track them (If they're things you even want!)

The first thing for me is the ability to remove uploads after they're completed, but this would be blocked by the fact there's no window/way to view all your uploaded files/preview them, it also would require changes to the sxcu support.

Sadly this tool doesn't work with my favourite ShareX server lumen, which requires these features to work properly.

Here's the sxcu:

{
    "version": "15.0.0",
    "name": "Lumen",
    "destinationType": "ImageUploader, TextUploader, FileUploader",
    "requestMethod": "POST",
    "requestUrl": "http://localhost:8080/upload",
    "headers": {
        "x-api-key": "API_KEY_HERE",
        "x-file-name": "{filename}"
    },
    "body": "Binary",
    "url": "http://localhost:8080/{json:id}.{json:ext}?key={json:key}&nonce={json:nonce}",
    "deletionUrl": "http://localhost:8080/{json:id}.{json:ext}/delete?key={json:key}&nonce={json:nonce}&api_key=API_KEY_HERE",
    "errorMessage": "{response}"
}

So to summarise, I love this tool and have a small wishlist of features, but I recognise these may be considerable work.

  1. A ShareX History/Uploads/Capture Viewer
    image
  2. The ability to right click on an uploaded image in the history viewer and select delete
  3. Support for the sxcu features that lumen requires
@agnosticlines agnosticlines changed the title ShareX Key Feature Parity ShareX Key Feature Parity: Delete Uploads Dec 29, 2023
@castdrian castdrian self-assigned this Dec 29, 2023
@castdrian castdrian added the enhancement New feature or request label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants