← Back to tools
View AGENTS.md for jellex
jellex
TUI to filter JSON and JSON Lines data with Python syntax
Description
Jellex is a TUI for filtering JSON and JSON Lines data using Python syntax. Interactively explore and filter JSON data with familiar Python expressions in a terminal interface.
When to use this tool
✓ Good fit when
- You need to interactively explore JSON data
- You want Python-based JSON filtering
✕ Avoid when
- You need programmatic JSON processing (use jq instead)
AI Summary
TUI for interactively filtering JSON and JSON Lines data using Python syntax.
Capabilities
- + Filter JSON data with Python expressions
- + Support for JSON Lines format
- + Interactive TUI interface
Use When
- → You need to interactively explore JSON data
- → You want Python-based JSON filtering
Avoid When
- x You need programmatic JSON processing (use jq instead)