The mighty, self-hostable Git server for the command line 🍦
1package common 2 3import ( 4 "github.com/charmbracelet/soft-serve/ui/keymap" 5 "github.com/charmbracelet/soft-serve/ui/styles" 6) 7 8type Common struct { 9 Styles *styles.Styles 10 Keymap *keymap.KeyMap 11 Width int 12 Height int 13}