emacs/var/elfeed/db/data/72/72331a150431a6523982614b7cb20b99cffd7b69
2022-01-03 12:49:32 -06:00

28 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>