Skip to content

Commit

Permalink
Merge pull request #64 from matrinox/fix-setup-docs
Browse files Browse the repository at this point in the history
Fix instructions
  • Loading branch information
senorprogrammer committed May 28, 2018
2 parents de40787 + a1dabd1 commit 10ed6b0
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _sample_configs/complex_config.yml
Expand Up @@ -101,7 +101,7 @@ wtf:
rows:
even: "lightblue"
odd: "white"
domain: "https://lendesk.atlassian.net"
domain: "https://company.atlassian.net"
enabled: true
position:
top: 1
Expand Down
3 changes: 1 addition & 2 deletions _site/content/posts/installation.md
Expand Up @@ -12,8 +12,7 @@ Get this repo and install the dependencies:

```bash
go get github.com/senorprogrammer/wtf
cd $GOPATH/github.com/senorprogrammer/wtf
go get ./...
cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run
```
Expand Down
2 changes: 1 addition & 1 deletion _site/content/posts/modules/git.md
Expand Up @@ -63,7 +63,7 @@ git:
refreshInterval: 8
repositories:
- "/Users/chris/go/src/github.com/senorprogrammer/wtf"
- "/Users/chris/Documents/Lendesk/fakeapp"
- "/Users/user/fakeapp"
```

### Attributes
Expand Down
2 changes: 1 addition & 1 deletion _site/content/posts/modules/jira.md
Expand Up @@ -39,7 +39,7 @@ jira:
left: 1
height: 1
width: 2
project: "CORE"
project: "JIRA"
refreshInterval: 900
username: "chris.cummer"
```
Expand Down
4 changes: 2 additions & 2 deletions docs/index.xml
Expand Up @@ -56,7 +56,7 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
<guid>http://wtfutil.com/posts/installation/</guid>
<description>There are two ways to install WTF:
From Source Get this repo and install the dependencies:
go get github.com/senorprogrammer/wtf cd $GOPATH/github.com/senorprogrammer/wtf go get ./... make install make run and that should probably do it.
go get 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/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
./wtf and that should also do it.</description>
Expand Down Expand Up @@ -108,7 +108,7 @@ Key: j Action: Select the next item in the list.</description>
<description>Displays all Jira issues assigned to you for the specified project.
Source Code wtf/jira/ Required ENV Variables Key: WTF_JIRA_API_KEY Value: Your Jira API key.
Keyboard Commands None.
Configuration jira:colors:rows:even:&amp;#34;lightblue&amp;#34;odd:&amp;#34;white&amp;#34;domain:&amp;#34;https://umbrellacorp.atlassian.net&amp;#34;email:&amp;#34;chriscummer@me.com&amp;#34;enabled:trueposition:top:4left:1height:1width:2project:&amp;#34;CORE&amp;#34;refreshInterval:900username:&amp;#34;chris.cummer&amp;#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
Configuration jira:colors:rows:even:&amp;#34;lightblue&amp;#34;odd:&amp;#34;white&amp;#34;domain:&amp;#34;https://umbrellacorp.atlassian.net&amp;#34;email:&amp;#34;chriscummer@me.com&amp;#34;enabled:trueposition:top:4left:1height:1width:2project:&amp;#34;JIRA&amp;#34;refreshInterval:900username:&amp;#34;chris.cummer&amp;#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
colors.rows.odd Define the foreground color for odd-numbered rows. Values: Any X11 color name.
domain Your Jira corporate domain. Values: A valid URI.
email The email address associated with your Jira account.</description>
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/index.xml
Expand Up @@ -56,7 +56,7 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
<guid>http://wtfutil.com/posts/installation/</guid>
<description>There are two ways to install WTF:
From Source Get this repo and install the dependencies:
go get github.com/senorprogrammer/wtf cd $GOPATH/github.com/senorprogrammer/wtf go get ./... make install make run and that should probably do it.
go get 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/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
./wtf and that should also do it.</description>
Expand Down Expand Up @@ -108,7 +108,7 @@ Key: j Action: Select the next item in the list.</description>
<description>Displays all Jira issues assigned to you for the specified project.
Source Code wtf/jira/ Required ENV Variables Key: WTF_JIRA_API_KEY Value: Your Jira API key.
Keyboard Commands None.
Configuration jira:colors:rows:even:&amp;#34;lightblue&amp;#34;odd:&amp;#34;white&amp;#34;domain:&amp;#34;https://umbrellacorp.atlassian.net&amp;#34;email:&amp;#34;chriscummer@me.com&amp;#34;enabled:trueposition:top:4left:1height:1width:2project:&amp;#34;CORE&amp;#34;refreshInterval:900username:&amp;#34;chris.cummer&amp;#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
Configuration jira:colors:rows:even:&amp;#34;lightblue&amp;#34;odd:&amp;#34;white&amp;#34;domain:&amp;#34;https://umbrellacorp.atlassian.net&amp;#34;email:&amp;#34;chriscummer@me.com&amp;#34;enabled:trueposition:top:4left:1height:1width:2project:&amp;#34;JIRA&amp;#34;refreshInterval:900username:&amp;#34;chris.cummer&amp;#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
colors.rows.odd Define the foreground color for odd-numbered rows. Values: Any X11 color name.
domain Your Jira corporate domain. Values: A valid URI.
email The email address associated with your Jira account.</description>
Expand Down
3 changes: 1 addition & 2 deletions docs/posts/installation/index.html
Expand Up @@ -115,8 +115,7 @@ <h2 id="from-source">From Source</h2>

<p>Get this repo and install the dependencies:</p>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">go get github.com/senorprogrammer/wtf
<span class="nb">cd</span> <span class="nv">$GOPATH</span>/github.com/senorprogrammer/wtf
go get ./...
<span class="nb">cd</span> <span class="nv">$GOPATH</span>/src/github.com/senorprogrammer/wtf
make install
make run</code></pre></div>
<p>and that should probably do it.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/modules/git/index.html
Expand Up @@ -162,7 +162,7 @@ <h2 id="configuration">Configuration</h2>
</span><span class="w"> </span>refreshInterval<span class="p">:</span><span class="w"> </span><span class="m">8</span><span class="w">
</span><span class="w"> </span>repositories<span class="p">:</span><span class="w">
</span><span class="w"> </span>-<span class="w"> </span><span class="s2">&#34;/Users/chris/go/src/github.com/senorprogrammer/wtf&#34;</span><span class="w">
</span><span class="w"> </span>-<span class="w"> </span><span class="s2">&#34;/Users/chris/Documents/Lendesk/fakeapp&#34;</span></code></pre></div>
</span><span class="w"> </span>-<span class="w"> </span><span class="s2">&#34;/Users/user/fakeapp&#34;</span></code></pre></div>
<h3 id="attributes">Attributes</h3>

<p><code>commitCount</code> <br />
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/modules/jira/index.html
Expand Up @@ -138,7 +138,7 @@ <h2 id="configuration">Configuration</h2>
</span><span class="w"> </span>left<span class="p">:</span><span class="w"> </span><span class="m">1</span><span class="w">
</span><span class="w"> </span>height<span class="p">:</span><span class="w"> </span><span class="m">1</span><span class="w">
</span><span class="w"> </span>width<span class="p">:</span><span class="w"> </span><span class="m">2</span><span class="w">
</span><span class="w"> </span>project<span class="p">:</span><span class="w"> </span><span class="s2">&#34;CORE&#34;</span><span class="w">
</span><span class="w"> </span>project<span class="p">:</span><span class="w"> </span><span class="s2">&#34;JIRA&#34;</span><span class="w">
</span><span class="w"> </span>refreshInterval<span class="p">:</span><span class="w"> </span><span class="m">900</span><span class="w">
</span><span class="w"> </span>username<span class="p">:</span><span class="w"> </span><span class="s2">&#34;chris.cummer&#34;</span></code></pre></div>
<h3 id="attributes">Attributes</h3>
Expand Down

0 comments on commit 10ed6b0

Please sign in to comment.