giteaTime
Open Stopwatch issue
A cSharp Windows/Linux(Mono) taskmenu icon app for gitea (>= v1.13.0-rc1) Notifications and Stopwatch.

wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.15/swagger-codegen-cli-2.4.15.jar -O swagger-codegen-cli.jar
java -jar swagger-codegen-cli.jar generate -i http://localhost:3000/swagger.v1.json -l csharp -o cs/
nuget install Newtonsoft.Json
msbuild giteaTaskicon.sln
mono bin/giteaTaskicon.exe Linux "ddd, dd.MM. HH:mm" https://localhost:3000/ app........token
The swagger stuff is not used but nice to see!
http is bad and with a user token you can do a lot!! Thus: use https in gitea! But: this version ignores ssl errors and warnings (good for self signed certs, but bad on dns attacks).