Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add orangekame3/stree - Tree command for S3. #240

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ddddddO
Copy link

@ddddddO ddddddO commented Feb 24, 2024

Review the Contributing Guidelines

Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.

Describe Why This Is Awesome

Why is this awesome?

The main reasons are as follows.

  • stree is a CLI tool designed to visualize the directory tree structure of an S3 bucket.
    • This CLI tool was a tool that I couldn't find anywhere else!πŸ‘
  • Easy to install.
  • Directory can be specified.
  • Many options!

repository: https://github.com/orangekame3/stree

Furthermore, it was also featured in AWS open source newsletter, #189 !

Finally, I will briefly introduce what happens when I run this CLI tool.

$ stree test-bucket
test-bucket
β”œβ”€β”€ chil1
β”‚   └── chilchil1_1
β”‚       β”œβ”€β”€ before.png
β”‚       └── github.png
β”œβ”€β”€ chil2
└── gommand.png

3 directories, 3 files
$ stree test-bucket/chil1
test-bucket
└── chil1
    └── chilchil1_1
        β”œβ”€β”€ before.png
        └── github.png

2 directories, 2 files

--

Like this pull request? Vote for it by adding a πŸ‘

@ddddddO
Copy link
Author

ddddddO commented Feb 24, 2024

@donnemartin
HiπŸ‘‹! I've added great tool to the list, so please merge them!
thank you.

@iainelder
Copy link

@ddddddO Thank you for sharing here!

Thanks for your work on gtree which has inspired stree.

I will look at both projects to see how I may learn from them to improve my own aws-org-tree.

@ddddddO
Copy link
Author

ddddddO commented Mar 2, 2024

@iainelder
I am very happy to tell you so!❀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants