2013-11-17 15:49:46 +00:00
|
|
|
.home-page
|
|
|
|
section.cinema
|
|
|
|
.container
|
|
|
|
.row
|
2014-06-24 19:09:57 +00:00
|
|
|
.col-md-5
|
2013-11-17 15:49:46 +00:00
|
|
|
h1
|
2014-07-01 21:08:31 +00:00
|
|
|
' Record and share your terminal sessions, the right way.
|
2013-11-17 15:49:46 +00:00
|
|
|
h2
|
|
|
|
' Forget screen recording apps and blurry video.
|
|
|
|
Enjoy a lightweight, purely text based approach to terminal recording.
|
|
|
|
p
|
|
|
|
'
|
|
|
|
p
|
2014-12-16 20:20:47 +00:00
|
|
|
button type="button" class="btn btn-success" data-toggle="popover" data-content="#{render partial: 'docs/script_install_and_other'}<p>Once installed start recording with:</p><pre>asciinema rec</pre>" Start Recording
|
2013-11-17 15:49:46 +00:00
|
|
|
p
|
2014-08-09 13:41:25 +00:00
|
|
|
' Supports Linux and Mac OS X
|
2013-08-14 16:11:46 +00:00
|
|
|
|
2014-07-01 21:08:31 +00:00
|
|
|
.col-md-7
|
|
|
|
.player-wrapper
|
|
|
|
= player page.asciicast, page.playback_options if page.asciicast
|
|
|
|
|
2013-11-17 15:49:46 +00:00
|
|
|
section.even
|
|
|
|
.container
|
|
|
|
.row.about
|
|
|
|
.col-md-12
|
|
|
|
h3
|
|
|
|
' Asciinema is a free and open source solution for recording the
|
|
|
|
terminal sessions and sharing them on the web. Read more about
|
2013-11-18 17:04:06 +00:00
|
|
|
a href=docs_path('how-it-works') how it works
|
2013-11-17 15:49:46 +00:00
|
|
|
' .
|
2013-08-14 16:11:46 +00:00
|
|
|
|
2013-11-17 15:49:46 +00:00
|
|
|
section.odd
|
|
|
|
.container
|
|
|
|
.row.features
|
|
|
|
.col-md-4
|
|
|
|
h1 Simple recording
|
2014-07-05 17:37:49 +00:00
|
|
|
p
|
2013-11-17 15:49:46 +00:00
|
|
|
' Record right where you work - in a terminal.
|
2014-11-29 11:39:28 +00:00
|
|
|
To start just run <code>asciinema rec</code>, to finish hit <kbd>Ctrl-D</kbd> or type <code>exit</code>.
|
2013-11-17 15:49:46 +00:00
|
|
|
p
|
2013-11-18 17:04:06 +00:00
|
|
|
a href=docs_path('getting-started') Get started »
|
2013-11-17 15:49:46 +00:00
|
|
|
|
|
|
|
.col-md-4
|
|
|
|
h1 Copy & Paste
|
|
|
|
p
|
|
|
|
' Any time you see a command you'd like to try in your own terminal just
|
|
|
|
pause the player and copy-paste the content you want.
|
|
|
|
It's just a text after all!
|
|
|
|
|
|
|
|
.col-md-4
|
|
|
|
h1 Embedding
|
|
|
|
p
|
|
|
|
' Easily embed an asciicast player in your blog post, project documentation page or in your conference talk slides.
|
|
|
|
p
|
|
|
|
a href=docs_path(:embedding) See the embedding docs »
|
|
|
|
|
|
|
|
section.even
|
|
|
|
.container
|
|
|
|
.row
|
|
|
|
.col-md-12
|
|
|
|
h1 Featured asciicasts
|
|
|
|
.asciicast-list
|
2014-01-17 13:52:37 +00:00
|
|
|
= render 'asciicasts/previews', asciicasts: page.featured_asciicasts, per_row: 3
|
2014-02-12 19:59:58 +00:00
|
|
|
p
|
2014-07-05 17:37:49 +00:00
|
|
|
a href=category_path(:featured) class="btn btn-success" Browse featured asciicasts
|
2013-11-17 15:49:46 +00:00
|
|
|
.row
|
|
|
|
.col-md-12
|
|
|
|
h1 Latest asciicasts
|
|
|
|
.asciicast-list
|
2014-01-17 13:52:37 +00:00
|
|
|
= render 'asciicasts/previews', asciicasts: page.latest_asciicasts, per_row: 3
|
2014-02-12 19:59:58 +00:00
|
|
|
p
|
2014-07-05 17:37:49 +00:00
|
|
|
a href=browse_path class="btn btn-success" Browse all asciicasts
|