forked from antono/shelr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshelr.1
107 lines (102 loc) · 1.35 KB
/
shelr.1
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
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "SHELR" "1" "August 2011" "" ""
.
.SH "NAME"
\fBshelr\fR \- screencasting for shell junkies
.
.SH "SYNOPSIS"
\fBshelr\fR command [id]
.
.SH "DESCRIPTION"
\fBShelr\fR records terminal output and can replay it
.
.SH "COMMANDS"
.
.TP
\fBrecord\fR
Will record your terminal unless you type \fBexit\fR or Ctrl+D and store it to $HOME/\.local/share/shellcast/
.
.TP
\fBlist\fR
lists all your shellcasts\.
.
.TP
\fBplay\fR
plays local or remote shellcast\.
.
.TP
\fBpush\fR
publish your shellcast
.
.SH "EXAMPLES"
Record your shellcast:
.
.IP "" 4
.
.nf
$ shelr record
\.\.\. do something \.\.\.
$ exit
.
.fi
.
.IP "" 0
.
.P
List recorded shellcasts:
.
.IP "" 4
.
.nf
$ shelr list
.
.fi
.
.IP "" 0
.
.P
Play local shellcast:
.
.IP "" 4
.
.nf
$ shelr play 1293702847
.
.fi
.
.IP "" 0
.
.P
Play remote shellcast:
.
.IP "" 4
.
.nf
$ shelr play http://shelr\.tv/records/4d1f7c3890820d6144000002\.json
.
.fi
.
.IP "" 0
.
.P
Publish your shellcast:
.
.IP "" 4
.
.nf
$ shelr push 1293702847
.
.fi
.
.IP "" 0
.
.SH "BUGS"
\fBshelr\fR is written in Ruby and depends on \fBscript\fR and \fBscriptreplay\fR, commands libraries that are non\-trivial to install on some systems\.
.
.SH "COPYRIGHT"
Shelr is Copyright (C) 2011 Antono Vasiljev \fIhttp://antono\.info/\fR
.
.SH "SEE ALSO"
script(1), scriptreplay(1)