Kevin Schoon
e603f282cc
Merge pull request #57 from labno/master
...
Fix for issue 44, runs always starting at 0 pomodoros
2022-01-16 12:04:01 -05:00
WN
c1416ef9dc
Fix for issue 44, runs always starting at 0 pomodoros
2022-01-05 17:36:12 +01:00
Kevin Schoon
90b853492d
Merge pull request #55 from herbygillot/patch-1
...
README: add MacPorts install info
2021-11-15 07:41:22 -05:00
Herby Gillot
36d7e720cf
README: add MacPorts install info
2021-11-14 14:31:50 -05:00
Kevin Schoon
12616f0d72
update README
2021-11-02 07:53:08 -05:00
Kevin Schoon
7d4c4889c4
Merge pull request #51 from amiel/publish-and-listen
...
Use a separate socket path to publish so pomo can publish and listen on different sockets
2021-11-02 07:46:52 -05:00
Kevin Schoon
9a1f53e0bc
Merge pull request #50 from amiel/json-status
...
Allow pomo status --json
2021-10-14 10:32:51 -05:00
Kevin Schoon
bb760ada03
Merge pull request #48 from jgarte/jgart-readme-command-integrations
...
Makes Integrations command example user agnostic
2021-10-14 10:15:55 -05:00
Amiel Martin
c65d978114
Error message for use of publish without publish socket path
2021-10-13 15:36:25 -08:00
Amiel Martin
064d2f0341
Use a separate socket path to publish so pomo can publish and listen on different sockets
2021-10-13 15:26:42 -08:00
Amiel Martin
c6c3e43991
Allow pomo status --json
2021-10-13 13:10:13 -08:00
Kevin Schoon
c7cdf725ab
update readme
2021-10-10 11:34:21 -04:00
Kevin Schoon
3d946499a2
build bin/pomo by default
2021-10-10 11:32:10 -04:00
jgart
eeb4cb11b5
Makes Integrations command example user agnostic
2021-09-22 13:30:06 -04:00
Kevin Schoon
a7947a7cb7
apply some formatting fixes
2021-09-01 08:56:22 -04:00
Kevin Schoon
1ad3c18c8a
Merge pull request #45 from paperbenni/master
...
[Feature] show duration of pause between intervals
2021-09-01 08:50:27 -04:00
paperbenni
569a156fd0
show duration of pause between intervals
2021-08-31 00:31:35 +02:00
Kevin Schoon
28e436f73d
allow deleting a range of tasks
2021-08-07 12:09:00 -04:00
Kevin Schoon
a897198dae
support serving and receiving requests for status via sockets
2021-07-29 13:01:25 -04:00
Kevin Schoon
cae290eacd
bump various dependencies
2021-07-28 21:43:13 -04:00
Kevin Schoon
fb3e9d3184
update Makefile
2021-07-28 21:36:33 -04:00
Kevin Schoon
eb08755797
run tests in ci
2021-07-28 20:06:45 -04:00
Kevin Schoon
b43e77d037
update docs
2021-07-28 20:03:23 -04:00
Kevin Schoon
c880e8ac1b
rm release helpers
...
Binary releases suck to maintain and upstream package maintainers, e.g.
Debian, Brew, etc. should be preferred.
2021-07-28 20:00:16 -04:00
Kevin Schoon
1cef4683db
fix missing demo on docs site
2021-07-28 19:58:25 -04:00
Kevin Schoon
6dd356f9eb
fix broken docs links
2021-07-28 19:52:48 -04:00
Kevin Schoon
1b2d22aa5a
update docs site
2021-07-28 19:50:26 -04:00
Kevin Schoon
b2fc750ed3
rm hugo submodule, simplify docs site
2021-07-28 19:49:26 -04:00
Kevin Schoon
eccaca0dc4
upgrade termui to v3
2021-07-28 18:52:20 -04:00
Kevin Schoon
28b2e14b51
fix nil ptr config #40
2020-09-22 08:21:44 -05:00
Kevin Schoon
cbb4165766
refactor cmd interface for better testing
...
This change allows for E2E blackbox testing of pomodoro commands
by adding a New(*pomo.Config) *Cli.cmd function to the cmd module.
In a subsequent PR we should refactor pomo.Config into a public
module.
2020-09-21 09:20:44 -05:00
Kevin Schoon
dd872159f1
build/test all pull requests
2020-09-17 10:21:45 -05:00
Kevin Schoon
333eb1fbe5
Merge pull request #35 from kevinschoon/cleanup_project_structure
...
restructure project into modules
2020-09-10 08:51:39 -05:00
Kevin Schoon
34eab4e98b
restructure project into modules
2020-09-08 11:35:47 -05:00
Kevin Schoon
e030827ffc
Merge pull request #34 from strogiyotec/null_colors
...
check if config has any colors
2020-09-08 10:55:56 -05:00
strogiyotec
e5ff0c7e98
check if config has any colors
2020-09-07 21:20:42 -07:00
Kevin Schoon
f2d98027e5
Merge pull request #29 from strogiyotec/sock_file_fix
...
delete socket file after accidental crash
2020-09-06 18:01:15 -05:00
strogiyotec
7f85672bca
simplify sock file exists check
2020-09-06 15:29:48 -07:00
Kevin Schoon
61b2d63bd3
add gh actions status badge
2020-09-06 11:03:51 -05:00
Kevin Schoon
0fd7a3e397
add basic github actions workflow
2020-09-06 11:00:06 -05:00
strogiyotec
18b619c7a1
fix runner test
2020-09-05 20:49:42 -07:00
strogiyotec
adf5d8c4c9
delete socket file after accidental crash
2020-09-04 16:11:55 -07:00
Kevin
e3732717f5
pass config for initialization, add marshaling for status
2019-07-04 19:12:58 -04:00
Kevin
00ea73813a
standardize paths, use config for sub commands
2019-07-04 18:57:41 -04:00
Kevin
6644f7106c
refactor config
2019-07-04 18:13:04 -04:00
Kevin Schoon
591d51a1f3
Merge pull request #14 from iiridescent/patch-1
...
Fix typos in break screen
2019-06-11 19:28:46 -04:00
Vin Howe
87646e97fe
Fix typos in break screen
...
I also suggest using contractions ("It is" -> "It's", "you are" -> "you're") to make the message less formal. Those changes are stylistic, so I won't include them in this PR.
2019-06-11 15:04:25 -04:00
Kevin Schoon
90be75e9ae
update docs
2019-03-17 15:28:33 -04:00
Kevin Schoon
e6bb65196a
update build script
2019-03-17 15:16:49 -04:00
Kevin Schoon
3d478cbcf9
rm usermap on build
2019-03-17 15:12:48 -04:00