Copy/Select two Dirs/Files from anywhere such as `nautilus` or `gnome-terminal`, and then compare them (use `meld`) or open with Ctrl-O or open with context-menu.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
15 | Active |
14 | Rejected |
13 | Inactive |
12 | Inactive |
11 | Inactive |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Inactive |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Rejected |
Please use `ExtensionUtils.getSettings()` instead of that custom `getSettings()` function. We have that in ExtensionUtils now. You can also add this to metadata.json to use `ExtensionUtils.getSettings()` without any parameter: ```json "settings-schema": "org.gnome.shell.extensions.compare", ``` Also do this on disable: ```js file = []; clip0 = ''; clip1 = ''; ```