Skip to content

Instantly share code, notes, and snippets.

View iesahin's full-sized avatar
🦀

Emre Sahin iesahin

🦀
View GitHub Profile
#!/bin/zsh
sleep_counter=0
while true ; do
for d in $HOME/github.com/*/*(/) ; do
if [[ -n "$(git -C $d status -s)" ]] ; then
sleep_counter=0
lazygit -p $d
fi