File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Command line tool to upload files using the Windows context menu.
4
4
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
+
5
7
## Installation
6
8
7
9
Register the context menu item for files and folders.
8
10
9
11
``` bash
10
- ContextMenuUploader --register
12
+ ContextMenuUploader --register
11
13
```
12
14
13
15
Unregister the context menu item for files and folders.
14
16
15
17
``` bash
16
- ContextMenuUploader --unregister
18
+ ContextMenuUploader --unregister
17
19
```
18
20
19
21
## Usage
20
22
21
23
Right-click on a file or folder and select "Upload to web service" from the context menu.
22
24
25
+ ## Debug
26
+
27
+ Debug information is written to the file ` ContextMenuUploader.log ` in the directory ` C:\temp ` , if exists.
28
+
23
29
----
24
30
25
31
Made with :heart : by [ Spatial Focus] ( https://spatial-focus.net/ )
You can’t perform that action at this time.
0 commit comments