Open Issues Need Help
View All on GitHub  Add Ctrl+Y paste functionality for copy/cut operations in TUI  about 2 months ago 
 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