mirror of
https://github.com/taigrr/wtf
synced 2026-03-26 00:22:21 -07:00
Added gspreadsheets module
This commit is contained in:
2
wtf.go
2
wtf.go
@@ -17,6 +17,7 @@ import (
|
||||
"github.com/senorprogrammer/wtf/cryptoexchanges/bittrex"
|
||||
"github.com/senorprogrammer/wtf/cryptoexchanges/cryptolive"
|
||||
"github.com/senorprogrammer/wtf/gcal"
|
||||
"github.com/senorprogrammer/wtf/gspreadsheets"
|
||||
"github.com/senorprogrammer/wtf/git"
|
||||
"github.com/senorprogrammer/wtf/github"
|
||||
"github.com/senorprogrammer/wtf/gitlab"
|
||||
@@ -228,6 +229,7 @@ func makeWidgets(app *tview.Application, pages *tview.Pages) {
|
||||
cmdrunner.Config = Config
|
||||
cryptolive.Config = Config
|
||||
gcal.Config = Config
|
||||
gspreadsheets.Config = Config
|
||||
git.Config = Config
|
||||
github.Config = Config
|
||||
gitlab.Config = Config
|
||||
|
||||
Reference in New Issue
Block a user