From 9987ecc4d9e37067caf68c8c25556c0b8eb541a5 Mon Sep 17 00:00:00 2001 From: Lucas Martin-King Date: Wed, 3 Jan 2018 22:52:11 +1100 Subject: [PATCH] Add `README.md` --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9c50c2 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +Tomato Timer +============ + +A simple Pomodoro app which lives in the menu bar. + +![](./screenshots/tomato%20timer%20menu.png) + +It also supports sound and visual notifications: + +![](./screenshots/tomato%20timer%20notification.png) + +And some degree of control: + +![](./screenshots/tomato%20timer%20preferences%201.png) +![](./screenshots/tomato%20timer%20preferences%202.png) + +## Building + +To keep things simple, you just need Qt Creator and Qt 5.7. + +## Todo + + * Styling for Windows & Linux + +## Licence + +LGPLv3. See `LICENSE` and `COPYING.LESSER`. + +Copyright (c) 2017 Lucas Martin-King. + +Other parts of this software (eg: Qt) are covered by other licences.