- Home
- Christian Neumann
- Web Development Software
- XML, RSS, CSS Tools
yfind is a Python tool to search YAML files satisfying specified conditions.Examples: yfind '.mailings[0].sent < 2012/06/12' my_files/yfind '.id == 10'((?.id) and (yfind '.id == 10)) or (.enabled == "False")'Currently supported search expressions:<...