Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Presentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
Presentation
Commits
638a7979
Commit
638a7979
authored
6 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Add ttyrec2gif.
parent
d34fc7d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
README.md
+1
-0
1 addition, 0 deletions
README.md
example/Makefile
+5
-1
5 additions, 1 deletion
example/Makefile
example/presentation.md
+4
-0
4 additions, 0 deletions
example/presentation.md
example/prompt.tty
+0
-0
0 additions, 0 deletions
example/prompt.tty
with
14 additions
and
5 deletions
Dockerfile
+
4
−
4
View file @
638a7979
FROM
golang:1.11-alpine3.8
as
on-ch
ang
e
FROM
golang:1.11-alpine3.8
as
gol
ang
RUN
apk
--update
add git
&&
\
rm
-rf
/var/cache/apk/
*
&&
\
/usr/local/go/bin/go get github.com/s
pelufo/on-change
/usr/local/go/bin/go get github.com/spelufo/on-change
&&
\
/usr/local/go/bin/go get github.com/s
ugyan/ttyrec2gif
FROM
debian:buster-slim
COPY
--from=
on-ch
ang
e
/go/bin/on-change /usr/local/bin
COPY
--from=
gol
ang /go/bin/on-change
/go/bin/ttyrec2gif
/usr/local/bin
/
RUN
apt-get update
&&
\
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--no-install-recommends
\
fonts-font-awesome
\
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
638a7979
...
...
@@ -23,6 +23,7 @@ See the example folder for more details.
-
[
XeTex
](
http://xetex.sourceforge.net/
)
-
[
on-change
](
https://github.com/spelufo/on-change
)
-
[
groff
](
https://www.gnu.org/software/groff/
)
-
[
ttyrec2gif
](
https://github.com/sugyan/ttyrec2gif
)
## License
...
...
This diff is collapsed.
Click to expand it.
example/Makefile
+
5
−
1
View file @
638a7979
...
...
@@ -3,6 +3,7 @@
all
:
presentation.pdf
presentation.pdf
:
diagram.pdf
presentation.pdf
:
prompt.gif
%.pdf
:
%.md
pandoc
-t
beamer
$<
-o
$@
...
...
@@ -10,5 +11,8 @@ presentation.pdf: diagram.pdf
%.pdf
:
%.dot
dot
$<
-Tpdf
>
$@
%.gif
:
%.tty
ttyrec2gif
-in
$<
-out
$@
clean
:
-
rm
*
.pdf
-
rm
*
.pdf
*
.gif
This diff is collapsed.
Click to expand it.
example/presentation.md
+
4
−
0
View file @
638a7979
...
...
@@ -13,3 +13,7 @@ author: Your name here
## Diagram

## Animated gif

This diff is collapsed.
Click to expand it.
example/prompt.tty
0 → 100644
+
0
−
0
View file @
638a7979
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment