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
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@
13
13
14
14
SmartImage is a reverse image search tool for Windows with context menu integration. SmartImage will open the best match found returned from various image search engines (see the supported sites) right in your web browser. This behavior can be configured to the user's preferences.
15
15
16
+
SmartImage can be used in multiple ways:
17
+
18
+
- Open the program normally (double click) and you can use the program in a user-friendly way. You can then drag and drop your image into the command prompt and run a search.
19
+
- Right-click on an image (once the context menu integration is set up) and select the SmartImage option to immediately perform a search.
20
+
- Drag and drop an image over the executable to immediately perform a search (functionally the same as right-clicking on an image and using the SmartImage option).
21
+
- Use the command line which allows for more specific and advanced searching by using the listed arguments and options.
22
+
16
23
Supported sites:
17
24
18
25
-[SauceNao](https://saucenao.com/) (`SauceNao`)
@@ -49,15 +56,9 @@ Search engine names and configuration:
49
56
50
57

51
58
59
+
# Command Line
52
60
53
-
# Usage
54
-
55
-
SmartImage can be used in multiple ways:
56
-
57
-
- Open the program normally (double click) and you can use the program in a user-friendly way. You can then drag and drop your image into the command prompt and run a search.
58
-
- Right-click on an image (once the context menu integration is set up) and select the SmartImage option to immediately perform a search.
59
-
- Drag and drop an image over the executable to immediately perform a search (functionally the same as right-clicking on an image and using the SmartImage option).
60
-
- Use the command line which allows for more specific and advanced searching by using the listed arguments and options.
61
+
## Usage
61
62
62
63
Command line syntax:
63
64
@@ -71,7 +72,7 @@ Command line syntax:
71
72
72
73
**Behavior note**: *Any options not specified via the command line are automatically read from the configuration file.*
73
74
74
-
# Options
75
+
##Options
75
76
76
77
`--engines <engines>`
77
78
@@ -101,7 +102,7 @@ Automatically exits the program once searching is complete.
101
102
Updates the configuration file with the supplied command line arguments.
102
103
103
104
104
-
# Commands
105
+
##Commands
105
106
106
107
`search <image path> [options...]`
107
108
@@ -131,7 +132,7 @@ Display available commands.
131
132
132
133
Display program version.
133
134
134
-
# Usage examples
135
+
##Usage examples
135
136
136
137
`smartimage --engines All --priority-engines None "image.jpg"`
0 commit comments