File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ tomato -h # help
54
54
55
55
``` sh
56
56
🍅 tomato 25 minutes. Ctrl+C to exit
57
- 🍅🍅---------------------------------------------- [8%] 23:4 ⏰
57
+ 🍅🍅---------------------------------------------- [8%] 23:04 ⏰
58
58
```
59
59
60
60
## Desktop Notification
@@ -86,16 +86,12 @@ MacOS already has `say`. see [here](https://ss64.com/osx/say.html) or [more deta
86
86
87
87
- Ubuntu
88
88
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 )
90
90
91
91
``` sh
92
92
sudo apt-get install gnustep-gui-runtime
93
93
```
94
94
95
- ## Package & Publish
95
+ - Windows
96
96
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 8
8
long_description = f .read ()
9
9
10
10
description = "Tomato Clock is a straightforward command-line Pomodoro application."
11
- version = "0.0.11 "
11
+ version = "0.1.0 "
12
12
13
13
setup (
14
14
name = "tomato-clock" ,
You can’t perform that action at this time.
0 commit comments