https://github.com/copyleftdev/wtree
tree for windows , I don't liked windows version
https://github.com/copyleftdev/wtree
Last synced: 7 months ago
JSON representation
tree for windows , I don't liked windows version
- Host: GitHub
- URL: https://github.com/copyleftdev/wtree
- Owner: copyleftdev
- Created: 2023-09-11T16:04:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T16:12:24.000Z (over 2 years ago)
- Last Synced: 2025-05-30T07:46:13.308Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wtree
`wtree` is a modern, efficient, and lightweight command-line tool to visualize the directory structure, crafted specifically for Windows.
## Features
- 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.
## Installation
```bash
go get github.com/copyleftdev/wtree
```
Ensure `$GOPATH/bin` is in your system's `PATH`.
## Usage
To visualize the current directory:
```bash
wtree
```
To visualize a specific directory:
```bash
wtree path/to/directory
```
## Contributing
1. Fork the repository on GitHub.
2. Clone the forked repository to your machine.
3. Create a new branch.
4. Make your changes, test to make sure they work, and ensure all existing tests pass.
5. Commit and push your changes to your fork.
6. Create a pull request.