This is my little Gnome Shell extension. It contains some small helpers that I use on my every day job as a software developer.
These are currently:
- Generating a new random UUID
- Getting the current time in milli seconds
You can clone the extension from github and send me pull requests.
First you have to install the dependencies with npm ci
. Then you are able to build, install and run the extension simply by npm run dev
.
For more information see https://gjs.guide/extensions/topics/extension.html.