Replies: 1 comment 2 replies
-
|
Yes, I do have a tree module created half year ago, which is private. Now, I make it as public. To install it, import the Usage, just put the same output as ```tree
assets
├── favicon.ico
├── hb
│ └── modules
│ └── custom
│ ├── js
│ │ └── index.ts
│ ├── purgecss.config.toml
│ └── scss
│ ├── _ad.scss
│ ├── index.scss
│ └── variables.tmpl.scss
├── images
│ ├── covers
│ │ ├── archlinux.png
│ │ ├── disk.jpg
│ │ ├── git.jpg
│ │ ├── github.jpg
│ │ ├── network.jpg
│ │ ├── tux.jpg
│ │ └── wifi.jpg
│ ├── logo.jpg
│ ├── pwa
│ │ └── offline.png
│ └── thumbnail.jpg
├── jsconfig.json
└── mask-icon.svg
9 directories, 18 files
``` |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Is there a support for a shortcode like
treelinux command that visually maps directory structures in a hierarchical, tree-like format?References:
Beta Was this translation helpful? Give feedback.
All reactions