{"id":25436669,"url":"https://github.com/mikehlee/mash","last_synced_at":"2026-04-29T15:38:33.293Z","repository":{"id":277429838,"uuid":"932407518","full_name":"MikeHLee/mash","owner":"MikeHLee","description":"Master Shell: Generate Photos, Run LLM Queries, Send Messages, and Execute Jobs from the Terminal","archived":false,"fork":false,"pushed_at":"2025-02-13T21:35:35.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T22:33:00.678Z","etag":null,"topics":["ai","bash","cli","llms","messaging"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeHLee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-13T21:32:39.000Z","updated_at":"2025-02-13T21:35:38.000Z","dependencies_parsed_at":"2025-02-13T22:33:02.904Z","dependency_job_id":"b6825e0f-d6d0-4c1c-a77c-82de86f39403","html_url":"https://github.com/MikeHLee/mash","commit_stats":null,"previous_names":["mikehlee/mash"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeHLee%2Fmash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeHLee%2Fmash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeHLee%2Fmash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeHLee%2Fmash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeHLee","download_url":"https://codeload.github.com/MikeHLee/mash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264766,"owners_count":22041794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","bash","cli","llms","messaging"],"created_at":"2025-02-17T08:21:34.187Z","updated_at":"2026-04-29T15:38:33.224Z","avatar_url":"https://github.com/MikeHLee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MASH (Master Shell)\n\nA unified command-line interface for interacting with various Language Model providers.\n\n## Installation\n\n```bash\npip install mash\n```\n\n## Configuration\n\nBefore using MASH, you need to set up your API keys and configurations:\n\n1. Create a `models/secrets.py` file with your API keys:\n```python\nOPENAI_API_KEY = \"your-openai-key\"\nANTHROPIC_API_KEY = \"your-anthropic-key\"\n```\n\n2. Configurations for each model are stored in their respective config files under `models/\u003cprovider\u003e/configs.py`\n\n## Usage\n\n```bash\n# Using GPT-4 (default)\nmash ask \"What is the meaning of life?\"\n\n# Using a specific model\nmash ask \"What is the meaning of life?\" --model=claude\nmash ask \"What is the meaning of life?\" --model=ollama\n\n# Get help\nmash --help\n```\n\n## Supported Models\n\n- OpenAI GPT-4 (default)\n- Anthropic Claude\n- Local Ollama models\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikehlee%2Fmash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikehlee%2Fmash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikehlee%2Fmash/lists"}