mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
105 lines
3.5 KiB
ReStructuredText
105 lines
3.5 KiB
ReStructuredText
the xonsh shell
|
|
===============
|
|
|
|
.. raw:: html
|
|
|
|
<p style="text-align:center;">
|
|
<span style="font-family:Times;font-size:28px;font-style:normal;font-weight:normal;text-decoration:none;text-transform:none;font-variant:small-caps;color:000000;">
|
|
~
|
|
<script>
|
|
var taglines = [
|
|
"Exofrills in the shell",
|
|
"No frills in the shell",
|
|
"Become the Lord of the Files",
|
|
"Break out of your shell",
|
|
"The only shell that is also a shell",
|
|
"All that is and all that shell be",
|
|
"It cannot be that hard",
|
|
"Pass the xonsh, Piggy",
|
|
"Piggy glanced nervously into hell and cradled the xonsh",
|
|
"The xonsh is a symbol",
|
|
"It is pronounced <i>conch</i>",
|
|
"It is pronounced <i>🐚</i>",
|
|
"It is pronounced <i>kɒntʃ</i>",
|
|
"The shell, bourne again",
|
|
"Snailed it",
|
|
"Starfish loves you",
|
|
"Come snail away",
|
|
"This is Major Tom to Ground Xonshtrol",
|
|
"Sally sells csh and keeps xonsh to herself",
|
|
"Nice indeed. Everything's accounted for, except your old shell.",
|
|
"I wanna thank you for putting me back in my snail shell",
|
|
"Crustaceanly Yours",
|
|
"With great shell comes great reproducibility",
|
|
"None shell pass",
|
|
"You shell not pass!",
|
|
"The x-on shell",
|
|
"Ever wonder why there isn't a Taco Shell? Because it is a corny idea.",
|
|
"It is pronounced <i>コンシュ</i>",
|
|
"The carcolh will catch you!",
|
|
"People xonshtantly mispronounce these things",
|
|
"WHAT...is your favorite shell?",
|
|
"Conches for the xonsh god!",
|
|
"Python-powered, cross-platform, Unix-gazing shell",
|
|
"Tab completion in Alderaan places",
|
|
"This fix was trickier expected",
|
|
"Exploiting the workers and hanging on to outdated imperialist dogma since 2015."
|
|
];
|
|
document.write(taglines[Math.floor(Math.random() * taglines.length)]);
|
|
</script>
|
|
~
|
|
<br />
|
|
<br />
|
|
</span>
|
|
</p>
|
|
|
|
Xonsh is a Python-powered, cross-platform, Unix-gazing shell language and
|
|
command prompt. The language is a superset of Python 3.4+ with additional
|
|
shell primitives that you are used to from Bash and IPython. It works on
|
|
all major systems including Linux, Mac OSX, and Windows. Xonsh is meant
|
|
for the daily use of experts and novices alike.
|
|
|
|
**Try it out!**
|
|
|
|
.. raw:: html
|
|
|
|
<style>
|
|
.tryitbutton {
|
|
background-color: #84A6C7;
|
|
border: none;
|
|
color: white;
|
|
padding: 15px 32px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
font-size: 22px;
|
|
margin: 4px 2px;
|
|
cursor: pointer;
|
|
border-radius: 8px;
|
|
position:relative;
|
|
float: right;
|
|
right: 35%;
|
|
bottom: 240px;
|
|
}
|
|
</style>
|
|
<div id="trydiv"><p style="text-align:center;">
|
|
<iframe id="tryframe" data-src="_static/xonsh-live.png"
|
|
src="_static/xonsh-live.png" width="80%" height="480px"
|
|
style="overflow:hidden;" scrolling="no">
|
|
</iframe>
|
|
<button class="tryitbutton" id="trybutton">Click to Try Xonsh!</button>
|
|
<script>
|
|
$("#trybutton").click(function(){
|
|
var tryframe = $("#tryframe");
|
|
var trybutton = $("#trybutton");
|
|
tryframe.attr("src", tryframe.data("src"));
|
|
trybutton.remove();
|
|
});
|
|
</script>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
.. <iframe id="tryframe" data-src="http://hermit.astro73.com/"
|
|
src="_static/xonsh-live.png" width="80%" height="480px"
|
|
style="overflow:hidden;" scrolling="no">
|
|
</iframe>
|