gitu 0.41.0

A git client inspired by Magit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
FROM ghcr.io/charmbracelet/vhs

RUN apt-get update && apt-get install -y git neovim
ENV EDITOR=nvim
RUN git config --global user.email "you@example.com"
RUN git config --global user.name "Your Name"

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