Skip to content

atmaxinger/guid-o-matic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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