Skip to content

Commit dbc43cc

Browse files
authored
Update README.md
1 parent fe69794 commit dbc43cc

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313

1414
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.
1515

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+
1623
Supported sites:
1724

1825
- [SauceNao](https://saucenao.com/) (`SauceNao`)
@@ -49,15 +56,9 @@ Search engine names and configuration:
4956

5057
![Context menu image](https://github.com/Decimation/SmartImage/blob/master/Context%20menu%20integration.png)
5158

59+
# Command Line
5260

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
6162

6263
Command line syntax:
6364

@@ -71,7 +72,7 @@ Command line syntax:
7172

7273
**Behavior note**: *Any options not specified via the command line are automatically read from the configuration file.*
7374

74-
# Options
75+
## Options
7576

7677
`--engines <engines>`
7778

@@ -101,7 +102,7 @@ Automatically exits the program once searching is complete.
101102
Updates the configuration file with the supplied command line arguments.
102103

103104

104-
# Commands
105+
## Commands
105106

106107
`search <image path> [options...]`
107108

@@ -131,7 +132,7 @@ Display available commands.
131132

132133
Display program version.
133134

134-
# Usage examples
135+
## Usage examples
135136

136137
`smartimage --engines All --priority-engines None "image.jpg"`
137138

0 commit comments

Comments
 (0)