Skip to content

Commit

Permalink
put vhs stuff in vhs/
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Feb 25, 2024
1 parent af9e511 commit 119b19e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A terminal user interface for Git. Heavily inspired by Magit.
Gitu launches straight from the terminal.

<img src="doc/gitu.png" width="600" />
<img src="vhs/rec.gif"/>

### Features
Gitu aims to implement many of the core features of Magit over time.
Expand Down
5 changes: 0 additions & 5 deletions rec.Dockerfile

This file was deleted.

Binary file removed rec.gif
Binary file not shown.
4 changes: 2 additions & 2 deletions record.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

podman build -f rec.Dockerfile -t rec .
podman run -v "$PWD":/vhs/ --rm rec -o rec.gif rec.tape
podman build -f vhs/rec.Dockerfile -t rec .
podman run -v "$PWD"/vhs:/vhs/ --rm rec
9 changes: 9 additions & 0 deletions vhs/rec.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ghcr.io/charmbracelet/vhs

RUN apt-get install -y git
COPY target/debug/gitu /bin/gitu

RUN git clone https://github.com/altsem/gitu.git /gitu
WORKDIR /gitu

ENTRYPOINT vhs -o /vhs/rec.gif /vhs/rec.tape
Binary file added 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.
File renamed without changes.

0 comments on commit 119b19e

Please sign in to comment.