Modern AI-powered CQL shell for Apache Cassandra with rich terminal UI, cqlsh compatibility, and natural language query generation

2 stars 0 forks 2 watchers Go Apache License 2.0
1 Open Issue Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue proposes adding Ctrl+Y functionality to paste text in the TUI's command input field, aligning with standard terminal behavior. This feature requires maintaining an internal clipboard/buffer for text cut or copied by existing operations (e.g., Ctrl+K, Ctrl+U) and implementing a new keyboard handler for Ctrl+Y to insert this stored text.

Complexity: 3/5
enhancement good first issue

Modern AI-powered CQL shell for Apache Cassandra with rich terminal UI, cqlsh compatibility, and natural language query generation

Go