Create a directory tree of your repository in text format to feed to AI
Ever wanted to feed the directory tree of your repository to AI? In order for AI to help you, you need to give it the right context. Sometimes, this means giving it the directory tree of your repo. You could use the standard “tree” command by installing it using “sudo apt install tree” in Linux.…