Releases: C0ldSmi1e/dtree
Releases · C0ldSmi1e/dtree
v0.0.1
What's Changed
Features
- Interactive directory tree viewer
- Smooth scrolling viewport for large directories
- Cross-platform file opening
- Vim-style navigation (j/k, gg/G)
Installation
Download the appropriate binary for your platform:
- macOS (Intel): dtree-darwin-amd64
- macOS (Apple Silicon): dtree-darwin-arm64
- Linux (x64): dtree-linux-amd64
- Linux (ARM64): dtree-linux-arm64
- Windows (x64): dtree-windows-amd64.exe
Make the binary executable and move to your PATH:
chmod +x dtree-*
sudo mv dtree-* /usr/local/bin/dtree