Added Nemo Actions for sharing between desktop/tabtop

This commit is contained in:
Eric Renfro 2024-09-17 13:32:46 -04:00
parent 938ec140de
commit 4a8bc23b3a
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
34 changed files with 1022 additions and 0 deletions

View file

@ -0,0 +1,32 @@
[Nemo Action]
Name=Open in Sublime Text
Name[ca]=Obre amb Sublime Text
Name[cs]=Otevřít v Sublime Text
Name[de]=In Sublime Text öffnen
Name[es]=Abrir en Sublime Text
Name[fi]=Avaa Sublime Text
Name[fr]=Ouvrir avec Sublime Text
Name[hr]=Otvori u Sublime Text
Name[hu]=Visual Stuido Code megnyitása
Name[it]=Apri in Sublime Text
Name[nl]=Openen in Sublime Text
Name[pt_BR]=Abrir no Sublime Text
Name[zh_CN]=用Sublime Text打开
Comment=Open Sublime Text in current directory
Comment[ca]=Obre Sublime Text al directori actual
Comment[cs]=Otevření Visual Studia Code v aktuálním adresáři
Comment[de]=Öffne Sublime Text im aktuellen Ordner.
Comment[es]=Abrir Sublime Text en el directorio actual
Comment[fi]=Avaa Sublime Text nykyiseen hakemistoon
Comment[fr]=Ouvrir Sublime Text dans le dossier actuel
Comment[hr]=Otvori Sublime Text u trenutnoj mapi
Comment[hu]=Sublime Text megnyitása a jelenlegi könyvtárban
Comment[it]=Apre la directory corrente in Sublime Text
Comment[nl]=Sublime Text openen in de huidige map
Comment[pt_BR]=Abrir o Sublime Text no diretório atual
Comment[zh_CN]=用Sublime Text打开文件夹
Icon-Name=sublime-text
Exec=subl %P
Conditions=exec <sublimetext-launcher@psi-jack/examine.sh "%P">;
Selection=None
Extensions=any;

View file

@ -0,0 +1,20 @@
#!/bin/bash
## Here we handle exception.
## We will catch if currently right clicked directory actually exists,
## ... Or is it the root filesystem?
WORKING_DIR=$1
# Don't show the action if Sublime Text is not installed.
type -P subl &>/dev/null || exit 1
## IF: WORKING_DIR is empty (eg. recents, trash or search results) --- does not exist
## OR: WORKING_DIR is / (eg. favorites or root filesystem) --- we don't touch root filesystem
if [[ -z "$WORKING_DIR" || "$WORKING_DIR" == "$HOME" || "$WORKING_DIR" == '/' ]]; then
# THEN: We exit with err. code 1, so that Nemo action will receive err. condition
# ...and won't continue executing, aka. won't show VSCode menu entry at all.
exit 1
fi
exit 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -0,0 +1,8 @@
{
"description": "Launch Sublime Text within the current directory.",
"uuid": "sublimetext-launcher@psi-jack",
"name": "Sublime Text Launcher",
"author": "psi-jack",
"version": "1.1",
"last-edited": 1726336552
}

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-07-24 01:47+0200\n"
"Last-Translator: Odyssey <odysseyhyd@gmail.com>\n"
"Language-Team: \n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.2\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "Inicia Sublime Text al directori actual."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Llançador de Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Obre amb Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Obre Sublime Text al directori actual"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-02-23 23:24+0100\n"
"Last-Translator: Internet Addict <CZmisaCZ@email.cz>\n"
"Language-Team: \n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n"
"X-Generator: Poedit 3.0.1\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "Spuštění aplikace Sublime Text v aktuálním adresáři."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Spouštěč Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Otevřít v Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Otevření Visual Studia Code v aktuálním adresáři"

View file

@ -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: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-06-24 11:42+0200\n"
"Last-Translator: R3tr0BoiDX\n"
"Language-Team: \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "Starte Sublime Text im aktuellen Ordner."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Sublime Text Launcher"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "In Sublime Text öffnen"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Öffne Sublime Text im aktuellen Ordner."

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-08 22:40+0100\n"
"PO-Revision-Date: 2024-02-09 16:55-0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.2\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "Inicie Sublime Text en el directorio actual."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Lanzador de Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Abrir en Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Abrir Sublime Text en el directorio actual"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-04-01 12:59+0300\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
"Last-Translator: Kimmo Kujansuu <mrkujansuu@gmail.com>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: fi\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "Käynnistä Sublime Text nykyisestä hakemistosta."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Sublime Text käynnistin"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Avaa Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Avaa Sublime Text nykyiseen hakemistoon"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-04-18 18:45+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
msgid "Launch Sublime Text within the current directory."
msgstr "Lancez Sublime Text dans le dossier actuel."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Lanceur de Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Ouvrir avec Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Ouvrir Sublime Text dans le dossier actuel"

