From 61edd8564e7330b3829b666a3f49aa64578b32e6 Mon Sep 17 00:00:00 2001 From: Manuel Philipp Date: Tue, 24 Mar 2020 20:04:24 +0100 Subject: [PATCH] Added package pomTimer (#1411) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index addf906..5855e4a 100644 --- a/packages.json +++ b/packages.json @@ -17102,5 +17102,21 @@ "description": "Scraping API for www.nordnet.dk ready to integrate with Home Assistant (Hassio)", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_nordnet_api" + }, + { + "name": "pomTimer", + "url": "https://github.com/MnlPhlp/pomTimer", + "method": "git", + "tags": [ + "timer", + "pomodoro", + "pomodoro-technique", + "pomodoro-timer", + "cli", + "pomodoro-cli" + ], + "description": "A simple pomodoro timer for the comandline with cli-output and notifications.", + "license": "MIT", + "web": "https://github.com/MnlPhlp/pomTimer" } ]