1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

27 Commits

Author SHA1 Message Date
Chris Cummer
b4e3b7e3a2 Changes the name of the installed binary from 'wtf' to 'wtfutil'
This is to avoid conflict with the venerable 'wtf' acronym utility found
here https://sourceforge.net/projects/bsdwtf/
2019-07-09 12:10:35 -07:00
Chris Cummer
7a14c39d81 Export Go module variables in Makefile 2019-04-27 14:51:33 -07:00
retgits
e03b65b442
feat: update to go modules 2019-04-26 16:39:44 -07:00
Chris Cummer
28ccc9797a Display message if wtf cannot be found after installation 2019-02-17 12:32:42 -08:00
Chris Cummer
1d888118c5 Add 'make test' to the Makefile 2019-01-13 12:00:27 -08:00
Chris Cummer
0f86740a7f Set the GOPATH if not set when using the Makefile 2019-01-13 11:56:54 -08:00
Chris Cummer
2af837d5cf Make build now runs with -race enabled 2018-08-22 21:45:19 -07:00
Chris Cummer
e9758bde65 Unbreak the Makefile 2018-08-15 13:25:29 -07:00
Chris Cummer
d872a28cf7 First pass at new site template 2018-08-15 13:25:28 -07:00
Chris Cummer
cc7072e666 Revert the Makefile changes 2018-08-13 08:35:01 -07:00
Chris Cummer
d89b307854 Regenerate documentation for Gitter 2018-08-12 03:31:37 -07:00
Chris Cummer
b5bdaf3150 Replace Fprintf calls with SetText calls 2018-08-03 09:51:55 -07:00
Chris Cummer
4a1caf6e7c Use -s -w to reduce the final binary size when running 'make install' 2018-07-17 11:55:40 -07:00
Chris Cummer
ba97ac7999 Add 'make size' to Makefile because vanity 2018-07-11 17:21:33 -07:00
Chris Cummer
ddf39c3f59 Update README to add list of all contributors 2018-06-17 14:53:36 -07:00
Chris Cummer
6dd7069b42 Close #194. No branch name in build version anymore 2018-06-14 08:55:54 -07:00
Sergio Rubio
d2a3e504cf Vendor dependencies using golang/dep
Output from 'dep status':

PROJECT                               CONSTRAINT     VERSION        REVISION  LATEST   PKGS USED
cloud.google.com/go                   v0.23.0        v0.23.0        0fd7230   v0.23.0  1
github.com/briandowns/openweathermap  ^0.11.0        0.11           1b87579   0.11     1
github.com/gdamore/encoding           branch master  branch master  b23993c   b23993c  1
github.com/gdamore/tcell              ^1.0.0         v1.0.0         061d51a   v1.0.0   2
github.com/go-test/deep               ^1.0.1         v1.0.1         6592d9c   v1.0.1   1
github.com/golang/protobuf            v1.1.0         v1.1.0         b4deda0   v1.1.0   1
github.com/google/go-github           branch master  branch master  2ae5df7   2ae5df7  1
github.com/google/go-querystring      branch master  branch master  53e6ce1   53e6ce1  1
github.com/jessevdk/go-flags          ^1.4.0         v1.4.0         c6ca198   v1.4.0   1
github.com/lucasb-eyer/go-colorful    v1.0           v1.0           345fbb3   v1.0     1
github.com/mattn/go-runewidth         v0.0.2         v0.0.2         9e777a8   v0.0.2   1
github.com/olebedev/config            branch master  branch master  9a10d05   9a10d05  1
github.com/radovskyb/watcher          ^1.0.2         v1.0.2         6145e14   v1.0.2   1
github.com/rivo/tview                 branch master  branch master  71ecf1f   71ecf1f  1
github.com/yfronto/newrelic           branch master  branch master  f7fa0c6   f7fa0c6  1
golang.org/x/net                      branch master  branch master  1e49130   1e49130  2
golang.org/x/oauth2                   branch master  branch master  1e0a3fa   1e0a3fa  5
golang.org/x/text                     v0.3.0         v0.3.0         f21a4df   v0.3.0   5
google.golang.org/api                 branch master  branch master  00e3bb8   00e3bb8  4
google.golang.org/appengine           v1.0.0         v1.0.0         150dc57   v1.0.0   10
gopkg.in/yaml.v2                      ^2.2.1         v2.2.1         5420a8b   v2.2.1   1

See https://golang.github.io/dep/docs/daily-dep.html
2018-06-06 18:29:46 +02:00
James Sapara
2109157edc linux/ubuntu wraps for security 2018-05-31 12:29:32 -07:00
Chris Cummer
5d66b2acd5 Improve the state of the Makefile a bit 2018-05-18 16:37:03 -07:00
Chris Cummer
ca4d6f2fe8 Add 'make dependencies' to the Makefile 2018-05-18 16:10:59 -07:00
Chris Cummer
430ade3fe5 Conform ldflag names to those that goreleaser uses 2018-05-17 14:23:41 -07:00
Chris Cummer
c4cf871ccf Display build branch in version 2018-04-29 12:26:49 -07:00
Chris Cummer
3c9b846bbc Remove the old binary before installing the new to force it to get picked up 2018-04-24 09:58:24 -07:00
Chris Cummer
7500a4031d Added the System widget with basic build info 2018-04-24 09:54:53 -07:00
Chris Cummer
1559b1ea87 Tweak to the makefile 2018-04-23 17:51:31 -07:00
Chris Cummer
5a31de74fe Add Makefile support for 'make install' and version info 2018-04-23 17:35:14 -07:00
Chris Cummer
27a267b123 Cleaner config format and added simple_config.yml example 2018-04-10 11:28:48 -07:00