Skip to content

GitHub Action for easily viewing directory as tree + sizes

Notifications You must be signed in to change notification settings

nvfp/ghact-dirtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GitHub action for viewing a readable directory tree and also includes size for each file and folder.

usage

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.

License

MIT License. Feel free to use the code. Have a great day!

About

GitHub Action for easily viewing directory as tree + sizes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published