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

Changed name to andrewzolotukhin

This commit is contained in:
Andrew
2018-06-10 03:15:58 +03:00
parent 608815ac85
commit da1ffdd817
93 changed files with 323 additions and 151 deletions

View File

@@ -5,7 +5,7 @@ draft: false
---
The following top-level attributes are configurable in `config.yml`.
See this <a href="https://github.com/senorprogrammer/wtf/blob/master/_sample_configs/simple_config.yml">example config file</a> for more details.
See this <a href="https://github.com/andrewzolotukhin/wtf/blob/master/_sample_configs/simple_config.yml">example config file</a> for more details.
```yaml
wtf:

View File

@@ -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:

View File

@@ -9,7 +9,7 @@ Displays your upcoming Google calendar events.
<img src="/imgs/modules/gcal.png" width="320" height="389" alt="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

View File

@@ -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"
```

View File

@@ -58,8 +58,8 @@ github:
refreshInterval: 300
repositories:
wesker-api: "UmbrellaCorp"
wtf: "senorprogrammer"
username: "senorprogrammer"
wtf: "andrewzolotukhin"
username: "andrewzolotukhin"
```
### Attributes

View File

@@ -12,7 +12,7 @@ visible, but might check in on every now and then.
## Quick Start
1. <a href="https://github.com/senorprogrammer/wtf/releases">Download</a> the stand-alone, compiled binary.
1. <a href="https://github.com/andrewzolotukhin/wtf/releases">Download</a> 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`

View File

@@ -27,8 +27,8 @@
It even has weather. And clocks. And emoji.
</p>
<a href="https://github.com/senorprogrammer/wtf/releases" class="button button-small">Download Latest</a>
<a href="https://github.com/senorprogrammer/wtf" class="button button-small">Source on Github</a>
<a href="https://github.com/andrewzolotukhin/wtf/releases" class="button button-small">Download Latest</a>
<a href="https://github.com/andrewzolotukhin/wtf" class="button button-small">Source on Github</a>
<a href="https://gitter.im/wtfutil/Lobby" class="button button-small">Chat on Gitter</a>
<p>

View File

@@ -17,7 +17,7 @@
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
<li class="sidebar-list-item-2"><a href="/posts/configuration/iterm2/">iTerm2</a></li>
<li class="sidebar-list-item-1"><a href="https://github.com/senorprogrammer/wtf/releases">Releases</a></li>
<li class="sidebar-list-item-1"><a href="https://github.com/andrewzolotukhin/wtf/releases">Releases</a></li>
</ul>
<ul style="list-style-type: none;">