Playing with shell extensions to provide some custom context menus.
Consists of a simple command line client that is called from registry commands. It executes the requested operation. It is also used to configure registry commands, and some other stuff.
This is not currently a general purpose tool but rather a collection of specific customizations.
To make your own, copy and hack away using VS2022 and .NET8. Also it requires an env var called
TOOLS_PATH
where the binaries are copied, and a corresponding entry in PATH
.
Alternatively, the App.cs
and Shellinator.csproj
can be modified to taste.