trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,28 @@
<p>Raw link: <a href="https://www.youtube.com/watch?v=Q1MqL5k2vUA">https://www.youtube.com/watch?v=Q1MqL5k2vUA</a></p>
<p>In this screen cast I showcase my latest script, called “Gits Eye
View”, else GEV. This is a simple script I wrote for getting an
overview of the status of all git-controlled repositories inside a given
directory.</p>
<p>When running <code>gev</code>, a two-column list is drawn, with the status code on
the left and the file system path of the git-controlled repo on the
right. The status codes are:</p>
<ul>
<li>0 == no changes</li>
<li>1 == unstaged changes</li>
<li>2 == staged, but not committed</li>
<li>3 == untracked files</li>
</ul>
<p>GEV is part of <a href="https://gitlab.com/protesilaos/dotfiles">my dotfiles</a>.
Within the next month or so, I will publish a book on how to reproduce
my custom desktop session on Debian 10 Buster. An announcement will be
made in the <a href="https://protesilaos.com/news/">news section</a>. The book will be available in the
<a href="https://protesilaos.com/books/">books section</a> under the same copyleft terms as all my work on
this website.</p>