diff --git a/.travis.yml b/.travis.yml index b20b9c4a..c90dfc89 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/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 + - 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 -script: go get ./... && go get github.com/go-test/deep && go test -v github.com/senorprogrammer/wtf/wtf_tests +script: go get ./... && go get github.com/go-test/deep && go test -v github.com/andrewzolotukhin/wtf/wtf_tests diff --git a/README.md b/README.md index 705c2be5..7d5fb882 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/senorprogrammer/wtf -cd $GOPATH/src/github.com/senorprogrammer/wtf +go get -u github.com/andrewzolotukhin/wtf +cd $GOPATH/src/github.com/andrewzolotukhin/wtf make install make run ``` -Or [download the latest binary](https://github.com/senorprogrammer/wtf/releases). +Or [download the latest binary](https://github.com/andrewzolotukhin/wtf/releases). ## Support @@ -70,7 +70,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc ## Authors -* Chris Cummer, [senorprogrammer](https://github.com/senorprogrammer) +* Chris Cummer, [andrewzolotukhin](https://github.com/andrewzolotukhin) ## License diff --git a/_sample_configs/complex_config.yml b/_sample_configs/complex_config.yml index e07aa209..48c68c36 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/senorprogrammer/wtf" + - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf" github: enabled: true position: @@ -119,8 +119,8 @@ wtf: refreshInterval: 300 repositories: repo-name: "owner id" - wtf: "senorprogrammer" - username: "senorprogrammer" + wtf: "andrewzolotukhin" + username: "andrewzolotukhin" jira: colors: rows: diff --git a/_site/content/posts/configuration/attributes.md b/_site/content/posts/configuration/attributes.md index 2850875e..0339bcdf 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 dcc4aafa..51c230cc 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/senorprogrammer/wtf -cd $GOPATH/src/github.com/senorprogrammer/wtf +go get -u github.com/andrewzolotukhin/wtf +cd $GOPATH/src/github.com/andrewzolotukhin/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/senorprogrammer/wtf/releases +https://github.com/andrewzolotukhin/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 ef6a70dd..57528fb9 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/senorprogrammer/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/andrewzolotukhin/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 e0a6a1f2..d47a17fa 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/senorprogrammer/wtf" + - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf" - "/Users/user/fakeapp" ``` diff --git a/_site/content/posts/modules/github.md b/_site/content/posts/modules/github.md index 3cfee576..c0b93f4f 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: "senorprogrammer" - username: "senorprogrammer" + wtf: "andrewzolotukhin" + username: "andrewzolotukhin" ``` ### Attributes diff --git a/_site/content/posts/overview.md b/_site/content/posts/overview.md index 126715d7..14745096 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 888abc24..27a35c8f 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 fe5c83e2..e5e1709d 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 dcb4d6c6..3756a2a5 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 9a4f7187..e4eb732f 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 2dc5ba0f..3cba90d2 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/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it. +go get -u github.com/andrewzolotukhin/wtf cd $GOPATH/src/github.com/andrewzolotukhin/wtf make install make run and that should probably do it. As a Binary Grab the latest version from here: -https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run: +https://github.com/andrewzolotukhin/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 1237a416..046714fa 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/senorprogrammer/wtf
    -cd $GOPATH/src/github.com/senorprogrammer/wtf
    +
    go get -u github.com/andrewzolotukhin/wtf
    +cd $GOPATH/src/github.com/andrewzolotukhin/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/senorprogrammer/wtf/releases
    +
    https://github.com/andrewzolotukhin/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 240a8181..2c88de07 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 8ab9753c..ebe5ffd2 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 04333353..cbe3f548 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 1ec0afca..5045938e 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 f9f033eb..bd942540 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 832af988..e4d955ce 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 63395a42..b4bfaccb 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 7e6f4a4b..f3dc25a2 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 e958c4f1..859d2e97 100644 --- a/docs/posts/modules/git/index.html +++ b/docs/posts/modules/git/index.html @@ -58,7 +58,7 @@ - +