A powerful command-line utility for displaying directory structures with syntax highlighting and export capabilities. Designed for developers and system administrators who need clear, customizable filesystem visualization.
- Professional Syntax Highlighting:
- 🔵 Cyan — Directories
- 🟡 Yellow — Regular files
- 🟢 Green — Executable files (marked with
*)
- Recursive Traversal with intelligent indentation
- Export Functionality — Save directory trees to
~/structure.txtusing-fflag - Path Flexibility — Supports absolute and relative paths
- Tree-Compatible Formatting — Familiar
treecommand style with enhanced visuals
# Clone the repository
git clone https://github.com/VoidWh1sper/ar.git
cd ar
# Make executable
chmod +x ar
# (Optional) Install system-wide
sudo cp ar /usr/local/bin/ar