Go to file
Jeff Carr 4aef276b64 toggle on the me.dropdown widget works 2025-01-31 13:47:45 -06:00
.gitignore ignore patch files 2025-01-29 12:28:03 -06:00
.plugin I guess this for now. todo: "package plugin" 2024-12-02 05:17:02 -06:00
LICENSE GPL 2024-01-30 10:32:53 -06:00
Makefile wrapping my head around this code again 2025-01-31 13:47:45 -06:00
README.md notes to trigger build 2024-12-02 09:00:40 -06:00
checkbox.go gocui panic loads nocui 2024-02-09 09:30:23 -06:00
color.go link to blog about terminal color 2024-10-03 06:58:04 -05:00
color.py dump current colors in the shell 2024-10-03 07:06:36 -05:00
debug.go better debugging output 2025-01-29 12:27:10 -06:00
dropdown.go toggle on the me.dropdown widget works 2025-01-31 13:47:45 -06:00
eventGocui.go I'm trying to make this clearer to understand 2025-01-31 13:47:45 -06:00
eventKeyboard.go name changes after I haven't looked at this code for some time 2025-01-31 13:47:45 -06:00
eventMouse.go name changes after I haven't looked at this code for some time 2025-01-31 13:47:45 -06:00
eventMouseClick.go got the strings for a dropdown widget (finally. only took me 4 years) 2025-01-31 13:47:45 -06:00
find.go got the strings for a dropdown widget (finally. only took me 4 years) 2025-01-31 13:47:45 -06:00
help.go got the strings for a dropdown widget (finally. only took me 4 years) 2025-01-31 13:47:45 -06:00
init.go name changes after I haven't looked at this code for some time 2025-01-31 13:47:45 -06:00
junk1.go wrapping my head around this code again 2025-01-31 13:47:45 -06:00
log.go start debugging why this doesn't work 2025-01-29 12:27:10 -06:00
place.go better debugging output 2025-01-29 12:27:10 -06:00
plugin.go debugging cleanups 2024-02-09 03:45:03 -06:00
size.go use treeNode.Hidden() 2024-02-05 07:31:04 -06:00
stdoutFakefile.go I'm trying to make this clearer to understand 2025-01-31 13:47:45 -06:00
stdoutShow.go I'm trying to make this clearer to understand 2025-01-31 13:47:45 -06:00
structs.go wrapping my head around this code again 2025-01-31 13:47:45 -06:00
tree.go name changes after I haven't looked at this code for some time 2025-01-31 13:47:45 -06:00
treeAdd.go I'm trying to make this clearer to understand 2025-01-31 13:47:45 -06:00
treeDraw.go I'm trying to make this clearer to understand 2025-01-31 13:47:45 -06:00
treeWidget.go I'm trying to make this clearer to understand 2025-01-31 13:47:45 -06:00
view.go rename to drawView() 2024-02-05 03:19:08 -06:00
view.proto better debugging output 2025-01-29 12:27:10 -06:00
window.go rename to drawView() 2024-02-05 03:19:08 -06:00

README.md

a console toolkit around gocui

  • to build, run 'make build'
  • TODO: make a way to trigger plugin builds. 'package plugin' maybe?

terminals that support ture color more info about color