File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ tomato -h # help
5454
5555``` sh
5656🍅 tomato 25 minutes. Ctrl+C to exit
57- 🍅🍅---------------------------------------------- [8%] 23:4 ⏰
57+ 🍅🍅---------------------------------------------- [8%] 23:04 ⏰
5858```
5959
6060## Desktop Notification
@@ -86,16 +86,12 @@ MacOS already has `say`. see [here](https://ss64.com/osx/say.html) or [more deta
8686
8787- Ubuntu
8888
89- see this link: [ say] ( http://manpages.ubuntu.com/manpages/trusty/man1/say.1.html )
89+ See this link: [ say] ( http://manpages.ubuntu.com/manpages/trusty/man1/say.1.html )
9090
9191``` sh
9292sudo apt-get install gnustep-gui-runtime
9393```
9494
95- ## Package & Publish
95+ - Windows
9696
97- ``` sh
98- pip install setuptools wheel twine
99- rm -rf dist && python setup.py sdist bdist_wheel
100- twine upload dist/*
101- ```
97+ Check this one: https://github.com/SeanBracksDev/tomato-clock
Original file line number Diff line number Diff line change 88 long_description = f .read ()
99
1010description = "Tomato Clock is a straightforward command-line Pomodoro application."
11- version = "0.0.11 "
11+ version = "0.1.0 "
1212
1313setup (
1414 name = "tomato-clock" ,
You can’t perform that action at this time.
0 commit comments