gls icon indicating copy to clipboard operation
gls copied to clipboard

split `gui/core.go` into multiple files to decrease code complexity

Open ozansz opened this issue 2 years ago • 0 comments

Summary

Currently gui/core.go includes all the TUI logic (it's actually mis-named as gui/core.go), and it's complicated. We should split it into multiple .go files to increase code readability.

ozansz avatar Oct 08 '22 17:10 ozansz