Skip to content

Commit

Permalink
Merge pull request #398 from claudiux/copy-path-to-clipboard_1.0.0
Browse files Browse the repository at this point in the history
New nemo action: Copy path to clipboard
  • Loading branch information
claudiux authored Jun 4, 2024
2 parents 2450351 + 87f1e34 commit c7481e9
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 0 deletions.
4 changes: 4 additions & 0 deletions copy-path-to-clipboard@claudiux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

### 1.0.0

* Initial release
10 changes: 10 additions & 0 deletions copy-path-to-clipboard@claudiux/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Copy Path To Clipboard
======================

Copy the entire path of a file or folder to the clipboard by right-clicking on it.

DESCRIPTION
-----------

This action adds a context menu item for copying an entire path to the clipboard. You can then paste this path anywhere as usual.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Nemo Action]
_Name=Copy path to clipboard
_Comment=Copy the full path of the selected item to the clipboard
Exec=sh -c "echo -n %F | xclip -selection clipboard"
Selection=s
Extensions=any;
Icon-Name=edit-copy
Dependencies=xclip;
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": "Copy the full path of the selected item to the clipboard",
"uuid": "copy-path-to-clipboard@claudiux",
"name": "Copy Path To Clipboard",
"author": "claudiux",
"version": "1.0.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: copy-path-to-clipboard@claudiux 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-06-04 11:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. metadata.json->description
#. copy-path-to-clipboard@claudiux.nemo_action.in->Comment
msgid "Copy the full path of the selected item to the clipboard"
msgstr ""

#. metadata.json->name
msgid "Copy Path To Clipboard"
msgstr ""

#. copy-path-to-clipboard@claudiux.nemo_action.in->Name
msgid "Copy path to clipboard"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: copy-path-to-clipboard@claudiux 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-06-04 11:37+0200\n"
"PO-Revision-Date: 2024-06-04 11:39+0200\n"
"Last-Translator: Claudiux <claude.clerc@gmail.com>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.0.1\n"

#. metadata.json->description
#. copy-path-to-clipboard@claudiux.nemo_action.in->Comment
msgid "Copy the full path of the selected item to the clipboard"
msgstr ""
"Copie le chemin complet de l'élément sélectionné dans le presse-papiers"

#. metadata.json->name
msgid "Copy Path To Clipboard"
msgstr "Copier le chemin dans le presse-papier"

#. copy-path-to-clipboard@claudiux.nemo_action.in->Name
msgid "Copy path to clipboard"
msgstr "Copier le chemin dans le presse-papier"
3 changes: 3 additions & 0 deletions copy-path-to-clipboard@claudiux/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"author": "claudiux"
}

0 comments on commit c7481e9

Please sign in to comment.