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.
|
2015-11-07 14:16:09 +00:00
|
|
|
Enjoy a lightweight, purely text-based approach to terminal recording.
|
2013-11-17 15:49:46 +00:00
|
|
|
p
|
|
|
|
'
|
|
|
|
p
|
2015-06-24 17:46:41 +00:00
|
|
|
button type="button" class="btn btn-success" data-toggle="popover" data-content="#{render(partial: 'docs/quick_install').gsub('"', "'")} <p>Start recording with:</p><pre>asciinema rec</pre>" Start Recording
|
2013-11-17 15:49:46 +00:00
|
|
|
p
|
2016-07-13 11:27:41 +00:00
|
|
|
' Supports Linux, Mac OS X and *BSD
|
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
|
2015-06-22 08:19:57 +00:00
|
|
|
' asciinema
|
|
|
|
em
|
|
|
|
abbr title="from English ASCII + from Ancient Greek κίνημα (kínēma, “movement”)"
|
|
|
|
' [as-kee-nuh-muh]
|
|
|
|
' is a free and open source solution for recording
|
|
|
|
terminal sessions and sharing them on the web. Read 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
|
2015-11-07 14:16:09 +00:00
|
|
|
h1 Copy & paste
|
2013-11-17 15:49:46 +00:00
|
|
|
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
|
2015-09-16 08:24:58 +00:00
|
|
|
= render 'asciicasts/previews', asciicasts: page.featured_asciicasts, per_row: 3, no_created_at: true
|
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
|
2015-05-10 19:15:43 +00:00
|
|
|
h1 Latest public asciicasts
|
2013-11-17 15:49:46 +00:00
|
|
|
.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
|