ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

Updates OCGV and SHOT to Terminal.Gui v2

Open tig opened this issue 3 months ago • 1 comments

PR Summary

Phase 1: Port existing ListView based implementation to v2.

Remaining Work

  • [x] Figure out why it crashes on start
  • [x] Improve project setup to make debugging easier. I got VS2026 working!
  • [ ] Manual testing of all features (Out-ConsoleGridView, Show-ObjectTree)
  • [ ] Verify filtering, selection modes, MinUI functionality
  • [ ] Confirm command-line backwards compatibility
  • [ ] Unit test framework + initial test coverage (future enhancement)

Phase 2: Refactor to use TableView instead of ListView.

This will both simplify the implementation, but improve usability, perf, and scalability.

PR Context

  • Fixes #249

tig avatar Nov 13 '25 00:11 tig

Working.... -ish:

image

tig avatar Nov 13 '25 19:11 tig