mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
clipboard: add cl copy --download option for images/videos
- offers application/vnd.portal.filetransfer and text/uri-list
This commit is contained in:
@@ -82,6 +82,10 @@ signal itemsChanged()
|
||||
// Required functions
|
||||
function getItems(query): array
|
||||
function executeItem(item): void
|
||||
|
||||
// Optional functions (for Shift+Enter paste support)
|
||||
function getPasteText(item): string|null
|
||||
function getPasteArgs(item): array|null
|
||||
```
|
||||
|
||||
**Item Structure**:
|
||||
|
||||
Reference in New Issue
Block a user