wtf

The personal information dashboard for your terminal

MPL-2.0 License

Downloads
83
Stars
15.5K
Committers
180

Bot releases are hidden (Show)

wtf - v0.43.0 Latest Release

Published by Seanstoppable over 1 year ago

⚡️ Added

🐞 Fixed

wtf - v0.42.0

Published by senorprogrammer about 2 years ago

⚡️ Added

🐞 Fixed

wtf - v0.41.0

Published by senorprogrammer almost 3 years ago

Changelog

🐞 Fixed

👍 Updated

wtf - v0.40.0

Published by senorprogrammer almost 3 years ago

Changelog

⚡️ Added

🐞 Fixed

wtf - v0.39.2

Published by senorprogrammer about 3 years ago

Changelog

1dc4115b Update golang.org/x/sys to fix crashing bug in ioctl.go

wtf - v0.39.0

Published by senorprogrammer about 3 years ago

Changelog

⚡️ Added

  • Updown module added, by @hjr265
  • Considerable improvements to the Todo module. See PR #1100 for details. By @tadeaspaule

🐞 Fixed

  • Healthchecks module now respects the apiURL setting in the config file, by @hjr265
  • Example FeedReader RSS feed in the default config changed to a working feed, #1096 by @senorprogrammer
wtf - v0.38.0

Published by senorprogrammer over 3 years ago

Changelog

  • FeedReader module handles line breaks in item titles gracefully, #1088 by @GibranHL0
wtf - v0.37.0

Published by senorprogrammer over 3 years ago

Changelog

⚡️ Added

  • Yahoo Finance module added, by @inetAnt

🐞 Fixed

wtf - v0.36.0

Published by senorprogrammer over 3 years ago

Changelog

⚡️ Added

  • HealthChecks module added, by @stone
  • Asana module added, by @xntrik
  • Kubernetes module now displays the Ready Replicas and Total Replicas count, by @LKaemmerling
  • Now builds using Go 1.16, which provides support for Apple's M1 ARM hardware, by @LKaemmerling

🐞 Fixed

  • Numerous dangling response bodies closed, by @dabcoder
  • HackerNews read-on-response error fixed, by @LKaemmerling
  • CircleCI read-on-response error fixed, by @dabcoder
wtf - v0.35.0

Published by senorprogrammer almost 4 years ago

Changelog

⚡️ Added

  • CircleCI module now supports numberOfBuilds setting defining how many builds to display, #1020 by @dabcoder
  • The \ key now opens module documentation in the browser for the currently-focused module, by @senorprogrammer
  • Krisinformation module added, by @stone
  • Covid module has been added, by @dabcoder
  • Support for a "Language" configuration key added. Supports any BCP 47 tag for identifying a langauge, by @senorprogrammer

🐞 Fixed

wtf - v0.34.0

Published by senorprogrammer almost 4 years ago

Changelog

⚡️ Added

👍 Updated

  • Updated google.golang.org/api from 0.30.0 to 0.33.0
  • Updated github.com/digitalocean/godo from 1.46.0 to 1.52.0
  • Updated github.com/xanzy/go-gitlab from 0.38.1 to 0.39.0
  • Updated github.com/zorkian/go-datadog-api from 2.29.0+incompatible to 2.30.0+incompatible
  • Updated golang.org/x/text from 0.3.3 to 0.3.4
wtf - v0.33.0

Published by senorprogrammer about 4 years ago

⚡️ Added

🐞 Fixed

  • Exchange Rates module now displays rates in alphabetical order, sorted by the base rate, by @senorprogrammer
  • Feed Reader module no longer crashes on feeds that don't have a published date, #958 by @cyingfan
  • Stray blank lines no longer appear at the end of highlightable lists, #977 by @cyingfan
  • config.yml now properly set to 0600 instead of 0666, by @cyingfan
  • Now blank-imports the time/tzinfo package to provide timezone support for Windows users, #994 by @trimble

👍 Updated

  • Updated github.com/gdamore/tcell from 1.3.0 to 1.4.0

  • Updated github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.9+incompatible

  • Updated github.com/mmcdole/gofeed from 1.0.0 to 1.1.0

  • Updated github.com/digitalocean/godo from 1.42.1 to 1.46.0

  • Updated github.com/xanzy/go-gitlab from 0.33.0 to 0.38.1

  • Updated github.com/adlio/trello from 1.7.0 to 1.8.0

  • Updated github.com/alecthomas/chroma from 0.8.0 to 0.8.1

  • Updated github.com/nicklaw5/helix from 0.5.9 to 0.7.0

  • Now requires Go 1.15 for compilation in Dockerfiles and go.mod, by @seanstoppable

wtf - v0.32.0

Published by senorprogrammer about 4 years ago

Changelog

⚡️ Added

  • PagerDuty module now supports showOncallEnd setting, which determines whether or not to display the oncall rotation end date, by @senorprogrammer
  • Exchange Rates module now supports precision setting, which determines how many decimal places to display, #897 by @senorprogrammer

🐞 Fixed

  • Todo module's edit modal now shows up quickly, #876 by @aeter
  • Jira module title now displays properly, #942 by @timhwang21

👍 Updated

  • Updated alecthomas/chroma from 0.7.3 to 0.8.0
  • Updated digitalocean/godo from 1.38.0 to 1.42.1
  • Updated google.golang.org/api from 0.29.0 to 0.30.0
  • Updated shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible
wtf - v0.31.0

Published by senorprogrammer over 4 years ago

Changelog

⚡️ Added

🐞 Fixed

  • GitLab Todo module now allows domain to be set, defaults to https://gitlab.com, by @gerchardon
  • Pi-hole module now works with Pi-hole v4 and v5, by @jonhadfield
  • Null pointer exception fixed in VictorOps module, by @ripienaar

