aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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