Skip to content

Commit cf6813b

Browse files
committed
Update README.md
1 parent f8a06c2 commit cf6813b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22

33
Command line tool to upload files using the Windows context menu.
44

5+
__Note:__ Windows only. The actual uploading is not implemented. The tool is a template for adding a context menu item to the Windows context menu.
6+
57
## Installation
68

79
Register the context menu item for files and folders.
810

911
```bash
10-
ContextMenuUploader --register
12+
ContextMenuUploader --register
1113
```
1214

1315
Unregister the context menu item for files and folders.
1416

1517
```bash
16-
ContextMenuUploader --unregister
18+
ContextMenuUploader --unregister
1719
```
1820

1921
## Usage
2022

2123
Right-click on a file or folder and select "Upload to web service" from the context menu.
2224

25+
## Debug
26+
27+
Debug information is written to the file `ContextMenuUploader.log` in the directory `C:\temp`, if exists.
28+
2329
----
2430

2531
Made with :heart: by [Spatial Focus](https://spatial-focus.net/)

0 commit comments

Comments
 (0)