👍 Updated

  • Updated google.golang.org/api from 0.25.0 to 0.29.0
  • Updated pkg/profile from 1.4.0 to 1.5.0
  • Updated nicklaw5/helix from 0.5.8 to 0.5.9
  • Updated digitalocean/godo from 1.37.0 to 1.38.0
  • Updated gopkg.in/yaml.v2 from 2.2.8 to 2.3.0
  • Updated xanzy/go-gitlab from 0.31.0 to 0.33.0
  • Updated stretchr/testify from 1.5.1 to 1.6.1
  • Updated golang.org/x/text from 0.3.2 to 0.3.3
  • Updated shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible
wtf - v0.30.0

Published by senorprogrammer over 4 years ago

Changelog

⚡️ Added

🐞 Fixed

👍 Updated

  • Updated zorkian/go-datadog-api from 2.28.0+incompatible to 2.29.0+incompatible
  • Updated shirou/gopsutil from 2.20.3+incompatible to 2.20.4+incompatible
  • Updated google.golang.org/api from 0.22.0 to 0.23.0
wtf - v0.29.0

Published by senorprogrammer over 4 years ago

Changelog

⚡️ Added

🐞 Fixed

👍 Updated

  • Updated nicklaw5/helix from 0.5.7 to 0.5.8
  • Updated digitalocean/godo from 1.34.0 to 1.35.1
  • Updated xanzy/go-gitlab from 0.28.0 to 0.31.0
  • Updated shirou/gopsutil from 2.20.2+incompatible to 2.20.3+incompatible
  • Updated alecthomas/chroma from 0.7.1 to 0.7.2
  • Updated google.golang.org/api from 0.21.0 to 0.22.0
wtf - v0.28.0

Published by senorprogrammer over 4 years ago

Changelog

⚡️ Added

  • Support for customizing CPU, Mem, and Swap display in ResourceUsage, by @leterio

👍 Updated

  • Now prefers Go 1.14 for compilation (should still work under 1.13 however)
  • Updated shirou/gopsutil from 2.20.1+incompatible to 2.20.2+incompatible
  • Updated google.golang.org/api from 0.17.0 to 0.20.0
  • Updated digitalocean/godo from 1.30.0 to 1.32.0
  • Updated xanzy/go-gitlab from 0.26.0 to 0.28.0
  • Updated adlio/trello from 1.6.0 to 1.7.0
  • Updated zorkian/go-datadog-api from 2.27.0+incompatible to 2.28.0+incompatible
wtf - v0.27.0

Published by senorprogrammer over 4 years ago

Changelog

14602299 Clean up go.mod via
fcf78b7d Update CHANGELOG.md
538971c2 Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (#846)
a6d1aafd Bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0 (#844)
47b5abe0 Bump github.com/nicklaw5/helix from 0.5.6 to 0.5.7 (#842)
7cfc5e0c Update CHANGELOG.md
14fca518 Update @bjoernw as a contributor
0ae44a4d Remove rest of vendor directory
55c383f1 Merge branch 'master' of github.com:wtfutil/wtf
bc1142d7 Add @yesnault as a contributor
46d51eeb Update CHANGELOG.md
629661df Fix merge conflict in go.sum
8dde8598 Remove some unnecessary type conversions (#841)
e32565d3 Update go.mod
a1eaccb3 Update CHANGELOG.md
e98a65c3 Bump github.com/xanzy/go-gitlab from 0.23.0 to 0.25.0 (#840)
f9c11bf1 Bump github.com/nicklaw5/helix from 0.5.5 to 0.5.6 (#839)
3554684f Bump google.golang.org/api from 0.15.0 to 0.17.0 (#838)
dfe55583 Bump github.com/zorkian/go-datadog-api (#837)
11fdb247 Update @elliotrushton as a contributor
6c182823 Initial commit of gitlab todo module (#830)
2c6e546e fix(cds/favorites): next key
25bcd157 feat: cds modules
e05c21e8 Update CHANGELOG.md
6747784a Removing vendor directory

wtf - v0.26.0

Published by senorprogrammer over 4 years ago

Changelog

⚡️ Added

🐞 Fixed

👍 Updated

  • Updated digitalocean/godo from 1.22.0 to 1.30.0
  • Updated google.golang.org/api from 0.14.0 to 0.15.0
  • Updated alecthomas/chroma from 0.7.0 to 0.7.1
  • Updated pkg/errors from 0.8.1 to 0.9.1
  • Updated xanzy/go-gitlab from 0.22.2 to 0.23.0
  • Updated shirou/gopsutil from 2.19.11 to 2.20.1
  • Updated zorkian/go-datadog-api from 2.25.0 to 2.26.0
  • Updated gopkg.in/yaml.v2 from 2.2.7 to 2.2.8
  • Updated nicklaw5/helix from 0.5.4 to 0.5.5
wtf - v0.25.0

Published by senorprogrammer almost 5 years ago

Changelog

⚡️ Added

🐞 Fixed

👍 Updated

  • Switched from gocenter.io as the Go proxy to proxy.golang.org, by @chenrui333
  • Updated go-datadog-api to version 2.25.0+incompatible
  • Updated adlio/trello to version 1.6.0
  • Updated alecthomas/chroma to version 0.7.0
  • Updated olekukonko/tablewriter to version 0.0.3
  • Updated pkg/profile to version 1.4.0
  • Updated yaml.v2 to 2.2.7
  • Updated google.golang.org/api to 0.14.0
  • Updated xanzy/go-gitlab to 0.22.2
  • Uodated shirou/gopsutil to 2.19.11+incompatible