Skip to content

Commit

Permalink
add send-as-attachment@rcalixte (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte authored Nov 27, 2023
1 parent 9d4d425 commit bf38edc
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 0 deletions.
4 changes: 4 additions & 0 deletions send-as-attachment@rcalixte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

### 1.0

* Initial release
17 changes: 17 additions & 0 deletions send-as-attachment@rcalixte/README.md
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Send as Attachment
# Copyright (C) 2023
# Rick Calixte <[email protected]>, 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 ""
3 changes: 3 additions & 0 deletions send-as-attachment@rcalixte/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"author": "rcalixte"
}
8 changes: 8 additions & 0 deletions send-as-attachment@rcalixte/[email protected]_action.in
Original file line number Diff line number Diff line change
@@ -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 "

0 comments on commit bf38edc

Please sign in to comment.