Skip to content

Commit

Permalink
[directory-menu@torchipeppo] Update it.po and remove temporary files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
torchipeppo authored Nov 6, 2024
1 parent f9471f1 commit 0bcd50c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 58 deletions.
16 changes: 4 additions & 12 deletions directory-menu@torchipeppo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,23 @@ Open a directory of your choice in a dropdown menu, offering a compact view and/

This is a re-creation of a built-in feature in XFCE.

## Note

This is the work-in-progress repo of this applet's author. It is separate from the version found in the official [Cinnamon Spices repo](https://github.com/linuxmint/cinnamon-spices-applets).

I like to keep this repo as a more detailed history of the early dev process, and in case I'm developing something new, this is where I'll commit the ongoing work until it's done.

But nowadays, **it's much more likely that this repo is out of date with respect to Cinnamon Spices**, which includes a number of awesome community contributions that I manually bring over here every once in a while. So, again, [go check out this applet on the official Linux Mint repo](https://github.com/linuxmint/cinnamon-spices-applets/tree/master/directory-menu%40torchipeppo)!

## Features

* View the selected directory as a compact list
* **Arbitrarily deep navigation through subdirectories**
* Fast navigation: just hover on a directory to open it
* Open any file by clicking on it
* "Open in Terminal" button for directories
* Configurable settings for handling hidden files, limiting menu width, and customization
* Configurable settings for sorting, handling hidden files, limiting menu width, and customization

## Installation

Download or clone this repo, then put the `directory-menu@torchipeppo` directory (contained in the `files` directory) into `~/.local/share/cinnamon/applets/`

## Compatibility

Developed, tested and extensively used by the author on Cinnamon 5.0.7.
Developed, tested and extensively used by the author on Cinnamon 5.0.7 and Cinnamon 6.0.

Also tested successfully on Cinnamon 5.2 and Cinnamon 6.0.
Also tested successfully on Cinnamon 5.2.

May work on some previous versions, but it's untested there, so there's no guarantee.
Likely to work in near-future versions. May also work in some previous versions, but it's untested there, so there's no guarantee.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#
msgid ""
msgstr ""
"Project-Id-Version: directory-menu@torchipeppo 0.5\n"
"Project-Id-Version: directory-menu@torchipeppo 0.8.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/"
"issues\n"
"POT-Creation-Date: 2024-10-31 18:13+0100\n"
"PO-Revision-Date: 2024-02-10 15:22+0100\n"
"PO-Revision-Date: 2024-11-06 18:40+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: it\n"
Expand Down Expand Up @@ -40,7 +40,7 @@ msgstr "Cartella principale"

#. settings-schema.json->appearance-section->description
msgid "Appearance"
msgstr ""
msgstr "Aspetto"

#. settings-schema.json->icon-name->description
msgid "Icon (hover here for info!)"
Expand All @@ -62,31 +62,31 @@ msgstr "Testo sul pannello"

#. settings-schema.json->behavior-section->description
msgid "Behavior"
msgstr ""
msgstr "Comportamento"

#. settings-schema.json->show-hidden->description
msgid "Include hidden files"
msgstr "Mostra i file nascosti"

#. settings-schema.json->order-by->options
msgid "Name"
msgstr ""
msgstr "Nome"

#. settings-schema.json->order-by->options
msgid "Date modified"
msgstr ""
msgstr "Ultima modifica"

#. settings-schema.json->order-by->description
msgid "Order by..."
msgstr ""
msgstr "Ordina per..."

#. settings-schema.json->favorites-first->description
msgid "Show favorite items first"
msgstr ""
msgstr "Mostra preferiti per primi"

#. settings-schema.json->pinned-first->description
msgid "Show pinned items first"
msgstr ""
msgstr "Mostra elementi fissati per primi"

#. settings-schema.json->limit-characters->description
msgid "Limit the Maximum Number of Characters on the Submenus"
Expand All @@ -106,7 +106,7 @@ msgstr ""

#. settings-schema.json->keybindings-section->description
msgid "Keybindings"
msgstr ""
msgstr "Scorciatoie da tastiera"

#. settings-schema.json->show-menu->description
msgid "Show menu"
Expand Down
Binary file removed directory-menu@torchipeppo/icon-DEV.png
Binary file not shown.
Binary file removed directory-menu@torchipeppo/icon-standard.png
Binary file not shown.
36 changes: 0 additions & 36 deletions directory-menu@torchipeppo/remove_DEV.py

This file was deleted.

0 comments on commit 0bcd50c

Please sign in to comment.