Skip to content

Conversation

@bgreenwell
Copy link
Owner

  • 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

- 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
@bgreenwell bgreenwell merged commit dd85acd into main Sep 6, 2025
3 checks passed
@bgreenwell
Copy link
Owner Author

Addresses #36.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants