mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix instructions
Missing src intermediate directory On branch fix-setup-docs - Mon 28 May 2018 14:51:21 PDT by Geoff Lee <geofflee25@gmail.com>
This commit is contained in:
parent
51915525b1
commit
84eb9a4203
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
|
@ -39,7 +39,7 @@ jira:
|
||||
left: 1
|
||||
height: 1
|
||||
width: 2
|
||||
project: "CORE"
|
||||
project: "JIRA"
|
||||
refreshInterval: 900
|
||||
username: "chris.cummer"
|
||||
```
|
||||
|
@ -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>
|
||||
@ -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:&#34;lightblue&#34;odd:&#34;white&#34;domain:&#34;https://umbrellacorp.atlassian.net&#34;email:&#34;chriscummer@me.com&#34;enabled:trueposition:top:4left:1height:1width:2project:&#34;CORE&#34;refreshInterval:900username:&#34;chris.cummer&#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
|
||||
Configuration jira:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;domain:&#34;https://umbrellacorp.atlassian.net&#34;email:&#34;chriscummer@me.com&#34;enabled:trueposition:top:4left:1height:1width:2project:&#34;JIRA&#34;refreshInterval:900username:&#34;chris.cummer&#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>
|
||||
|
@ -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>
|
||||
@ -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:&#34;lightblue&#34;odd:&#34;white&#34;domain:&#34;https://umbrellacorp.atlassian.net&#34;email:&#34;chriscummer@me.com&#34;enabled:trueposition:top:4left:1height:1width:2project:&#34;CORE&#34;refreshInterval:900username:&#34;chris.cummer&#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
|
||||
Configuration jira:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;domain:&#34;https://umbrellacorp.atlassian.net&#34;email:&#34;chriscummer@me.com&#34;enabled:trueposition:top:4left:1height:1width:2project:&#34;JIRA&#34;refreshInterval:900username:&#34;chris.cummer&#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>
|
||||
|
@ -115,8 +115,7 @@
|
||||
|
||||
<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>
|
||||
|
@ -162,7 +162,7 @@ commit, and their status.</p>
|
||||
</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">"/Users/chris/go/src/github.com/senorprogrammer/wtf"</span><span class="w">
|
||||
</span><span class="w"> </span>-<span class="w"> </span><span class="s2">"/Users/chris/Documents/Lendesk/fakeapp"</span></code></pre></div>
|
||||
</span><span class="w"> </span>-<span class="w"> </span><span class="s2">"/Users/user/fakeapp"</span></code></pre></div>
|
||||
<h3 id="attributes">Attributes</h3>
|
||||
|
||||
<p><code>commitCount</code> <br />
|
||||
|
@ -138,7 +138,7 @@
|
||||
</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">"CORE"</span><span class="w">
|
||||
</span><span class="w"> </span>project<span class="p">:</span><span class="w"> </span><span class="s2">"JIRA"</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">"chris.cummer"</span></code></pre></div>
|
||||
<h3 id="attributes">Attributes</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user