diff options
| author | jvoisin | 2018-11-11 19:58:51 +0100 |
|---|---|---|
| committer | jvoisin | 2018-11-11 19:58:51 +0100 |
| commit | 389311475c174138478f19c01c12d5d725e8c2b1 (patch) | |
| tree | de6808e38fe070f855264fd4ef72f63ede66f549 /nautilus | |
| parent | 505be24be96bae4c792b8ffa6e9f42301a80bd8a (diff) | |
Add a readme for the nautilus extension
Diffstat (limited to 'nautilus')
| -rw-r--r-- | nautilus/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nautilus/README.md b/nautilus/README.md new file mode 100644 index 0000000..0901088 --- /dev/null +++ b/nautilus/README.md | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # mat2's Nautilus extension | ||
| 2 | |||
| 3 | # Dependencies | ||
| 4 | |||
| 5 | - Nautilus (now known as [Files](https://wiki.gnome.org/action/show/Apps/Files)) | ||
| 6 | - [nautilus-python](https://gitlab.gnome.org/GNOME/nautilus-python) >= 2.10 | ||
| 7 | |||
| 8 | # Installation | ||
| 9 | |||
| 10 | Simply copy the `mat2.py` file to `~/.local/share/nautilus-python/extensions`, | ||
| 11 | and launch Nautilus; you should now have a "Remove metadata" item in the | ||
| 12 | right-clic menu on supported files. | ||