View file

@ -0,0 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-08 22:40+0100\n"
"PO-Revision-Date: 2024-02-18 19:19+0100\n"
"Last-Translator: Mikeyy\n"
"Language-Team: \n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.0.1\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "Pokreni Sublime Text u trenutnoj mapi."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Sublime Text pokretač"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Otvori u Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Otvori Sublime Text u trenutnoj mapi"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-02-19 19:42+0100\n"
"Last-Translator: Vajda Örs <ors0092@gmail.com>\n"
"Language-Team: \n"
"Language: hu\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
msgid "Launch Sublime Text within the current directory."
msgstr "Sublime Text elindítása a jelenlegi könyvtárban."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Sublime Text Indító"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Visual Stuido Code megnyitása"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Sublime Text megnyitása a jelenlegi könyvtárban"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-02-20 14:47+0100\n"
"Last-Translator: Dragone2 <dragone2@risposteinformatiche.it>\n"
"Language-Team: \n"
"Language: it\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
msgid "Launch Sublime Text within the current directory."
msgstr "Avvia Sublime Text nella directory corrente."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Avvia Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Apri in Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Apre la directory corrente in Sublime Text"

View file

@ -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: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-04-18 11:00+0200\n"
"Last-Translator: qadzek\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "Start Sublime Text in de huidige map."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Sublime Text Launcher"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Openen in Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Sublime Text openen in de huidige map"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-05-08 18:08-0600\n"
"Last-Translator: Henrique Deodato <h3nr1ke@gmail.com>\n"
"Language-Team: \n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.3\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "Abrir o Sublime Text dentro do diretório atual."
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Inicializador do Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "Abrir no Sublime Text"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "Abrir o Sublime Text no diretório atual"

View file

@ -0,0 +1,34 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\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
msgid "Launch Sublime Text within the current directory."
msgstr ""
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr ""
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr ""
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr ""

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-05-17 15:38+0800\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.2\n"
#. metadata.json->description
msgid "Launch Sublime Text within the current directory."
msgstr "在当前目录启动Sublime Text。"
#. metadata.json->name
msgid "Sublime Text Launcher"
msgstr "Sublime Text启动器"
#. sublimetext-launcher@psi-jack.nemo_action.in->Name
msgid "Open in Sublime Text"
msgstr "用Sublime Text打开"
#. sublimetext-launcher@psi-jack.nemo_action.in->Comment
msgid "Open Sublime Text in current directory"
msgstr "用Sublime Text打开文件夹"

View file

@ -0,0 +1,32 @@
[Nemo Action]
Name=Open in VSCodium
Name[ca]=Obre amb VSCodium
Name[cs]=Otevřít v VSCodium
Name[de]=In VSCodium öffnen
Name[es]=Abrir en VSCodium
Name[fi]=Avaa VSCodium
Name[fr]=Ouvrir avec VSCodium
Name[hr]=Otvori u VSCodium
Name[hu]=Visual Stuido Code megnyitása
Name[it]=Apri in VSCodium
Name[nl]=Openen in VSCodium
Name[pt_BR]=Abrir no VSCodium
Name[zh_CN]=用VSCodium打开
Comment=Open VSCodium in current directory
Comment[ca]=Obre VSCodium al directori actual
Comment[cs]=Otevření Visual Studia Code v aktuálním adresáři
Comment[de]=Öffne VSCodium im aktuellen Ordner.
Comment[es]=Abrir VSCodium en el directorio actual
Comment[fi]=Avaa VSCodium nykyiseen hakemistoon
Comment[fr]=Ouvrir VSCodium dans le dossier actuel
Comment[hr]=Otvori VSCodium u trenutnoj mapi
Comment[hu]=VSCodium megnyitása a jelenlegi könyvtárban
Comment[it]=Apre la directory corrente in VSCodium
Comment[nl]=VSCodium openen in de huidige map
Comment[pt_BR]=Abrir o VSCodium no diretório atual
Comment[zh_CN]=用VSCodium打开文件夹
Icon-Name=vscodium
Exec=codium %P
Conditions=exec <vscodium-launcher@psi-jack/examine.sh "%P">;
Selection=None
Extensions=any;

View file

@ -0,0 +1,20 @@
#!/bin/bash
## Here we handle exception.
## We will catch if currently right clicked directory actually exists,
## ... Or is it the root filesystem?
WORKING_DIR=$1
# Don't show the action if Codium is not installed.
type -P codium &>/dev/null || exit 1
## IF: WORKING_DIR is empty (eg. recents, trash or search results) --- does not exist
## OR: WORKING_DIR is / (eg. favorites or root filesystem) --- we don't touch root filesystem
if [[ -z "$WORKING_DIR" || "$WORKING_DIR" == "$HOME" || "$WORKING_DIR" == '/' ]]; then
# THEN: We exit with err. code 1, so that Nemo action will receive err. condition
# ...and won't continue executing, aka. won't show VSCode menu entry at all.
exit 1
fi
exit 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

