-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I would like to add unicode to the tree and also use something like chalk.bold() on the tree. For example, I have this:
└─ npm-link-up (root)
└─ node_modules
├─ @oresoftware/shell
├─ json-stdio
├─ prepend-transform
└─ residence
and it would be really awesome to have this:
└─ npm-link-up (root)
└─ node_modules
├─ @oresoftware/shell ⏰
├─ json-stdio ⏰
├─ prepend-transform ⏰
└─ residence ⏰
and have bold branches using chalk.bold(), etc, is it possible somehow?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels