ozansz / gls

Minimal file manager with terminal UI #Go

Home Page:https://sazak.io/gls-file-manager-on-terminal-with-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ozansz opened this issue · 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.