atmaxinger / guid-o-matic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:C# 100.0%