LICENSE
README.md
pyproject.toml
termish/__init__.py
termish/ast.py
termish/errors.py
termish/parser.py
termish/py.typed
termish/quote_masker.py
termish.egg-info/PKG-INFO
termish.egg-info/SOURCES.txt
termish.egg-info/dependency_links.txt
termish.egg-info/requires.txt
termish.egg-info/top_level.txt
termish/fs/__init__.py
termish/fs/memory.py
termish/fs/protocol.py
termish/interpreter/__init__.py
termish/interpreter/core.py
termish/interpreter/commands/__init__.py
termish/interpreter/commands/_argparse.py
termish/interpreter/commands/_util.py
termish/interpreter/commands/archive.py
termish/interpreter/commands/diff.py
termish/interpreter/commands/filesystem.py
termish/interpreter/commands/io.py
termish/interpreter/commands/jq.py
termish/interpreter/commands/meta.py
termish/interpreter/commands/search.py
termish/interpreter/commands/sed.py
termish/interpreter/commands/text.py
termish/jq/__init__.py
termish/jq/ast.py
termish/jq/eval.py
termish/jq/parser.py
tests/test_archive.py
tests/test_interpreter.py
tests/test_jq.py
tests/test_memory_fs.py
tests/test_monkeyfs_compat.py
tests/test_parser.py
tests/test_quote_masker.py
tests/test_sed.py
tests/test_text_commands.py