Many updates

This commit is contained in:
2026-07-10 01:57:02 -03:00
parent 244cffa6eb
commit 18f447b8ee
12 changed files with 486 additions and 12 deletions

View File

@@ -0,0 +1,67 @@
[Commands]
1\Command=copyq: plugins.itemencrypted.encryptItems()
1\Icon=
1\InMenu=true
1\Input=!OUTPUT
1\InternalId=copyq_encrypted_encrypt
1\Name=Encrypt (needs GnuPG)
1\Output=application/x-copyq-encrypted
1\Shortcut=ctrl+l
10\Command=copyq: plugins.itemtags.clearTags()
10\Icon=
10\InMenu=true
10\Input=application/x-copyq-tags
10\InternalId=copyq_tags_clear
10\Name=Clear all tags
2\Command=copyq: plugins.itemencrypted.decryptItems()
2\Icon=
2\InMenu=true
2\Input=application/x-copyq-encrypted
2\InternalId=copyq_encrypted_decrypt
2\Name=Decrypt
2\Output=application/x-copyq-item
2\Shortcut=ctrl+l
3\Command=copyq: plugins.itemencrypted.copyEncryptedItems()
3\Icon=
3\InMenu=true
3\Input=application/x-copyq-encrypted
3\InternalId=copyq_encrypted_decrypt_and_copy
3\Name=Decrypt and Copy
3\Shortcut=ctrl+shift+l
4\Command=copyq: plugins.itemencrypted.pasteEncryptedItems()
4\Icon=
4\InMenu=true
4\Input=application/x-copyq-encrypted
4\InternalId=copyq_encrypted_decrypt_and_paste
4\Name=Decrypt and Paste
4\Shortcut=enter
5\Command=copyq: plugins.itempinned.pin()
5\Icon=
5\InMenu=true
5\Input=!OUTPUT
5\InternalId=copyq_pinned_pin
5\Name=Pin
5\Output=application/x-copyq-item-pinned
6\Command=copyq: plugins.itempinned.unpin()
6\Icon=
6\InMenu=true
6\Input=application/x-copyq-item-pinned
6\InternalId=copyq_pinned_unpin
6\Name=Unpin
7\Command=copyq: (plugins.itemtags.hasTag(decodeURIComponent('Important')) ? plugins.itemtags.untag : plugins.itemtags.tag)(decodeURIComponent('Important'))
7\Icon=
7\InMenu=true
7\InternalId=copyq_tags_tag:Important
7\Name=Toggle Tag “Important”
8\Command=copyq: plugins.itemtags.tag()
8\Icon=
8\InMenu=true
8\InternalId=copyq_tags_tag
8\Name=Add a Tag
9\Command=copyq: plugins.itemtags.untag()
9\Icon=
9\InMenu=true
9\Input=application/x-copyq-tags
9\InternalId=copyq_tags_untag
9\Name=Remove a Tag
size=10