mirror of
https://github.com/bgreenwell/lstr.git
synced 2025-12-16 12:00:11 +01:00
- Replace all └── with correct ├── and └── connectors based on tree position - Add vertical │ connectors for proper tree visualization - Implement build_tree_info() function to determine correct connectors - Add comprehensive tests for various tree structures - Update existing dotfiles test to match new proper tree format Before: All entries used └── regardless of position After: Proper tree structure with ├── for intermediate entries, └── for last entries, and │ for vertical connections