Commit 67bc746 1 parent 6bfc7b5 commit 67bc746 Copy full SHA for 67bc746
File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,13 @@ A pomodoro terminal app!
9
9
10
10
## Install
11
11
1 . Run ` install.sh `
12
- 2 . Run ` $ pomodorox`
12
+ 2 . Run ` pomodorox 50 10 4 `
13
13
14
- ## Configuration
15
- To configure the [ pomodoro] ( https://es.wikipedia.org/wiki/T%C3%A9cnica_Pomodoro ) times and loops you must set the values on
16
- ` ~/.config/pomodorox/config.yaml ` \n
17
- Disclaimer: This configurations is the way what ** work for me!** , you can modify for your need. 😉
18
- This app take 3 params:
19
- * ` workLoops ` -> The number of block of work
20
- * ` timeWorkLoops ` -> Time for each work block
21
- * ` timePause ` -> Time for each pause block
14
+ ## Use
15
+ Run the command with 3 paramenters: * Time to work* - * time of pause* - * Quantity loops*
16
+
17
+ Use:
18
+ ` $pomodorox 50 10 4 `
22
19
23
20
## Images
24
21
### Nofifications (Linux only)
@@ -33,5 +30,4 @@ This app take 3 params:
33
30
# Next steps
34
31
- [ ] Show times and loops on tmux bar.
35
32
- [ ] Use params to set the loops.
36
- - [ ] More configurations modes.
37
33
- [ ] Show a time countdown
You can’t perform that action at this time.
0 commit comments