I added the "Empty file" (empty text document) to the Templates folder.
Is possible to rename it automatically when I create it? As when using new folder.
My file manager is nautilus.
Asked
Active
Viewed 400 times
2
Scorpion
- 737
- 1
- 7
- 18
-
I don't think you can unless you're willing to write your own `c` or `python` extension...I'd love to be proven wrong. – don_crissti Nov 11 '18 at 20:14
-
@don_crissti Extension? Of nautilus? – Scorpion Nov 11 '18 at 20:17
-
Yeah... you can extend `nautilus` functionality via [extensions](https://developer.gnome.org/libnautilus-extension/stable/)... There are many of them floating around, if you take the time to search the web you might even find one that does what you want. – don_crissti Nov 11 '18 at 20:21
-
@don_crissti The folder for the extensions (that are scripts) is `~/.gnome/nautilus-scripts/`? source http://g-scripts.sourceforge.net/faq.php – Scorpion Nov 11 '18 at 20:41
-
Those are scripts not extensions... I don't know much about them really, I've never used scripts with nautilus but here is a link that may be helpful: https://fedoramagazine.org/integrating-scripts-nautilus/ – don_crissti Nov 11 '18 at 20:44
-
there's also this (I"m not familiar with it either): http://bernaerts.dyndns.org/linux/76-gnome/344-nautilus-new-document-creation-menu – don_crissti Nov 11 '18 at 20:46
-
Those are scripts. One title of the link is "Create the script". The folder is `~/.local/share/nautilus/scripts/`. Nautilus will tell you "Executable files in this folder will appears in the Scripts menu." And you will have the scripts menu but only when selecting a file. – Scorpion Nov 14 '18 at 18:05