Skip to content

Commit cdfff24

Browse files
author
Bruno Sutic
committed
Merge pull request #21 from davidjb/patch-1
Add details about colourisation of tree output
2 parents 8b35bb2 + 548c333 commit cdfff24

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)