Skip to content

Commit 7117add

Browse files
authored
Update README.md
1 parent 5d9ead1 commit 7117add

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# IExplorerCommand-Examples
22

3-
Examples of implementing IExplorerCommand Windows File Explorer shell extension
3+
Examples of implementing IExplorerCommand Windows File Explorer context menu shell extension
44

55
- IExplorerCommand_CppWinRT
66
- IExplorerCommand implemented using [C++/WinRT](https://learn.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/)
77

88
- IExplorerCommand_WRL
99
- IExplorerCommand implemented using [Windows Runtime C++ Template Library (WRL)](https://learn.microsoft.com/en-us/cpp/cppcx/wrl/windows-runtime-cpp-template-library-wrl?view=msvc-170)
1010

11+
## GitHub Actions status
12+
13+
[![Build](https://github.com/cjee21/IExplorerCommand-Examples/actions/workflows/build.yml/badge.svg)](https://github.com/cjee21/IExplorerCommand-Examples/actions/workflows/build.yml)
14+
1115
## Other examples
1216

1317
- [MediaInfo](https://github.com/MediaArea/MediaInfo/blob/master/Source/WindowsShellExtension/dllmain.cpp) (C++/WinRT)

0 commit comments

Comments
 (0)