itree
Interactive tree command for file system navigation.
Requirements
go >= 1.11
Installation
- Clone the repository
git clone https://github.com/lobocv/itree- Install itree
sudo ./install.shUsage
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)
