diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-07-22 02:22:52 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-07-22 02:22:52 -0400 |
commit | 6ab8db2d2472abd545cb4873ae21ed11adc8d817 (patch) | |
tree | ddcee30958740ab0743e3c80ff53c5ded36e8805 /README.md | |
download | nautilus-newfile-6ab8db2d2472abd545cb4873ae21ed11adc8d817.tar.gz nautilus-newfile-6ab8db2d2472abd545cb4873ae21ed11adc8d817.tar.bz2 nautilus-newfile-6ab8db2d2472abd545cb4873ae21ed11adc8d817.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
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 |