Tmux-filetree displays a file tree in the current tmux pane. The file tree will always track your active tmux pane and its working directory.
- -d NUMBER
-
Controls the delay between polling attempts, in seconds. May be a non-integer value.
- -c COMMAND
-
Sets a user-defined command to display files. The string %s in COMMAND will be substituted with the target directory. The target directory name may be a symlink to the real directory.
- -h
-
Shows a help message
The environment variable TMUX_FILETREE_COMMAND can be used to set the default command (see option -c).
The environment variable TMUX_FILETREE_DELAY can be used to set the default delay (see option -d).