Skip to content

JalenLv/itree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itree

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.

Requirements

  • POSIX-compliant OS
  • pkg-config
  • ncursesw (ncurses if disabled wide character support)
  • make
  • python3

Build

./configure
make
make install

Note that itree defaults to wide ncurses. To disable wide character support, run ./configure --disable-wide-ncurses instead.

MacOS

MacOS comes with ncurses pre-installed, but without ncursesw (wide character support). Use Homebrew to install ncurses with wide character support:

brew install ncurses

Usage

itree [directory] [options]

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors