wtree
is a modern, efficient, and lightweight command-line tool to visualize the directory structure, crafted specifically for Windows.
- Fast and lightweight.
- Provides a tree-like visualization of directory structure.
- Supports command line arguments to specify target directories.
- Mimics the beloved
tree
command from Linux.
go get github.com/copyleftdev/wtree
Ensure $GOPATH/bin
is in your system's PATH
.
To visualize the current directory:
wtree
To visualize a specific directory:
wtree path/to/directory
- Fork the repository on GitHub.
- Clone the forked repository to your machine.
- Create a new branch.
- Make your changes, test to make sure they work, and ensure all existing tests pass.
- Commit and push your changes to your fork.
- Create a pull request.