tessl install tessl/pypi-asciimatics@1.15.0A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations
Agent Success
Agent success rate when using this tile
81%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.33x
Baseline
Agent success rate without this tile
61%
Build a simple terminal-based file manager application that displays a list of files and allows users to interact with them via context menus and modal dialogs.
Create a terminal application that:
The application should handle terminal resizing gracefully and provide a clean user interface.
@generates
def run_file_manager():
"""
Main entry point for the file manager application.
Displays files and handles user interactions via context menus and dialogs.
"""
pass
if __name__ == "__main__":
run_file_manager()Provides terminal UI capabilities including widgets, dialogs, and menus.