Open Issues Need Help
View All on GitHubAI Summary: Create a sample configuration file for the protastim project, including all default settings as commented-out examples to illustrate configurable options and their usage.
AI Summary: Implement hotkey functionality in the protastim project's interface, displaying all available hotkeys at the bottom of the view. This requires integrating the hotkey functionality described in the charmbracelet/bubbles library documentation and potentially refactoring the existing keymap configuration.
AI Summary: Review the Go codebase of the protastim project, specifically the SQL schemas, to identify and remove any unused functions. This involves code cleanup and potentially refactoring.