/guid-o-matic

Primary LanguageC#GNU General Public License v3.0GPL-3.0

GUID-O-MATIC

GUID-O-MATIC is a small utility that runs in the background and generates GUIDs whenever CTRL-ALT-G is pressed.

Screenshot

Building

GUID-O-MATIC is a .NET 5 Windows application. In order to build it, you need to have the .NET 5 SDK installed.

Using Visual Studio: the folder src contains the Visual Studion Solution file.

Using the command line:

cd src
dotnet --configuration Release build

or

cd src
dotnet --configuration Release publish

Acknowledgements