aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fc697a1..74f85e4 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# nautilus-newfile
Adds a "New File..." option to the context menu of nautilus
+![screenshot.png](screenshot.png)
### 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)