tcolar / goed

Terminal based code editor / development environment
MIT License
133 stars 6 forks source link

User definable actions #120

Open tcolar opened 8 years ago

tcolar commented 8 years ago

User should be able to create actions, and they should be hooked to events and/or shortcuts.

Gofmt should be implemented as such "on event save with fileExt=='go' -> gofmt"