-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #398 from claudiux/copy-path-to-clipboard_1.0.0
New nemo action: Copy path to clipboard
- Loading branch information
Showing
8 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
### 1.0.0 | ||
|
||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
8 changes: 8 additions & 0 deletions
8
copy-path-to-clipboard@claudiux/copy-path-to-clipboard@claudiux.nemo_action.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Binary file added
BIN
+7.88 KB
copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
31 changes: 31 additions & 0 deletions
31
...ard@claudiux/files/copy-path-to-clipboard@claudiux/po/copy-path-to-clipboard@claudiux.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "" |
33 changes: 33 additions & 0 deletions
33
copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/po/fr.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"author": "claudiux" | ||
} |