172 Commits (master)
 

Author SHA1 Message Date
Kevin Schoon bf6f80e8c1 fix readme 6 years ago
Kevin Schoon c25e4a7e21 remove /bin from md5 output 6 years ago
Kevin Schoon aa645b4c55 output md5 hashes 6 years ago
Kevin Schoon e630f0c4c9 update readme 6 years ago
Kevin Schoon 5b39aa365e improve build support 6 years ago
Kevin Schoon 06bec467f1 support OSX cross compilation 6 years ago
Kevin Schoon 683e204a4d Merge branch 'xakon-fix/makefile' 6 years ago
Kevin Schoon dd5c21e0eb Merge branch 'fix/makefile' of github.com:xakon/pomo into xakon-fix/makefile 6 years ago
Kevin Schoon 797d43f7df update dependencies 6 years ago
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.
6 years ago
Christos Kontas a9172824a2 Makefile: shorten recipe using default target var 6 years ago
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'.
6 years ago
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.
6 years ago
Christos Kontas 295f0d024a Makefile: add missing dependency for `www/data' 6 years ago
Christos Kontas 1bb38796ad Makefile: simplify `clean' rule
There is a special rule in make(1) to denote that we don't care about
the result of a command.  Additionally, we can also instruct rm(1) not
to complain when it didn't find a file/directory to remove.

As a final touch, there is no point of having 2 shell executions to
remove 2 or more files.  We can compress these 2 recipes into a single
one.

Reference:
   https://www.gnu.org/software/make/manual/html_node/Errors.html
6 years ago
Kevin Schoon ab24f88a59 remove dead code 6 years ago
Kevin Schoon 7f0df49878 update readme 6 years ago
Kevin Schoon 7bffb5fe7e simplify notifications 6 years ago
Kevin Schoon 51aaa9c19f Merge branch 'JackMordaunt-master' 6 years ago
Kevin Schoon af9be87671 Merge branch 'master' of github.com:JackMordaunt/pomo into JackMordaunt-master 6 years ago
Kevin Schoon 2042488d20 fix out of date dependencies 6 years ago
Jack Mordaunt 99667b95ae [*] Renamed implementation type due to naming conflict with package. 6 years ago
Jack Mordaunt 18d97db12a [*] Added wrappers around type notificator to indicate which OS are supported by it. 6 years ago
Jack Mordaunt 9c21245767 [+] Implemented cross platform notifications. 6 years ago
Kevin Schoon e06d8dd4ec minor styling updates 6 years ago
Kevin Schoon 7f84e7d6f2 fix url 6 years ago
Kevin Schoon 5cb9152c53 update docs 6 years ago
Kevin Schoon 969c9c2f98 update spacing 6 years ago
Kevin Schoon 452710e984 add demo.gif 6 years ago
Kevin Schoon 479221cc00 clean up ui 6 years ago
Kevin Schoon d7863cb264 store tomato icon in config path 6 years ago
Kevin Schoon 31f1cfaa4e create an empty config file if it does not already exist 6 years ago
Kevin Schoon 70fa81c663 only use libnotify on Linux 6 years ago
Kevin Schoon 3389d46410 remove commented code 6 years ago
Kevin Schoon cbebe43981 UI and copy updates 6 years ago
Kevin Schoon 2f2b55cde1 improve ui 6 years ago
Kevin Schoon af18268be6 add vet to test 6 years ago
Kevin Schoon 55f2a85378 redesign around termui 6 years ago
Kevin Schoon 79a7382a07 add license 6 years ago
Kevin Schoon be7b387259 improve listed output 6 years ago
Kevin Schoon 6b76898db2 fix words 6 years ago
Kevin Schoon 1c13564ada add credits 6 years ago
Kevin Schoon 857a539790 update docs 6 years ago
Kevin Schoon d02072888d update Makefile 6 years ago
Kevin Schoon 9431619825 fix link 6 years ago
Kevin Schoon 1d74a3356d add docs 6 years ago
Kevin Schoon 7b1bf2980c add hugo sources 6 years ago
Kevin Schoon 6c8ffe602a Merge branch 'master' of github.com:kevinschoon/pomo 6 years ago
Kevin Schoon 0ada6d0972 fix version 6 years ago
Kevin Schoon 1aeefe0ad9 ignore bin 6 years ago