Interactive Tree - Interactively View the File Tree and Selectively Collapse/Expand Folders to Build a Desired Text-Based File Tree View just like Tree Does.
- POSIX-compliant OS
- pkg-config
- ncursesw (ncurses if disabled wide character support)
- make
- python3
./configure
make
make installNote that itree defaults to wide ncurses. To disable wide character support, run ./configure --disable-wide-ncurses instead.
MacOS comes with ncurses pre-installed, but without ncursesw (wide character support). Use Homebrew to install ncurses with wide character support:
brew install ncursesitree [directory] [options]