Creating and adding to Linux file manager a right-click action using nemo_action
When using the file manager I like files to be sorted by date descending. Hence seeing the newest files and directories first on top and the ones I recently updated. The problem is when you have nested directories and you update a file in a sub directory. For example, consider this directory structure: - flights +- Athens 2026-01 +- Hotels If I add or update something in the "Hotels" directory, the "Athens 2026-01" directory does not pop up because I updated a sub-dir. For this, I like the command " touch " in Linux. Touch allows me to change the timestamp of a file or a directory (and also creates new files and more). I wanted to add the option inside the GUI of Linux file manager to right-click and "touch" a directory or a file. I used nemo_actions (nemo actions) option to do so. Step 1: Open the Actions Directory Nemo looks for custom actions in a specific hidden folder. Open your file manager (Nemo). Press Ctrl + H to show hidden...