aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-07-22 02:22:52 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-07-22 02:22:52 -0400
commit6ab8db2d2472abd545cb4873ae21ed11adc8d817 (patch)
treeddcee30958740ab0743e3c80ff53c5ded36e8805 /README.md
downloadnautilus-newfile-6ab8db2d2472abd545cb4873ae21ed11adc8d817.tar.gz
nautilus-newfile-6ab8db2d2472abd545cb4873ae21ed11adc8d817.tar.bz2
nautilus-newfile-6ab8db2d2472abd545cb4873ae21ed11adc8d817.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fc697a1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# nautilus-newfile
+Adds a "New File..." option to the context menu of nautilus
+
+### Installation
+Copy both `nautilus-newfile.py` and `new-file-dialog.ui` to `~/.local/share/nautilus-python/extensions`
+
+### Limitations
+- No filename validation is run (needs implementation)
+- Modal is not attached to the nautilus window (limitation of the nautilus extensions api)
+- The newly created file is not automatically selected (limitation of the nautilus extensions api) \ No newline at end of file