LICENSE.md
MANIFEST.in
README.md
pyproject.toml
bashhub/__init__.py
bashhub/bashhub.py
bashhub/bashhub_globals.py
bashhub/bashhub_setup.py
bashhub/bh.py
bashhub/i_search.py
bashhub/interactive_search.py
bashhub/rest_client.py
bashhub/shell_utils.py
bashhub/version.py
bashhub.egg-info/PKG-INFO
bashhub.egg-info/SOURCES.txt
bashhub.egg-info/dependency_links.txt
bashhub.egg-info/entry_points.txt
bashhub.egg-info/requires.txt
bashhub.egg-info/top_level.txt
bashhub/model/__init__.py
bashhub/model/command.py
bashhub/model/command_form.py
bashhub/model/min_command.py
bashhub/model/serializable.py
bashhub/model/status_view.py
bashhub/model/system.py
bashhub/shell/bashhub.fish
bashhub/shell/bashhub.sh
bashhub/shell/bashhub.zsh
bashhub/shell/deps/bash-preexec.sh
bashhub/shell/deps/lib-bashhub.sh
bashhub/view/__init__.py
bashhub/view/status.py
tests/test_bashhub.py
tests/test_bashhub_globals.py
tests/test_bashhub_setup.py
tests/test_command.py
tests/test_command_form.py
tests/test_interactive_search.py
tests/test_shell_utils.py