1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568
|
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="_static/magic_conch.ico" type="image/ico">
<title>The Xonsh Shell</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="_static/landing/css/bootstrap.css">
<link rel="stylesheet" href="_static/landing/linericon/style.css">
<link rel="stylesheet" href="_static/landing/css/font-awesome.min.css">
<link rel="stylesheet" href="_static/landing/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="_static/landing/css/magnific-popup.css">
<link rel="stylesheet" href="_static/landing/nice-select/css/nice-select.css">
<link rel="stylesheet" href="_static/landing/animate-css/animate.css">
<link rel="stylesheet" href="_static/landing/flaticon/flaticon.css">
<!-- main css -->
<link rel="stylesheet" href="_static/landing/css/style.css">
</head>
<body>
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html"><img src="_static/ascii_conch_part_transparent_tight.png" alt="" style="height:50px;"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav justify-content-center">
<li class="nav-item active"><a class="nav-link" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#gallery">Gallery</a>
<!-- Submenu example
<li class="nav-item submenu dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Pages</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="nav-link" href="price.html">Pricing</a>
<li class="nav-item"><a class="nav-link" href="games.html">Games</a>
<li class="nav-item"><a class="nav-link" href="elements.html">Elements</a>
</ul>
</li>
-->
<li class="nav-item"><a class="nav-link" href="https://gitter.im/xonsh/xonsh">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="nav-item"><a href="{{ pathto('contents') }}" class="primary_btn">Documentation</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="home_banner_area">
<div class="banner_inner">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="home_left_img">
<img class="img-fluid" src="_static/xonsh-demo.gif" alt=""
style="border-radius: 5px;border: 2px solid #212529;">
</div>
</div>
<div class="col-lg-6">
<div class="banner_content">
<h2>
XONSH
</h2>
<p>
A Python-powered, cross-platform, Unix-gazing shell language and command prompt.
</p>
<div class="d-flex align-items-center">
<a id="play-home-video" class="video-play-button" href="https://youtu.be/uaje5I22kgE">
<span></span>
</a>
<div class="watch_video text-uppercase">
watch the video
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Start About Us Area =================-->
<a name="about"></a>
<section class="about_us_area section_gap_top">
<div class="container">
<div class="row about_content align-items-center">
<div class="col-lg-6">
<div class="section_content">
<h6>About</h6>
<h1>Xonsh is a Modern<br>Approach to the Terminal</h1>
<p>Xonsh <i>is</i> Python with added shell syntax thrown in.
This makes it an ideal, intuitive way to interact with your
computer. You probably already know Python, and so xonsh allows
you to run command line applications with out needing to learn
a new, arcane syntax whenever you want to use a for-statement.
</p>
<p>Xonsh is open source software under the BSD-2-Clause license.</p>
<a class="primary_btn" href="#">Learn More</a>
</div>
</div>
<div class="col-lg-6">
<div class="about_us_image_box justify-content-center">
<img class="img-fluid w-100" src="_static/windows_terminal2.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!--================End About Us Area =================-->
<!--================ Start Gallery Area =================-->
<a name="gallery"></a>
<section class="gallery_area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main_title">
<h2>Screenshots</h2>
<h1>Screenshots</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="single-gallery">
<div class="overlay"></div>
<img class="img-fluid w-100" src="_static/windows_terminal.png" alt="">
<div class="content">
<a class="pop-up-image" href="_static/windows_terminal.png">
<i class="lnr lnr-eye"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="single-gallery">
<div class="overlay"></div>
<img class="img-fluid w-100" src="_static/better_colors_windows.png" alt="">
<div class="content">
<a class="pop-up-image" href="_static/better_colors_windows.png">
<i class="lnr lnr-eye"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="single-gallery">
<div class="overlay"></div>
<img class="img-fluid w-100" src="_static/xonsh-docker-example.jpg" alt="">
<div class="content">
<a class="pop-up-image" href="_static/xonsh-docker-example.jpg">
<i class="lnr lnr-eye"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 hidden-md hidden-sm">
<div class="single-gallery">
<div class="overlay"></div>
<img class="img-fluid w-100" src="_static/listunison.png" alt="">
<div class="content">
<a class="pop-up-image" href="_static/listunison.png">
<i class="lnr lnr-eye"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ End Gallery Area =================-->
<!--================Start Recent Update Area =================-->
<section class="recent_update_area section_gap">
<div class="container">
<div class="recent_update_inner">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">
Features
</a>
</li>
<li class="nav-item">
<a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile"
aria-selected="false">
Community
</a>
</li>
<li class="nav-item">
<a class="nav-link" id="contact-tab" data-toggle="tab" href="#contact" role="tab" aria-controls="contact"
aria-selected="false">
Install
</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<div class="row recent_update_text">
<div class="col-lg-6">
<div class="chart_img" style="height:600px;">
<img class="img-fluid" src="_static/ascii_conch_part_transparent_tight.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="section_content">
<h6>Features</h6>
<h1>Xonsh has Depth</h1>
<p>Xonsh is a super-charged shell that enables you to work
quickly and effectively! Some of the features that help set
xonsh apart are:
</p>
<ul style="color:white;">
<li>Import any Python package or module!</li>
<li>Environment variables are just Python objects!</li>
<li>Rich history interface!</li>
<li>A 3rd-party extension system (<code>xontribs</code>)!</li>
<li>Powerful event system let's you extend default behavior!</li>
<li>Seamlessly mix Python & Subprocess operations!</li>
<li>Loads of customization options, including keybindings!</li>
</ul>
<a class="primary_btn" href="{{ pathto('contents') }}">Documentation</a>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<div class="row recent_update_text">
<div class="col-lg-6">
<div class="chart_img" style="height:600px;">
<img class="img-fluid" src="_static/ascii_conch_part_transparent_tight.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="section_content">
<h6>Community</h6>
<h1>A Shell for All</h1>
<p>
We believe that the terminal should be accessible to all!
In addition to being a more approachable language than other
shells, xonsh also strives to be a welcoming and accepting
community of developers & users. Please drop us a line at:
</p>
<ul style="color:white;">
<li>The <a href="https://github.com/xonsh/xonsh/issues">GitHub issue</a> tracker</li>
<li>Our <a href="https://gitter.im/xonsh/xonsh">Gitter</a> chatroom</li>
<li>The <a href="https://groups.google.com/forum/#!forum/xonsh">mailing list</a>, if that is how you roll</li>
</ul>
<br/>
<br/>
<a class="primary_btn" href="https://gitter.im/xonsh/xonsh">Gitter</a>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab">
<div class="row recent_update_text">
<div class="col-lg-6">
<div class="chart_img" style="height:600px;">
<img class="img-fluid" src="_static/ascii_conch_part_transparent_tight.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="section_content">
<h6>Install</h6>
<h1>Get Xonsh Now</h1>
<p>
Xonsh can be installed with most package managers, including:
</p>
<ul style="color:white;">
<li>Pip (<code>pip install xonsh</code>)</li>
<li>Conda (<code>conda install -c conda-forge xonsh</code>)</li>
<li>Apt (<code>apt install xonsh</code>)</li>
<li>Brew (<code>brew install xonsh</code>)</li>
<li>and more!</li>
</ul>
<p>
Xonsh can also be customized to meet your needs!
</p>
<a class="primary_btn" href="{{ pathto('installation') }}">More Information</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Recent Update Area =================-->
<!--========== Start Testimonials Area ==================-->
<section class="testimonials_area section_gap">
<div class="container">
<div class="testi_slider owl-carousel">
<div class="testi_item">
<h1><i class="fa fa-twitter"></i></i></h1>
<h4><a href="https://twitter.com/gilforsyth">@gilforsyth</a></h4>
<ul class="list">
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
</ul>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
Holy cow it’s amazing. <br/>
I’ve never been so happy to rewrite a .rc file.
</p>
</div>
</div>
<div class="testi_item">
<h1><i class="fa fa-twitter"></i></i></h1>
<h4><a href="https://twitter.com/wbuthod">@wbuthod</a></h4>
<ul class="list">
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
</ul>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
I’ve tweeted about Xonsh before, and finally spent a day using
it exclusively. I must have it on ALL PLATFORMS now.
</p>
</div>
</div>
<div class="testi_item">
<h1><i class="fa fa-twitter"></i></i></h1>
<h4><a href="https://twitter.com/biochemistries">@biochemistries</a></h4>
<ul class="list">
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
</ul>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
The dark wizardry of <a href="https://twitter.com/scopatz">@scopatz</a> :-) <br/>
Check out <a href="https://xon.sh">xon.sh</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!--================ End Testimonials Area ================-->
<div>
<hr style="width:65%;text-align:center;"/>
<br/>
<br/>
<br/>
</div>
<!--================ Start Frequently Asked Questions Area ================-->
<section class="frequently_area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main_title">
<h2>Frequently Asked Questions</h2>
<h1>Frequently Asked Questions</h1>
</div>
</div>
</div>
<div class="row frequent_inner">
<div class="col-lg-5 col-md-5">
<div class="frequent_item">
<h3>Why xonsh?</h3>
<p>
Xonsh solves the problem that other shells don’t “fit your brain.”
A shell that doesn’t fit your brain can only be a liability.
</p>
<br/>
<br/>
</div>
</div>
<div class="offset-lg-2 col-lg-5 offset-md-2 col-md-5">
<div class="frequent_item">
<h3>Why not some other fancy shell?</h3>
<p>
While many other alternative shells have an amazing
suite of features as well as much improved syntax of
traditional options, none of them are quite as beautiful
as Python. In xonsh, you get the best of all possible worlds.
</p>
</div>
</div>
<div class="col-lg-5 col-md-5">
<div class="frequent_item">
<h3>Why not IPython?</h3>
<p>
Two reasons. The first is that typing "!" before every
subprocess command is extremely tedious. The second is that tab
completion of subprocess commands after an "!" does not work.
These are deal breakers for day-to-day use.
</p>
</div>
</div>
<div class="offset-lg-2 col-lg-5 offset-md-2 col-md-5">
<div class="frequent_item">
<h3>How does this work?!</h3>
<p>
We use PLY to tokenize and parse xonsh code. From our
parser, we construct an abstract syntax tree (AST) only
using nodes found in the Python ast standard library module.
This allows us to compile and execute the AST using the normal
Python tools.
</p>
</div>
</div>
<div class="col-lg-5 col-md-5">
<div class="frequent_item last-child">
<h3>Isn't context-sensitive parsing gross?</h3>
<p>
Yes. But the point of xonsh is that even though it uses
context-sensitive parsing it is ultimately a lot less gross
than other shell languages, such as Bash.
</p>
</div>
</div>
<div class="offset-lg-2 col-lg-5 offset-md-2 col-md-5">
<div class="frequent_item last-child">
<h3>Is xonsh open source?</h3>
<p>
Yes! Xonsh is freely usable and accessible under the
<a href="https://github.com/xonsh/xonsh/blob/main/license">BSD-2-Clause license</a>.
</p>
</div>
</div>
</div>
</div>
</section>
<!--================ End Frequently Asked Questions Area ================-->
<br/>
<br/>
<!--================ Start Newsletter Area ================-->
<section class="newsletter_area">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="newsletter_inner">
<h1>Read Our <a href="{{ pathto('contents') }}">Documentation</a></h1>
<p>We think it is pretty great!</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="newsletter_inner">
<h1>Chat With Us on <a href="https://gitter.im/xonsh/xonsh">Gitter</a></h1>
<p>We are happy to help!</p>
</div>
</div>
</div>
</div>
</section>
<!--================ End Newsletter Area ================-->
<!--================Footer Area =================-->
<footer class="footer_area section_gap_top">
<div class="container">
<div class="row footer_inner">
<div class="col-lg-3 col-sm-6">
<aside class="f_widget ab_widget">
<div class="f_title">
<h4>About</h4>
</div>
<ul>
<li><a href="https://xon.sh/">Website</a></li>
<li><a href="https://github.com/xonsh/xonsh">Source Code</a></li>
</ul>
</aside>
</div>
<div class="col-lg-3 col-sm-6">
<aside class="f_widget ab_widget">
<div class="f_title">
<h4>Community</h4>
</div>
<ul>
<li><a href="https://gitter.im/xonsh/xonsh">Gitter</a></li>
</ul>
</aside>
</div>
<div class="col-lg-3 col-sm-6">
<aside class="f_widget ab_widget">
<div class="f_title">
<h4>Support</h4>
</div>
<ul>
<li><a href="https://github.com/xonsh/xonsh/issues">Issue Tracker</a></li>
<li><a href="{{ pathto('contents') }}">Documentation</a></li>
</ul>
</aside>
</div>
<div class="col-lg-3 col-sm-6">
<aside class="f_widget ab_widget">
<div class="f_title">
<h4>Legal</h4>
</div>
<ul>
<li><a href="https://github.com/xonsh/xonsh/blob/main/license">License</a></li>
</ul>
</aside>
</div>
</div>
<div class="row single-footer-widget">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="copy_right_text">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©2020 All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="social_widget">
<a href="https://github.com/xonsh/xonsh"><i class="fa fa-github"></i></a>
<a href="https://gitter.im/xonsh/xonsh"><i class="fa fa-comments"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="_static/jquery.js"></script>
<script src="_static/landing/js/popper.js"></script>
<script src="_static/landing/js/bootstrap.min.js"></script>
<script src="_static/landing/js/stellar.js"></script>
<script src="_static/landing/js/jquery.magnific-popup.min.js"></script>
<script src="_static/landing/nice-select/js/jquery.nice-select.min.js"></script>
<script src="_static/landing/isotope/imagesloaded.pkgd.min.js"></script>
<script src="_static/landing/isotope/isotope-min.js"></script>
<script src="_static/landing/owl-carousel/owl.carousel.min.js"></script>
<script src="_static/landing/js/theme.js"></script>
</body>
</html>
|