Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvfp/ghact-dirtree
GitHub Action for easily viewing directory as tree + sizes
https://github.com/nvfp/ghact-dirtree
ghaction python3
Last synced: 7 days ago
JSON representation
GitHub Action for easily viewing directory as tree + sizes
- Host: GitHub
- URL: https://github.com/nvfp/ghact-dirtree
- Owner: nvfp
- Created: 2024-01-06T09:30:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T19:11:32.000Z (11 months ago)
- Last Synced: 2024-01-21T15:41:44.857Z (11 months ago)
- Topics: ghaction, python3
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub action for viewing a readable directory tree and also includes size for each file and folder.
## usage
```yml
name: ...
on: ...
jobs:
...:
runs-on: ubuntu-latest
steps:
...
- uses: nvfp/ghact-dirtree@main
with:
dir: ./foo # can be relative to root, and an abs. path.
level: 3 # starts from 0. `null` for infinite.
```Learn more about [the params here](https://github.com/nvfp/ghact-dirtree/blob/main/action.yml).
## License
MIT License. Feel free to use the code. Have a great day!