diff --git a/.travis.yml b/.travis.yml index c90dfc89..b20b9c4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ go: sudo: false before_install: # Make sure travis builds work for forks - - mkdir -p $TRAVIS_BUILD_DIR $GOPATH/src/github.com/andrewzolotukhin - - test ! -d $GOPATH/src/github.com/andrewzolotukhin/wtf && mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/andrewzolotukhin/wtf || true - - export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/andrewzolotukhin/wtf - - cd $HOME/gopath/src/github.com/andrewzolotukhin/wtf + - mkdir -p $TRAVIS_BUILD_DIR $GOPATH/src/github.com/senorprogrammer + - test ! -d $GOPATH/src/github.com/senorprogrammer/wtf && mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/senorprogrammer/wtf || true + - export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/senorprogrammer/wtf + - cd $HOME/gopath/src/github.com/senorprogrammer/wtf -script: go get ./... && go get github.com/go-test/deep && go test -v github.com/andrewzolotukhin/wtf/wtf_tests +script: go get ./... && go get github.com/go-test/deep && go test -v github.com/senorprogrammer/wtf/wtf_tests diff --git a/README.md b/README.md index 7d5fb882..705c2be5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

@@ -21,13 +21,13 @@ displaying infrequently-needed, but very important, daily data. **Note:** WTF is _only_ compatible with Go versions **1.9.2** or later. It currently _does not_ compile with `gccgo`. ```bash -go get -u github.com/andrewzolotukhin/wtf -cd $GOPATH/src/github.com/andrewzolotukhin/wtf +go get -u github.com/senorprogrammer/wtf +cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run ``` -Or [download the latest binary](https://github.com/andrewzolotukhin/wtf/releases). +Or [download the latest binary](https://github.com/senorprogrammer/wtf/releases). ## Support @@ -70,7 +70,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc ## Authors -* Chris Cummer, [andrewzolotukhin](https://github.com/andrewzolotukhin) +* Chris Cummer, [senorprogrammer](https://github.com/senorprogrammer) ## License diff --git a/_sample_configs/complex_config.yml b/_sample_configs/complex_config.yml index 48c68c36..e07aa209 100644 --- a/_sample_configs/complex_config.yml +++ b/_sample_configs/complex_config.yml @@ -108,7 +108,7 @@ wtf: width: 3 refreshInterval: 8 repositories: - - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf" + - "/Users/chris/go/src/github.com/senorprogrammer/wtf" github: enabled: true position: @@ -119,8 +119,8 @@ wtf: refreshInterval: 300 repositories: repo-name: "owner id" - wtf: "andrewzolotukhin" - username: "andrewzolotukhin" + wtf: "senorprogrammer" + username: "senorprogrammer" jira: colors: rows: diff --git a/_site/content/posts/configuration/attributes.md b/_site/content/posts/configuration/attributes.md index 0339bcdf..2850875e 100644 --- a/_site/content/posts/configuration/attributes.md +++ b/_site/content/posts/configuration/attributes.md @@ -5,7 +5,7 @@ draft: false --- The following top-level attributes are configurable in `config.yml`. -See this example config file for more details. +See this example config file for more details. ```yaml wtf: diff --git a/_site/content/posts/installation.md b/_site/content/posts/installation.md index 51c230cc..dcc4aafa 100644 --- a/_site/content/posts/installation.md +++ b/_site/content/posts/installation.md @@ -11,8 +11,8 @@ There are two ways to install WTF: Get this repo and install the dependencies: ```bash -go get -u github.com/andrewzolotukhin/wtf -cd $GOPATH/src/github.com/andrewzolotukhin/wtf +go get -u github.com/senorprogrammer/wtf +cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run ``` @@ -23,7 +23,7 @@ and that should probably do it. Grab the latest version from here: ```bash -https://github.com/andrewzolotukhin/wtf/releases +https://github.com/senorprogrammer/wtf/releases ``` expand it, and `cd` into the resulting directory. Then run: diff --git a/_site/content/posts/modules/gcal.md b/_site/content/posts/modules/gcal.md index 57528fb9..ef6a70dd 100644 --- a/_site/content/posts/modules/gcal.md +++ b/_site/content/posts/modules/gcal.md @@ -9,7 +9,7 @@ Displays your upcoming Google calendar events. gcal screenshot **Not:** Setting up access to Google Calendars for Go is a bit unobvious. Check out Google's [Go Quickstart](https://developers.google.com/calendar/quickstart/go) -first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/andrewzolotukhin/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach. +first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/senorprogrammer/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach. ## Source Code diff --git a/_site/content/posts/modules/git.md b/_site/content/posts/modules/git.md index d47a17fa..e0a6a1f2 100644 --- a/_site/content/posts/modules/git.md +++ b/_site/content/posts/modules/git.md @@ -62,7 +62,7 @@ git: width: 2 refreshInterval: 8 repositories: - - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf" + - "/Users/chris/go/src/github.com/senorprogrammer/wtf" - "/Users/user/fakeapp" ``` diff --git a/_site/content/posts/modules/github.md b/_site/content/posts/modules/github.md index c0b93f4f..3cfee576 100644 --- a/_site/content/posts/modules/github.md +++ b/_site/content/posts/modules/github.md @@ -58,8 +58,8 @@ github: refreshInterval: 300 repositories: wesker-api: "UmbrellaCorp" - wtf: "andrewzolotukhin" - username: "andrewzolotukhin" + wtf: "senorprogrammer" + username: "senorprogrammer" ``` ### Attributes diff --git a/_site/content/posts/overview.md b/_site/content/posts/overview.md index 14745096..126715d7 100644 --- a/_site/content/posts/overview.md +++ b/_site/content/posts/overview.md @@ -12,7 +12,7 @@ visible, but might check in on every now and then. ## Quick Start -1. Download the stand-alone, compiled binary. +1. Download the stand-alone, compiled binary. 2. Unzip the downloaded file. 3. From the command line, `cd` into the newly-created `/wtf` directory. 4. From the command line, run the app: `./wtf` diff --git a/_site/themes/hyde-hyde/layouts/index.html b/_site/themes/hyde-hyde/layouts/index.html index 27a35c8f..888abc24 100644 --- a/_site/themes/hyde-hyde/layouts/index.html +++ b/_site/themes/hyde-hyde/layouts/index.html @@ -27,9 +27,9 @@ It even has weather. And clocks. And emoji.

- Download Latest + Download Latest - On Github + On Github

diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html index e5e1709d..fe5c83e2 100644 --- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html +++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html @@ -17,7 +17,7 @@

- +
    diff --git a/docs/posts/configuration/iterm2/index.html b/docs/posts/configuration/iterm2/index.html index 3756a2a5..dcb4d6c6 100644 --- a/docs/posts/configuration/iterm2/index.html +++ b/docs/posts/configuration/iterm2/index.html @@ -58,7 +58,7 @@ - +
    diff --git a/docs/posts/glossary/index.html b/docs/posts/glossary/index.html index e4eb732f..9a4f7187 100644 --- a/docs/posts/glossary/index.html +++ b/docs/posts/glossary/index.html @@ -58,7 +58,7 @@ - +
    diff --git a/docs/posts/index.xml b/docs/posts/index.xml index 3cba90d2..2dc5ba0f 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -123,9 +123,9 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil https://wtfutil.com/posts/installation/ There are two ways to install WTF: From Source Get this repo and install the dependencies: -go get -u github.com/andrewzolotukhin/wtf cd $GOPATH/src/github.com/andrewzolotukhin/wtf make install make run and that should probably do it. +go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it. As a Binary Grab the latest version from here: -https://github.com/andrewzolotukhin/wtf/releases expand it, and cd into the resulting directory. Then run: +https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run: ./wtf and that should also do it. diff --git a/docs/posts/installation/index.html b/docs/posts/installation/index.html index 046714fa..1237a416 100644 --- a/docs/posts/installation/index.html +++ b/docs/posts/installation/index.html @@ -58,7 +58,7 @@ - +
    @@ -118,8 +118,8 @@

    From Source

    Get this repo and install the dependencies:

    -
    go get -u github.com/andrewzolotukhin/wtf
    -cd $GOPATH/src/github.com/andrewzolotukhin/wtf
    +
    go get -u github.com/senorprogrammer/wtf
    +cd $GOPATH/src/github.com/senorprogrammer/wtf
     make install
     make run

    and that should probably do it.

    @@ -127,7 +127,7 @@ make run

    As a Binary

    Grab the latest version from here:

    -
    https://github.com/andrewzolotukhin/wtf/releases
    +
    https://github.com/senorprogrammer/wtf/releases

    expand it, and cd into the resulting directory. Then run:

    ./wtf

    and that should also do it.

    diff --git a/docs/posts/modules/bamboohr/index.html b/docs/posts/modules/bamboohr/index.html index 2c88de07..240a8181 100644 --- a/docs/posts/modules/bamboohr/index.html +++ b/docs/posts/modules/bamboohr/index.html @@ -58,7 +58,7 @@ - +
    diff --git a/docs/posts/modules/bittrex/index.html b/docs/posts/modules/bittrex/index.html index ebe5ffd2..8ab9753c 100644 --- a/docs/posts/modules/bittrex/index.html +++ b/docs/posts/modules/bittrex/index.html @@ -72,7 +72,7 @@ iTerm2
diff --git a/docs/posts/modules/clocks/index.html b/docs/posts/modules/clocks/index.html index cbe3f548..04333353 100644 --- a/docs/posts/modules/clocks/index.html +++ b/docs/posts/modules/clocks/index.html @@ -58,7 +58,7 @@ - +
    diff --git a/docs/posts/modules/cmdrunner/index.html b/docs/posts/modules/cmdrunner/index.html index 5045938e..1ec0afca 100644 --- a/docs/posts/modules/cmdrunner/index.html +++ b/docs/posts/modules/cmdrunner/index.html @@ -58,7 +58,7 @@ - +
    diff --git a/docs/posts/modules/cryptocurrencies/bittrex/index.html b/docs/posts/modules/cryptocurrencies/bittrex/index.html index bd942540..f9f033eb 100644 --- a/docs/posts/modules/cryptocurrencies/bittrex/index.html +++ b/docs/posts/modules/cryptocurrencies/bittrex/index.html @@ -58,7 +58,7 @@ - +
    diff --git a/docs/posts/modules/cryptocurrencies/cryptolive/index.html b/docs/posts/modules/cryptocurrencies/cryptolive/index.html index e4d955ce..832af988 100644 --- a/docs/posts/modules/cryptocurrencies/cryptolive/index.html +++ b/docs/posts/modules/cryptocurrencies/cryptolive/index.html @@ -58,7 +58,7 @@ - +
    diff --git a/docs/posts/modules/cryptolive/index.html b/docs/posts/modules/cryptolive/index.html index b4bfaccb..63395a42 100644 --- a/docs/posts/modules/cryptolive/index.html +++ b/docs/posts/modules/cryptolive/index.html @@ -72,7 +72,7 @@ iTerm2
diff --git a/docs/posts/modules/gcal/index.html b/docs/posts/modules/gcal/index.html index f3dc25a2..7e6f4a4b 100644 --- a/docs/posts/modules/gcal/index.html +++ b/docs/posts/modules/gcal/index.html @@ -58,7 +58,7 @@ - +
    @@ -118,7 +118,7 @@

    gcal screenshot

    Not: Setting up access to Google Calendars for Go is a bit unobvious. Check out Google’s Go Quickstart -first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach.

    +first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach.

    Source Code

    wtf/gcal/
    diff --git a/docs/posts/modules/git/index.html b/docs/posts/modules/git/index.html index 859d2e97..e958c4f1 100644 --- a/docs/posts/modules/git/index.html +++ b/docs/posts/modules/git/index.html @@ -58,7 +58,7 @@ - +