LICENSE
MANIFEST.in
README.md
pyproject.toml
hashcli/__init__.py
hashcli/command_proxy.py
hashcli/config.py
hashcli/history.py
hashcli/llm_handler.py
hashcli/main.py
hashcli/tldr.py
hashcli/ui.py
hashcli.egg-info/PKG-INFO
hashcli.egg-info/SOURCES.txt
hashcli.egg-info/dependency_links.txt
hashcli.egg-info/entry_points.txt
hashcli.egg-info/requires.txt
hashcli.egg-info/top_level.txt
hashcli/commands/__init__.py
hashcli/commands/help.py
hashcli/providers/__init__.py
hashcli/providers/anthropic_provider.py
hashcli/providers/base.py
hashcli/providers/google_provider.py
hashcli/providers/openai_provider.py
hashcli/shell/README.md
hashcli/shell/setup_shell_integration.sh
hashcli/shell/test_installation.sh
hashcli/shell/bash/hash.bash
hashcli/shell/bash/hash_completion.bash
hashcli/shell/bash/install.sh
hashcli/shell/bash/test.sh
hashcli/shell/fish/completions.fish
hashcli/shell/fish/hash.fish
hashcli/shell/fish/install.sh
hashcli/shell/fish/test.sh
hashcli/shell/powershell/completions.ps1
hashcli/shell/powershell/hash.ps1
hashcli/shell/powershell/install.ps1
hashcli/shell/powershell/uninstall.ps1
hashcli/shell/zsh/_hash
hashcli/shell/zsh/hash.zsh
hashcli/shell/zsh/install.sh
hashcli/shell/zsh/test.sh
hashcli/tools/__init__.py
hashcli/tools/base.py
hashcli/tools/code_analysis.py
hashcli/tools/filesystem.py
hashcli/tools/shell.py
hashcli/tools/web_search.py
tests/test_command_proxy.py
tests/test_config.py
tests/test_google_provider.py
tests/test_history.py
tests/test_integration.py
tests/test_main.py
tests/test_openai_provider.py