You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,16 @@ and [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/licensedb
16
16
## Using the extension
17
17
18
18
To run the diff, select text on a web page and click on the extension icon. You will have the option
19
-
to compare against licenses, exceptions or both. Once the comparisons have
20
-
completed, it will return the top 20 results (this can be changed in the extension options). You can
21
-
select each result from the dropdown to see the differences and copy the license identifier by clicking
19
+
to compare against licenses, exceptions or both. You can also select which source you want results from (SPDX, ScanCode or both) and to include/exclude deprecated licenses and exceptions. Once the comparisons have
20
+
completed, it will return the top 10 results (this can be changed in the extension options). You can
21
+
select each result from the dropdown to see the differences, click the link to go to the license text source and copy the license identifier by clicking
22
22
on the copy button.
23
23
24
-
Licenses and exceptions that are marked as deprecated are currently excluded from comparison
25
-
but I would like to add the ability to include/exclude as an option in the future.
24
+
When using both sources, the results will be sorted by highest to lowest match score or you can select "Group by source" in the "Results grouping" dropdown to group results by SPDX and ScanCode.
25
+
26
+
This has only been tested on web pages and may not work correctly for documents being viewed in a browser.
27
+
28
+
## Options
29
+
30
+
In the extension options, you can set the maximum number of results to return, set the minimum match threshold, manually refresh the license database, reset the database for a complete rebuild and choose the theme (light or dark).
26
31
27
-
This has only been tested to diff text on web pages and may not work correctly for documents being
0 commit comments