Skip to content

Commit 548c333

Browse files
committed
Add details about colourisation of tree output
See #20
1 parent 8b35bb2 commit 548c333

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ default!
9090

9191
set -g @sidebar-tree-width '60'
9292

93+
> Can I colorize the ``tree`` directory listing in the sidebar?
94+
95+
set -g @sidebar-tree-command 'tree -C'
96+
97+
> Bear in mind that the command used to page the directory listing
98+
(``@sidebar-tree-pager``, if set) must support color codes. If it does not,
99+
unusual characters - the color control codes - will be visible in the
100+
sidebar.
101+
93102
### Other goodies
94103

95104
- [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) - a plugin for

0 commit comments

Comments
 (0)