.gitignore
.gitlab-ci.yml
COPYING
INSTALL.md
README.md
pyproject.toml
bitbake_project/__init__.py
bitbake_project/__main__.py
bitbake_project/cli.py
bitbake_project/core.py
bitbake_project/fzf_bindings.py
bitbake_project/commands/__init__.py
bitbake_project/commands/b4.py
bitbake_project/commands/branch.py
bitbake_project/commands/common.py
bitbake_project/commands/config.py
bitbake_project/commands/deps.py
bitbake_project/commands/explore.py
bitbake_project/commands/export.py
bitbake_project/commands/fragment.py
bitbake_project/commands/info.py
bitbake_project/commands/patches.py
bitbake_project/commands/projects.py
bitbake_project/commands/recipe.py
bitbake_project/commands/repos.py
bitbake_project/commands/search.py
bitbake_project/commands/setup.py
bitbake_project/commands/ssh_remote.py
bitbake_project/commands/update.py
bitbake_project/tui/__init__.py
bitbake_project/tui/base.py
bitbake_project/tui/demo_dialogs.py
bitbake_project/tui/demo_inline_prompt.py
bitbake_project/tui/dialogs.py
bitbake_project/tui/explore_dialogs.py
bitbake_project/tui/factory.py
bitbake_project/tui/fzf_backend.py
bitbake_project/tui/fzf_inline_prompt.py
bitbake_project/tui/inline_options.py
bitbake_project/tui/textual_backend.py
bitp.egg-info/PKG-INFO
bitp.egg-info/SOURCES.txt
bitp.egg-info/dependency_links.txt
bitp.egg-info/entry_points.txt
bitp.egg-info/requires.txt
bitp.egg-info/top_level.txt
scripts/build-standalone.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/data/bblayers/simple.conf
tests/data/bblayers/with_variables.conf
tests/integration/__init__.py
tests/integration/test_cli_dispatch.py
tests/integration/test_projects_command.py
tests/unit/__init__.py
tests/unit/test_bblayers_parser.py
tests/unit/test_cli_parser.py
tests/unit/test_colors.py
tests/unit/test_explore.py
tests/unit/test_fzf_bindings.py
tests/unit/test_fzf_menu.py
tests/unit/test_gitrepo.py
tests/unit/test_helpers.py
tests/unit/test_info.py
tests/unit/test_ssh_remote.py
tests/unit/test_state.py
tests/unit/test_update.py