A GNOME extension that adds custom entry to Nautilus context menu. NOTE: - To use this extension, you need to install nautilus-python package. - Please restart Nautilus after enabling, disabling, or changing extension preferences to apply changes.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Approved but: 1. Please move line 12-15 `prefs` to `fillPreferencesWindow()`. [EGO Review Guidelines: Initialization](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) 2. I reviewed mostly Python scripts in this package which is not a good sign for a GNOME Shell extension. please don't add more Python scripts in the future.
I'm sorry about the Python scripts. I only split the code into multiple files to make it easier to read and manage, but the logic is still the same as before. In the future, I will gradually move as much business logic as possible to JavaScript, and keep the Python part limited to handling menu integration and application launching. Thanks again for your time and consideration!