mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #572] Paste images from clipboard #434
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#434
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rounakdatta on GitHub (Jan 6, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/572
Currently NTFY supports attaching a file from a local source or via an external URL. It would be cool if one could paste from clipboard and the file uploading just worked. An use case I can think of is quickly sharing an image from one computer to another.
@binwiederhier commented on GitHub (Jan 6, 2023):
On Android, if you click "Share" from any app, you can share an image or a file to a ntfy topic. There is no native dialog inside in the ntfy app itself yet (see #98) though.
On the web app, you can just drag and drop files into the web app and publish files like that.
@rounakdatta commented on GitHub (Jan 6, 2023):
Thanks for getting back. Here's a situation that prompted me to create this
issue: I use Flameshot on my Linux computer to take a selected-area
screenshot and instead of saving it to a file, I copy it to clipboard.
I think it'd be great if I could just Ctrl+V instead.
(The reason I copy to clipboard or even that am willing to share over NTFY
is that the screenshot is ephemeral and quick)
On Fri, Jan 6, 2023, 8:09 PM Philipp C. Heckel @.***>
wrote:
@binwiederhier commented on GitHub (Jan 6, 2023):
So you are talking about the web app?
@binwiederhier commented on GitHub (Mar 7, 2024):
Done in #963.