mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "header" -}}
 | |
|   {{ partial "header.html" . }}
 | |
| {{- end }}
 | |
| 
 | |
| {{ define "content" -}}
 | |
|   <a href="img/screenshot.jpg" target="_screenshot"><img src='/img/screenshot.jpg' width="720" height="420" /></a>
 | |
| 
 | |
|   <p>
 | |
|   <span style="font-family: monospace; font-size: 1.6em;">WTF</span> is a personal information dashboard for your
 | |
|   terminal, developed for those who spend most of their day in the command line.
 | |
|   </p>
 | |
| 
 | |
|   <p>
 | |
|   It provides a framework for rapidly viewing important at-a-glance information easily.
 | |
|   </p>
 | |
| 
 | |
|   <p>
 | |
|   Keep an eye on your <strong>OpsGenie</strong> schedules, <strong>Google Calendar</strong>, <strong>Git</strong>
 | |
|   and <strong>Github</strong> repositories, and <strong>New Relic</strong> deployments.
 | |
|   </p>
 | |
| 
 | |
|   <p>
 | |
|   See who's away in <strong>BambooHR</strong>, which <strong>Jira</strong> tickets are assigned to you, and what time it is in Barcelona.
 | |
|   </p>
 | |
| 
 | |
|   <p>
 | |
|   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://gitter.im/wtfutil/Lobby" class="button button-small">Chat on Gitter</a>
 | |
|   <a href="https://twitter.com/wtfutil" class="button button-small">Follow on Twitter</a>
 | |
| 
 | |
|   <p>
 | |
|   <small>
 | |
|     *WTF is endorsed by absolutely none of the companies mentioned above.
 | |
|   </small>
 | |
|   </p>
 | |
| 
 | |
| {{- end }}
 | |
| 
 | |
| {{ define "footer" -}}
 | |
| {{- end }}
 |