71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
.home-page
|
|
section.cinema
|
|
.container
|
|
.row
|
|
.col-md-6
|
|
.player-wrapper
|
|
= player asciicast, speed: 2.0, hud: false, size: 'medium' if asciicast
|
|
|
|
.col-md-6
|
|
h1
|
|
' Record and share your terminal sessions,
|
|
br
|
|
' the right way.
|
|
h2
|
|
' Forget screen recording apps and blurry video.
|
|
Enjoy a lightweight, purely text based approach to terminal recording.
|
|
p
|
|
'
|
|
p
|
|
= link_to 'Start Recording', docs_path('getting-started'), class: 'btn btn-success'
|
|
p
|
|
' Supports Linux, Mac OSX and FreeBSD
|
|
|
|
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
|
|
a href=docs_path('how-it-works') how it works
|
|
' .
|
|
|
|
section.odd
|
|
.container
|
|
.row.features
|
|
.col-md-4
|
|
h1 Simple recording
|
|
p
|
|
' Record right where you work - in a terminal.
|
|
To start just run <code>asciinema rec</code>, to finish hit <ctrl-d> or type <code>exit</code>.
|
|
p
|
|
a href=docs_path('getting-started') Get started »
|
|
|
|
.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
|
|
= render 'asciicasts/previews', asciicasts: featured_asciicasts, per_row: 3
|
|
.row
|
|
.col-md-12
|
|
h1 Latest asciicasts
|
|
.asciicast-list
|
|
= render 'asciicasts/previews', asciicasts: latest_asciicasts, per_row: 3
|