LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
src/devicetree/__init__.py
src/devicetree/_private.py
src/devicetree/dtlib.py
src/devicetree/edtlib.py
src/devicetree/grutils.py
src/devicetree/typed.py
src/dtsh/__init__.py
src/dtsh/autocomp.py
src/dtsh/cli.py
src/dtsh/config.py
src/dtsh/dts.py
src/dtsh/dtsh.ini
src/dtsh/io.py
src/dtsh/model.py
src/dtsh/modelutils.py
src/dtsh/rl.py
src/dtsh/session.py
src/dtsh/shell.py
src/dtsh/shellutils.py
src/dtsh/typed.py
src/dtsh.egg-info/PKG-INFO
src/dtsh.egg-info/SOURCES.txt
src/dtsh.egg-info/dependency_links.txt
src/dtsh.egg-info/entry_points.txt
src/dtsh.egg-info/requires.txt
src/dtsh.egg-info/top_level.txt
src/dtsh/builtins/__init__.py
src/dtsh/builtins/alias.py
src/dtsh/builtins/cat.py
src/dtsh/builtins/cd.py
src/dtsh/builtins/chosen.py
src/dtsh/builtins/find.py
src/dtsh/builtins/ls.py
src/dtsh/builtins/pwd.py
src/dtsh/builtins/tree.py
src/dtsh/rich/__init__.py
src/dtsh/rich/autocomp.py
src/dtsh/rich/io.py
src/dtsh/rich/modelview.py
src/dtsh/rich/session.py
src/dtsh/rich/shellutils.py
src/dtsh/rich/svg.py
src/dtsh/rich/text.py
src/dtsh/rich/theme.ini
src/dtsh/rich/theme.py
src/dtsh/rich/tui.py
tests/test_dtsh_autocomp.py
tests/test_dtsh_builtin_alias.py
tests/test_dtsh_builtin_cat.py
tests/test_dtsh_builtin_cd.py
tests/test_dtsh_builtin_chosen.py
tests/test_dtsh_builtin_find.py
tests/test_dtsh_builtin_ls.py
tests/test_dtsh_builtin_pwd.py
tests/test_dtsh_builtin_tree.py
tests/test_dtsh_config.py
tests/test_dtsh_dts.py
tests/test_dtsh_io.py
tests/test_dtsh_model.py
tests/test_dtsh_modelutils.py
tests/test_dtsh_rich_shellutils.py
tests/test_dtsh_rich_svg.py
tests/test_dtsh_shell.py
tests/test_dtsh_shellutils.py
tests/test_dtsh_theme.py
tests/test_dtsh_uthelpers.py
tests/test_edtlib.py