We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3797e07 commit 678d3c9Copy full SHA for 678d3c9
lib/Terminal/Widgets/Viewer/DirTree.rakumod
@@ -6,6 +6,7 @@ use Terminal::Widgets::SpanStyle;
6
use Terminal::Widgets::Viewer::Tree;
7
8
9
+#| Tree viewer class specialized for directory trees, with dircolors awareness
10
class Terminal::Widgets::Viewer::DirTree
11
is Terminal::Widgets::Viewer::Tree {
12
has Color::DirColors:D $.dir-colors .= new-from-env;
0 commit comments