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

1860 Commits

Author SHA1 Message Date
Chris Cummer
f14158a358
Update Support.md 2019-07-17 21:34:02 -07:00
Chris Cummer
f1d240d5fc
Update Feature.md 2019-07-17 21:32:14 -07:00
Chris Cummer
d2d1be764d
Update Support.md 2019-07-17 21:31:53 -07:00
Chris Cummer
292122b8e5
Update Bug.md 2019-07-17 21:31:05 -07:00
Chris Cummer
30f9311fd1
Update Feature.md 2019-07-17 21:27:11 -07:00
Chris Cummer
9a9c5ed85f
Update Feature.md 2019-07-17 21:26:29 -07:00
Chris Cummer
db68c9cce8
Update Bug.md 2019-07-17 21:24:58 -07:00
Chris Cummer
e593a0d007 Better naming for some of the core interfaces 2019-07-17 07:11:43 -07:00
Chris Cummer
7ddf4a566d WIP 2019-07-17 06:58:53 -07:00
Chris Cummer
0801f9bf4c Delete Position test. Position struct no longer exists 2019-07-17 06:58:33 -07:00
Chris Cummer
29da0bf82e
Update CHANGELOG.md 2019-07-16 18:01:44 -07:00
Chris Cummer
6319f8d922
Update CHANGELOG.md 2019-07-16 18:01:16 -07:00
Chris Cummer
eca0d0bf48
Merge pull request #503 from wtfutil/WTF-502-config-creation
Fix config file loading issue
v0.17.1
2019-07-16 17:56:07 -07:00
Chris Cummer
75f6e84fb0 Fix config file loading issue 2019-07-16 17:49:39 -07:00
Chris Cummer
f96cb98a67
Update CHANGELOG.md 2019-07-15 19:32:13 -07:00
Chris Cummer
2b19ccea1c Vendoring dependencies v0.17.0 2019-07-15 09:06:49 -07:00
Chris Cummer
122ea31e45
Update CHANGELOG.md 2019-07-12 10:45:25 -07:00
Chris Cummer
d1a7d5d8c4
Update CHANGELOG.md 2019-07-12 10:44:22 -07:00
Chris Cummer
375c296f56 Fix a date-sorting bug in FeedReader 2019-07-12 08:00:54 -07:00
Chris Cummer
540535b95e Regenerate all-contributors 2019-07-11 22:58:54 -07:00
Chris Cummer
4fc8185058 Add @gary-kim as a contributor 2019-07-11 22:56:28 -07:00
Chris Cummer
561f4d16a0
Merge pull request #500 from gary-kim/fix/498/readme-gccgo
Update README.md to reflect gccgo-9 compatability
2019-07-11 22:55:14 -07:00
Gary Kim
26d695265d
Update README.md to reflect gccgo-9 compatability 2019-07-12 09:58:55 +08:00
Chris Cummer
92e16b7197
Update README.md 2019-07-11 17:29:41 -07:00
Chris Cummer
769e8b34ba Merge branch 'master' of github.com:wtfutil/wtf v0.16.1 2019-07-11 17:26:34 -07:00
Chris Cummer
895320dbd8 Update goreleaser.yml to name the Homebrew recipe 'wtfutil' 2019-07-11 17:26:31 -07:00
Chris Cummer
9015134418
Update README.md 2019-07-11 17:24:04 -07:00
Chris Cummer
470f726a5b
Update README.md 2019-07-11 17:13:31 -07:00
Chris Cummer
4e658dde00
Update README.md 2019-07-11 17:13:15 -07:00
Chris Cummer
9b086f4c41
Update README.md 2019-07-11 17:12:15 -07:00
Chris Cummer
6eb57a9ade
Update README.md 2019-07-11 17:11:39 -07:00
Chris Cummer
4b26402b28 Add homebrew config for goreleaser v0.16.0 2019-07-11 16:59:21 -07:00
Chris Cummer
c2e240014d Add support for a new 'border' property on widgets
Sets whether or not the widget should be drawn with a border (and by
extension a title).

If 'true', the border is drawn. If 'false', no
border is drawn. Defaults. to 'true'. Optional.
2019-07-10 22:30:36 -07:00
Chris Cummer
60895c84a2 Upgrade tview dependency 2019-07-10 22:22:05 -07:00
Chris Cummer
372ec72491
Update CHANGELOG.md 2019-07-10 10:59:56 -07:00
Chris Cummer
d520ef67f8
Update CHANGELOG.md 2019-07-10 10:59:19 -07:00
Chris Cummer
3681cba45d
Update README.md 2019-07-10 10:03:35 -07:00
Chris Cummer
76545d196b Update binary name in goreleaser.yml v0.15.0 2019-07-10 10:01:15 -07:00
Chris Cummer
379d035b63 Update the README with the note about wtf -> wtfutil 2019-07-10 09:48:17 -07:00
Chris Cummer
f7fc82dca1 Add wtfutil binary comments to Makefile 2019-07-10 09:37:41 -07:00
Chris Cummer
f143efe4e2 Merge branch '20190709-rename-binary-to-wtfutil' 2019-07-10 08:09:19 -07:00
Chris Cummer
5f61a90eb7 Fix bug with FeedReader's sort order 2019-07-10 08:04:55 -07:00
Chris Cummer
5bbddcf2ee Fix off-by-one error when deleting Transmission torrents 2019-07-10 08:04:01 -07:00
Chris Cummer
2e7f242056 HIBP module now wraps error text if an error occurrs 2019-07-09 13:00:41 -07:00
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
135518a341
Update CHANGELOG.md 2019-07-08 20:58:40 -07:00
Chris Cummer
b07f3c5e67 Reimpliments the module configuration validation
Now supports displaying errors from multiple widgets.
v0.14.0
2019-07-07 16:04:43 -07:00
Chris Cummer
c308d1b6c2 Add help tag to Title in common_settings 2019-07-06 02:10:06 -07:00
Chris Cummer
2da3344612 Get --module=[modname] working again (broke when position config validation was added) 2019-07-06 01:55:54 -07:00
Chris Cummer
2b2cdf912b Fix optional help text in NewRelic settings 2019-07-05 23:02:38 -07:00