Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fischgeek committed Aug 30, 2021
1 parent 81a1b5e commit 9e12c21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ Pass a delimited list into the form for a "wheel like" selection. Meant to be us

## Main Functionality

- Simply pass two arguments (the delimiter and the list) into the exe and the interface will display in the center of the screen loaded with your data set.
- Simply pass two (required) arguments (the delimiter and the list) into the exe and the interface will display in the center of the screen loaded with your data set.
- ex: `WheelSelect.exe "," "option a,option b,option c"`
- an optional third parameter can be an output file path
- _this will override the OutputLocation setting in the App.config_.
- ex: `WheelSelect.exe "," "option a,option b,option c" "c:\temp\wheelselect.txt"`
- Use the up/down arrow keys or the mouse wheel to scroll through the list, or type some letters as a keyword search.
- Push the Enter key when you have the desired option selected and the value will be saved to a file to do what you want with.

Expand Down

0 comments on commit 9e12c21

Please sign in to comment.