Skip to content

Instantly share code, notes, and snippets.

@schluppeck
Created March 11, 2020 12:37
Show Gist options
  • Save schluppeck/005f37004980249e45a395de139dcaad to your computer and use it in GitHub Desktop.
Save schluppeck/005f37004980249e45a395de139dcaad to your computer and use it in GitHub Desktop.
show directory changes with tree command
# in a directory with bla.feat folder present
# might have to brew install tree on macos first
while true;
do
clear
tree -L 1 bla.feat
sleep 3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment