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
Kevin Schoon
952ebbf1fc
add new build environment for cross compile
2019-03-17 15:10:28 -04:00
Kevin Schoon
63b1e5497b
fix links again
2019-02-10 15:50:46 -05:00
Kevin Schoon
9b8c9a7fc0
fix docs path
2019-02-10 15:47:16 -05:00
Kevin Schoon
cb6867d329
add installer script
2019-02-10 15:39:45 -05:00
Kevin Schoon
fd5c988f5c
update docs
2019-02-10 14:53:26 -05:00
Kevin Schoon
1b51a02a52
update go modules
2019-02-10 14:53:19 -05:00
Kevin Schoon
4c4eed3f60
add long help message
2019-01-25 00:42:38 -05:00
Kevin Schoon
40a14692a6
update dependencies
2019-01-25 00:05:06 -05:00
Kevin Schoon
793dd59bae
refacort db & add fix begin/create commands
2019-01-25 00:04:41 -05:00
Steven Edwards
6076788365
Add begin command.
...
Use begin to start pomodoros created by "create".
2019-01-13 07:01:00 -05:00
Steven Edwards
a88c1fbb43
s/start/create/ for create command.
2019-01-13 05:59:28 -05:00
Steven Edwards
496f5ba93c
Add create command.
...
Sometimes, for example in a planning Pomodoro, it's helpful to create
tasks without actually starting them. This create subcommand adds
that flexibility.
2019-01-12 13:39:38 -05:00
Kevin Schoon
e3673d2f59
update license
2019-01-11 09:26:40 -05:00
Kevin Schoon
754c9e650c
Merge pull request #6 from lpmi-13/typofix
...
fix simple typo
2019-01-09 16:42:24 -08:00
lpmi-13
d2e0ac7175
fix simple typo
2019-01-08 22:11:11 +00:00
Kevin Schoon
2bf40bfd01
add module support
2018-09-20 17:00:04 -04:00
Kevin Schoon
b8f2f67b16
rm vendor
2018-09-20 11:26:19 -04:00
Kevin Schoon
14734c3ccf
update Makefile
2018-07-12 15:04:02 -04:00
Kevin Schoon
b17605be73
update imports
2018-07-12 15:03:53 -04:00
Kevin Schoon
1192d93e32
update docs
2018-03-03 20:28:48 +00:00
Kevin Schoon
dd12e4fb77
ignore demo.gif
2018-03-03 20:28:33 +00:00
Kevin Schoon
1aaa713c49
fix tag spacing
2018-03-03 20:19:30 +00:00
Kevin Schoon
24f8cd8cf0
update termbox-go dependency
2018-03-03 20:16:21 +00:00
Kevin Schoon
f03ef13268
revert to outputting all tasks by default
2018-03-01 17:18:13 +00:00
Kevin Schoon
63ad6b2712
update polybar example
2018-02-13 09:14:25 -05:00
Kevin Schoon
6dcdf6c826
output tasks only from the last 24 hours by default, add more task output options
2018-02-09 12:02:34 -05:00
Kevin Schoon
1d59d0f7d0
task -> runner
2018-02-09 11:28:56 -05:00
Kevin Schoon
0a0d358965
update docs
2018-02-03 22:30:57 -05:00
Kevin Schoon
82d8b7d875
break out of listen loop on error
2018-02-03 22:25:06 -05:00
Kevin Schoon
2fc414efdd
add socket server for scriptable status output
2018-02-03 22:13:46 -05:00
Kevin Schoon
6c541894ab
update readme
2018-02-03 13:50:03 -05:00
Kevin Schoon
bd32d957f8
support more color choices
2018-02-03 13:40:38 -05:00
Kevin Schoon
987fbfd261
add date/time in task list output
2018-02-03 13:28:29 -05:00
Kevin Schoon
38c5700812
send notification when the pomo session completes
2018-02-01 16:52:34 -05:00
Kevin Schoon
bf6f80e8c1
fix readme
2018-02-01 16:32:37 -05:00
Kevin Schoon
c25e4a7e21
remove /bin from md5 output
2018-02-01 16:27:09 -05:00
Kevin Schoon
aa645b4c55
output md5 hashes
2018-02-01 16:16:55 -05:00
Kevin Schoon
e630f0c4c9
update readme
2018-02-01 16:13:02 -05:00
Kevin Schoon
5b39aa365e
improve build support
2018-02-01 16:11:44 -05:00
Kevin Schoon
06bec467f1
support OSX cross compilation
2018-02-01 15:20:22 -05:00
Kevin Schoon
683e204a4d
Merge branch 'xakon-fix/makefile'
2018-02-01 09:56:05 -05:00
Kevin Schoon
dd5c21e0eb
Merge branch 'fix/makefile' of github.com:xakon/pomo into xakon-fix/makefile
2018-02-01 09:54:10 -05:00
Kevin Schoon
797d43f7df
update dependencies
2018-02-01 09:44:56 -05:00
Christos Kontas
abed8fd61c
Makefile: use automatic variables for bindata.go
...
This change can easily let us expand the rule by adding more files as a
dependency. Even better, we can define a variable to hold all these
external, binary resources.
2018-02-01 10:20:12 +01:00
Christos Kontas
a9172824a2
Makefile: shorten recipe using default target var
2018-02-01 10:13:45 +01:00
Christos Kontas
858872bab8
Makefile: split the target from the PHONY rule
...
A PHONY rule is executed always. The target of the `readme' rule is to
create the `www/data/readme.json', which depends only on `README.md'.
If we specify these dependencies separately, make(1) won't build the
`readme.json', if it's not necessary. And yet, we can refer to this
creation by typing `make readme'.
2018-02-01 10:10:24 +01:00
Christos Kontas
f8a7c65bf3
Makefile: explicitly create bin/, if necessary
...
Most of the go(1) tools will create the missing directory.
Yet, it is better to define this dependency explicitly to make(1),
to avoid unnecessary surprises.
Another useful feature of make(1) is the multiple targets per rule.
This way, we can have the same action and it is the target the variable
of the rule, anymore.
2018-02-01 10:07:57 +01:00