Skip to content

Instantly share code, notes, and snippets.

@ngzero
Last active March 1, 2022 20:36
Show Gist options
  • Save ngzero/1aa4fef1333f88443274ad0b914b0ffc to your computer and use it in GitHub Desktop.
Save ngzero/1aa4fef1333f88443274ad0b914b0ffc to your computer and use it in GitHub Desktop.
[Tree watcher] Print tree and refresh continuously #powershell
while (1) {cls; tree /F "C:\Users\steve\Desktop\git"; sleep 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment