I Often need UUIDs inserted into files that I'm editing in Notepad++. Does anyone have a macro or add in that does this. Or an autohotkey script?
Install the GhNppExec plugin from Plugin Central, then configure to run the simple Python script below.
Use the shortcut mapper to assign a key combination to the plugin command.
import uuid
import sys
# make a random UUID
sys.stdout.write(str(uuid.uuid4()).upper())
NppToolBucket does it very nicely, too.
http://sourceforge.net/p/npp-plugins/discussion/667712/thread/71f5e965
(AHK) Universally Unique Identifier (UUID/GUID) Generator
It's not spectacular(has its flaws), but it looks to get the job done.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With