Interactive tree command for file system navigation
Switch branches/tags
Nothing to show
Clone or download

README.md

itree

Interactive tree command for file system navigation.

itree Example

Requirements

go >= 1.11

Installation

  1. Clone the repository
git clone https://github.com/lobocv/itree
  1. Install itree
sudo ./install.sh

Usage

Once installed, usaging itree is simple, just type itree and an interactive tree navigator will open up in your current terminal.

itree

Press ESC, q or CTRL+C to exit.

Use your arrow keys to easily navigate the directory tree starting from your current directory. itree will change to the directory in which you navigate to when you exit itree.

itree also provides some other convenient hotkeys for easier navigation. Press CTRL+h to show a help screen of all available hotkeys.

Without installation you must compile the go binary and call itree as following:

go build itree.go

cd $(./itree)