mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +01:00
114 lines
4.7 KiB
HTML
114 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="viewport" content="width=640" />
|
|
|
|
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
|
|
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
|
|
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
|
|
|
|
<script type="text/javascript" src="javascripts/modernizr.js"></script>
|
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
$('#main_content').headsmart()
|
|
})
|
|
</script>
|
|
<title>ponysay by erkin</title>
|
|
</head>
|
|
|
|
<body>
|
|
<a id="forkme_banner" href="https://github.com/erkin/ponysay">Fork Me on GitHub</a>
|
|
<div class="shell">
|
|
|
|
<header>
|
|
<span class="ribbon-outer">
|
|
<span class="ribbon-inner">
|
|
<h1>ponysay</h1>
|
|
<h2>Pony wrapper for cowsay.</h2>
|
|
</span>
|
|
<span class="left-tail"></span>
|
|
<span class="right-tail"></span>
|
|
</span>
|
|
</header>
|
|
|
|
<section id="downloads">
|
|
<span class="inner">
|
|
<a href="https://github.com/erkin/ponysay/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/erkin/ponysay/tarball/master" class="tgz"><em>download</em> .TGZ</a>
|
|
</span>
|
|
</section>
|
|
|
|
<span class="banner-fix"></span>
|
|
|
|
<section id="main_content">
|
|
<h2>ponysay</h3>
|
|
|
|
<p><strong>ponysay</strong> - A <a href="http://www.nog.net/~tony/warez/cowsay.shtml">cowsay</a> wrapper with ponies.</p>
|
|
|
|
<p>The pony files are <a href="http://web.student.tuwien.ac.at/%7Ee0427417/browser-ponies/ponies.html">desktop/browser ponies</a> converted using <a href="https://github.com/rossy2401/img2xterm">img2xterm</a>.</p>
|
|
|
|
<p><a href="https://a248.e.akamai.net/camo.github.com/8531a3cbe60a0c754c76da199f627b3424a1feb2/687474703a2f2f692e696d6775722e636f6d2f784f4a62452e706e67" target="_blank"><img src="https://a248.e.akamai.net/camo.github.com/8531a3cbe60a0c754c76da199f627b3424a1feb2/687474703a2f2f692e696d6775722e636f6d2f784f4a62452e706e67" alt="Derp" style="max-width:100%;"></a></p>
|
|
|
|
<p><a href="/derp" title="Today your terminal, tomorrow the world!"></a></p>
|
|
|
|
<h2><a name="installation-on-linux" class="anchor" href="#installation-on-linux"></a>Installation on Linux</h2>
|
|
|
|
<p>If you do not already have cowsay you will need to install it</p>
|
|
|
|
<pre><code>apt-get install cowsay</code></pre>
|
|
|
|
<p><a href="https://github.com/erkin/ponysay/zipball/master">Download</a> this project. In the terminal navagate to the ponysay folder and run</p>
|
|
|
|
<pre><code>sudo make</code></pre>
|
|
|
|
<p>This will install ponysay into the <code>/usr</code> directory to use ponysay run</p>
|
|
|
|
<pre><code>ponysay "I am just the cutest pony"</code></pre>
|
|
|
|
<h3><a name="pony-fortune-on-terminal-startup" class="anchor" href="#pony-fortune-on-terminal-startup"></a>Pony fortune on terminal startup</h3>
|
|
|
|
<p>This requires that you have the <code>fortune</code> command installed</p>
|
|
|
|
<pre><code>apt-get install fortune</code></pre>
|
|
|
|
<p>Edit your <code>~/.bashrc</code> and add this to the end of the file</p>
|
|
|
|
<pre><code>fortune | ponysay</code></pre>
|
|
|
|
<p>Now every time you open a terminal a pony should give your fortune</p>
|
|
|
|
<h2>FAQ</h3>
|
|
|
|
<p><strong>Q:</strong> The output looks like a mess in <em>(TTY/PuTTY/other)</em>!</p>
|
|
|
|
<p><strong>A:</strong> Unfortunately, there's nothing much we can do about it. See <a href="https://github.com/erkin/ponysay/issues/1"> issue 1</a>.
|
|
|
|
<p><strong>Q:</strong> You are missing <em>(my-favourite-pony)</em>!</p>
|
|
|
|
<p><strong>A:</strong> Ask and we'll add!</p>
|
|
|
|
<p><strong>Q:</strong> Which programs do you use to generate the pony files?</p>
|
|
|
|
<p><strong>A:</strong> The pony files are actually <a href="http://web.student.tuwien.ac.at/~e0427417/browser-ponies/ponies.html">browser ponies</a> that are generated into cow files via <a href="https://github.com/rossy2401/img2xterm">img2xterm</a>.</p>
|
|
</section>
|
|
|
|
<footer>
|
|
<span class="ribbon-outer">
|
|
<span class="ribbon-inner">
|
|
<p>this project by <a href="https://github.com/erkin">erkin</a> can be found on <a href="https://github.com/erkin/ponysay">GitHub</a></p>
|
|
</span>
|
|
<span class="left-tail"></span>
|
|
<span class="right-tail"></span>
|
|
</span>
|
|
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
|
|
<span class="octocat"></span>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|