Skip to content

Releases: C0ldSmi1e/dtree

v0.0.1

29 Jun 17:39
51564c6

Choose a tag to compare

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