| Crates.io | virex-canopy |
| lib.rs | virex-canopy |
| version | 0.2.2 |
| created_at | 2025-11-13 08:08:01.529502+00 |
| updated_at | 2025-11-13 09:58:33.285658+00 |
| description | Generate and visualize directory tree structures |
| homepage | |
| repository | https://github.com/hnpf/canopy |
| max_upload_size | |
| id | 1930651 |
| size | 48,479 |
A command-line tool for generating and visualizing directory tree structures in the terminal.
canopy <path>
Example:
canopy /path/to/directory
This will print a tree-like structure of the directory and its subdirectories.
Download the installer binary for your platform from the releases page.
Run the installer:
canopy-installer.exe./canopy-installerThe installer will copy the canopy binary to your home directory and add it to your PATH.
Ensure you have Rust installed. Download from rustup.rs.
Clone the repository:
git clone <repository-url>
cd canopy
Build the project:
cargo build --release
The binary will be located at target/release/canopy.
To install manually, copy the binary to a directory in your PATH, e.g., ~/bin/ or %USERPROFILE%\bin\.
Download the latest release for your platform from the releases page.
Canopy is built with Rust and supports multiple platforms:
To build for a specific target:
cargo build --release --target x86_64-unknown-linux-gnucargo build --release --target x86_64-pc-windows-gnuContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.