{"id":27278963,"url":"https://github.com/jehrhardt/tools","last_synced_at":"2025-04-11T17:46:21.194Z","repository":{"id":287278019,"uuid":"964098683","full_name":"jehrhardt/tools","owner":"jehrhardt","description":"Miscellaneous Python tools to automate everyday tasks","archived":false,"fork":false,"pushed_at":"2025-04-11T06:55:17.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T08:44:00.375Z","etag":null,"topics":["llm","python","uv","vibe-coding"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jehrhardt.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,"zenodo":null}},"created_at":"2025-04-10T17:27:36.000Z","updated_at":"2025-04-11T06:55:20.000Z","dependencies_parsed_at":"2025-04-11T08:44:25.079Z","dependency_job_id":null,"html_url":"https://github.com/jehrhardt/tools","commit_stats":null,"previous_names":["jehrhardt/vibes","jehrhardt/tools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehrhardt%2Ftools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehrhardt%2Ftools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehrhardt%2Ftools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jehrhardt%2Ftools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jehrhardt","download_url":"https://codeload.github.com/jehrhardt/tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248453423,"owners_count":21106256,"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":["llm","python","uv","vibe-coding"],"created_at":"2025-04-11T17:46:20.673Z","updated_at":"2025-04-11T17:46:21.184Z","avatar_url":"https://github.com/jehrhardt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tools\n\nMiscellaneous Python tools to automate everyday tasks.\n\nInspired by this quote from [Simon Willison](https://simonwillison.net):\n\n\u003e \"*This* is why I care so much about the productivity boost I get from LLMs so much: it’s not about getting work done faster, it’s about being able to ship projects that I wouldn’t have been able to justify spending time on at all.\"\n\n### Why Python is the right tool for the job?\n\n* Python is a nice scripting language that is easy to learn and read.\n* Due to its popularity, LLMs are good at writing Python code.\n* It is also a powerful language with a huge ecosystem of libraries for all kinds of tasks.\n* Lastly, [uv](https://github.com/astral-sh/uv) has made Python a breeze to work with.\n\n## Setup\n\nThis project uses [uv](https://github.com/astral-sh/uv) for managing Python dependencies and running scripts.\n\n### Prerequisites\n\nInstall [uv](https://github.com/astral-sh/uv) by running:\n\n```bash\n# macOS\nbrew install uv\n\n# Arch Linux\nsudo pacman -S uv\n```\n\n## Available Scripts\n\n### Help System\n\nThe help system provides information about available modules and commands.\n\n```bash\n# Show general help information\nuv run help.py\n\n# Show help for a specific module\nuv run help.py gh_work\n```\n\n### GitHub Work Helper\n\nA utility for GitHub-related work tasks, such as starting work on issues.\n\n```bash\n# Start work on a GitHub issue\nuv run gh_work.py start \u003cissue_id\u003e\n```\n\nThis command will:\n1. Verify the issue exists in your GitHub repository\n2. Create a new branch named `\u003cissue_id\u003e-\u003csanitized-issue-title\u003e`\n3. Switch to the newly created branch\n\n## Environment Variables\n\n- `GITHUB_TOKEN` - GitHub access token (optional, used for GitHub API access)\n\n## Project Structure\n\n- `gh_work.py` - GitHub workflow utilities\n- `help.py` - Help system for displaying information about modules\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjehrhardt%2Ftools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjehrhardt%2Ftools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjehrhardt%2Ftools/lists"}