Skip to content

Commit

Permalink
update rec
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Feb 25, 2024
1 parent 119b19e commit 28d82e4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
5 changes: 3 additions & 2 deletions vhs/rec.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM ghcr.io/charmbracelet/vhs

RUN apt-get install -y git
COPY target/debug/gitu /bin/gitu
RUN apt-get install -y git vim
ENV EDITOR=vim

COPY target/debug/gitu /bin/gitu
RUN git clone https://github.com/altsem/gitu.git /gitu
WORKDIR /gitu

Expand Down
Binary file modified vhs/rec.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 21 additions & 6 deletions vhs/rec.tape
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
Sleep 2
Type gitu
Enter
Sleep 1

Type j
Sleep 1
Enter
Sleep 3

Type h
Sleep 1
Sleep 3

Type f
Sleep 2
Type a

Sleep 3

Type l
Sleep 1
Type l
Sleep 1
Sleep 2

Enter
Sleep 4

Enter
Sleep 4

Type ":q"
Enter
Sleep 2

Expand All @@ -26,3 +38,6 @@ Type q
Sleep 1

Type q
Sleep 3

Type q

0 comments on commit 28d82e4

Please sign in to comment.