EvilTree : A Remake Of The Classic “Tree” Command

EvilTree is a standalone python3 remake of the classic “tree” command with the additional feature of searching for user provided keywords/regex in files, highlighting those that contain matches. Created for two main reasons: Usage Examples Example #1: Running a regex that essentially matches strings similar to: password = something against /var/www Example #2: Using comma …