jaywcjlove/Print folder tree
View the folder directory tree structure, similar to the output of the `tree` command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your GITHUB_TOKEN | no | ${{ github.token }} |
| path | Folder path | no | . |
| exclude | Pass a regex string to exclude directories from printing | no | "" |
| config | The path to the dree configuration file | no | — |
| depth | Scan the maximum depth reachable for the given path | no | 5 |
Outputs
| name | description |
|---|---|
| content | Directory tree structure text |