From 6ab8db2d2472abd545cb4873ae21ed11adc8d817 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 22 Jul 2025 02:22:52 -0400 Subject: Initial commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3