View file

@ -0,0 +1,8 @@
{
"description": "Launch VSCodium within the current directory.",
"uuid": "vscodium-launcher@psi-jack",
"name": "VSCodium Launcher",
"author": "psi-jack",
"version": "1.1",
"last-edited": 1726336552
}

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-07-24 01:47+0200\n"
"Last-Translator: Odyssey <odysseyhyd@gmail.com>\n"
"Language-Team: \n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.2\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "Inicia VSCodium al directori actual."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "Llançador de VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Obre amb VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Obre VSCodium al directori actual"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-02-23 23:24+0100\n"
"Last-Translator: Internet Addict <CZmisaCZ@email.cz>\n"
"Language-Team: \n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n"
"X-Generator: Poedit 3.0.1\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "Spuštění aplikace VSCodium v aktuálním adresáři."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "Spouštěč VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Otevřít v VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Otevření Visual Studia Code v aktuálním adresáři"

View file

@ -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: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-06-24 11:42+0200\n"
"Last-Translator: R3tr0BoiDX\n"
"Language-Team: \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "Starte VSCodium im aktuellen Ordner."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "VSCodium Launcher"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "In VSCodium öffnen"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Öffne VSCodium im aktuellen Ordner."

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-08 22:40+0100\n"
"PO-Revision-Date: 2024-02-09 16:55-0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.2\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "Inicie VSCodium en el directorio actual."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "Lanzador de VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Abrir en VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Abrir VSCodium en el directorio actual"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-04-01 12:59+0300\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
"Last-Translator: Kimmo Kujansuu <mrkujansuu@gmail.com>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: fi\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "Käynnistä VSCodium nykyisestä hakemistosta."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "VSCodium käynnistin"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Avaa VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Avaa VSCodium nykyiseen hakemistoon"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-04-18 18:45+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
msgid "Launch VSCodium within the current directory."
msgstr "Lancez VSCodium dans le dossier actuel."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "Lanceur de VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Ouvrir avec VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Ouvrir VSCodium dans le dossier actuel"

View file

@ -0,0 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-08 22:40+0100\n"
"PO-Revision-Date: 2024-02-18 19:19+0100\n"
"Last-Translator: Mikeyy\n"
"Language-Team: \n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.0.1\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "Pokreni VSCodium u trenutnoj mapi."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "VSCodium pokretač"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Otvori u VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Otvori VSCodium u trenutnoj mapi"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-02-19 19:42+0100\n"
"Last-Translator: Vajda Örs <ors0092@gmail.com>\n"
"Language-Team: \n"
"Language: hu\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
msgid "Launch VSCodium within the current directory."
msgstr "VSCodium elindítása a jelenlegi könyvtárban."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "VSCodium Indító"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Visual Stuido Code megnyitása"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "VSCodium megnyitása a jelenlegi könyvtárban"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-02-20 14:47+0100\n"
"Last-Translator: Dragone2 <dragone2@risposteinformatiche.it>\n"
"Language-Team: \n"
"Language: it\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
msgid "Launch VSCodium within the current directory."
msgstr "Avvia VSCodium nella directory corrente."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "Avvia VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Apri in VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Apre la directory corrente in VSCodium"

View file

@ -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: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-04-18 11:00+0200\n"
"Last-Translator: qadzek\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "Start VSCodium in de huidige map."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "VSCodium Launcher"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Openen in VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "VSCodium openen in de huidige map"

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-05-08 18:08-0600\n"
"Last-Translator: Henrique Deodato <h3nr1ke@gmail.com>\n"
"Language-Team: \n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.3\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "Abrir o VSCodium dentro do diretório atual."
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "Inicializador do VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "Abrir no VSCodium"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "Abrir o VSCodium no diretório atual"

View file

@ -0,0 +1,34 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\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
msgid "Launch VSCodium within the current directory."
msgstr ""
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr ""
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr ""
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr ""

View file

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-02-19 19:35+0100\n"
"PO-Revision-Date: 2024-05-17 15:38+0800\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.2\n"
#. metadata.json->description
msgid "Launch VSCodium within the current directory."
msgstr "在当前目录启动VSCodium。"
#. metadata.json->name
msgid "VSCodium Launcher"
msgstr "VSCodium启动器"
#. vscodium-launcher@psi-jack.nemo_action.in->Name
msgid "Open in VSCodium"
msgstr "用VSCodium打开"
#. vscodium-launcher@psi-jack.nemo_action.in->Comment
msgid "Open VSCodium in current directory"
msgstr "用VSCodium打开文件夹"