Files
crawl4ai/crawl4ai
prokopis3 263d362daa fix(browser_profiler): cross-platform 'q' to quit
This commit introduces platform-specific handling for the 'q' key press to quit the browser profiler, ensuring compatibility with both Windows and Unix-like systems. It also adds a check to see if the browser process has already exited, terminating the input listener if so.

- Implemented `msvcrt` for Windows to capture keyboard input without requiring a newline.
- Retained `termios`, `tty`, and `select` for Unix-like systems.
- Added a check for browser process termination to gracefully exit the input listener.
- Updated logger messages to use colored output for better user experience.
2025-08-15 19:11:26 +08:00
..
2025-02-19 14:13:17 +08:00
2025-08-04 19:02:01 +08:00
2025-08-06 17:52:01 +08:00
2025-04-11 00:44:43 +08:00
2025-01-13 19:19:58 +08:00
2025-07-08 11:46:13 +02:00
2025-01-13 19:19:58 +08:00
2025-01-13 19:19:58 +08:00
2025-08-04 19:02:01 +08:00
2025-08-04 19:02:01 +08:00