diff --git a/send-as-attachment@rcalixte/CHANGELOG.md b/send-as-attachment@rcalixte/CHANGELOG.md new file mode 100644 index 00000000..58d99ae8 --- /dev/null +++ b/send-as-attachment@rcalixte/CHANGELOG.md @@ -0,0 +1,4 @@ + +### 1.0 + +* Initial release diff --git a/send-as-attachment@rcalixte/README.md b/send-as-attachment@rcalixte/README.md new file mode 100644 index 00000000..26c05d7f --- /dev/null +++ b/send-as-attachment@rcalixte/README.md @@ -0,0 +1,17 @@ +SEND AS ATTACHMENTS +=================== + +Send file(s) as attachments via a local e-mail client + +DESCRIPTION +----------- + +This is an action to attach the selected file(s) to a new e-mail in the +default system mail client. + +DEPENDENCIES +------------ + +The following program must be installed and available: + +* `xdg-email` to launch the user's default mail client diff --git a/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/icon.png b/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/icon.png new file mode 100644 index 00000000..30861b1c Binary files /dev/null and b/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/icon.png differ diff --git a/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/metadata.json b/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/metadata.json new file mode 100644 index 00000000..70f1bff3 --- /dev/null +++ b/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/metadata.json @@ -0,0 +1,7 @@ +{ + "description": "Send file(s) as attachments via a local e-mail client", + "uuid": "send-as-attachment@rcalixte", + "name": "Send as Attachment", + "author": "rcalixte", + "version": "1.0" +} diff --git a/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/po/send-as-attachment@rcalixte.pot b/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/po/send-as-attachment@rcalixte.pot new file mode 100644 index 00000000..a8927e41 --- /dev/null +++ b/send-as-attachment@rcalixte/files/send-as-attachment@rcalixte/po/send-as-attachment@rcalixte.pot @@ -0,0 +1,31 @@ +# Send as Attachment +# Copyright (C) 2023 +# Rick Calixte <10281587+rcalixte@users.noreply.github.com>, 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-26 23:34-0500\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4\n" + +#. metadata.json->description +msgid "Send file(s) as attachments via a local e-mail client" +msgstr "" + +#. metadata.json->name +#. Name +msgid "Send as Attachment" +msgstr "" + +#. Comment +msgid "Attach to a new e-mail" +msgstr "" diff --git a/send-as-attachment@rcalixte/info.json b/send-as-attachment@rcalixte/info.json new file mode 100644 index 00000000..48ccc0fc --- /dev/null +++ b/send-as-attachment@rcalixte/info.json @@ -0,0 +1,3 @@ +{ + "author": "rcalixte" +} diff --git a/send-as-attachment@rcalixte/send-as-attachment@rcalixte.nemo_action.in b/send-as-attachment@rcalixte/send-as-attachment@rcalixte.nemo_action.in new file mode 100644 index 00000000..ef9297bd --- /dev/null +++ b/send-as-attachment@rcalixte/send-as-attachment@rcalixte.nemo_action.in @@ -0,0 +1,8 @@ +[Nemo Action] +_Name=Send as Attachment +_Comment=Attach to a new e-mail +Exec=/usr/bin/xdg-email --attach "%F" +Selection=notnone +Extensions=nodirs; +Dependencies=xdg-email; +Separator=" --attach "