Review of "Compare or Open" version 13

Details Page Preview

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.

Extension Homepage
https://github.com/eexpress/gnome-shell-compare

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

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

Previous Reviews on this Version

JustPerfection active
You should do the spawn command in async (line 165 extension.js).
eexpss posted a review
I do want to use the asynchronous function, but I have to get the result of locate to continue. So this is a contradiction.
JustPerfection posted a review
It may freeze the shell. That's the reason for doing it in async.
eexpss posted a review
OK, I'll try to change it to asynchronous.