{"id":44266402,"url":"https://github.com/mhbxyz/scripts","last_synced_at":"2026-02-17T10:41:14.204Z","repository":{"id":287875890,"uuid":"966043881","full_name":"mhbxyz/scripts","owner":"mhbxyz","description":"A collection of shell and Python scripts to automate common tasks.","archived":false,"fork":false,"pushed_at":"2026-02-13T10:14:46.000Z","size":201,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T20:49:43.670Z","etag":null,"topics":["python","scripts","shell"],"latest_commit_sha":null,"homepage":"https://mhbxyz.github.io/scripts/","language":"Shell","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/mhbxyz.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-14T10:10:22.000Z","updated_at":"2026-02-13T10:14:49.000Z","dependencies_parsed_at":"2025-05-28T15:42:47.767Z","dependency_job_id":"b96358ce-4cdd-49e6-a979-5789457d8fd3","html_url":"https://github.com/mhbxyz/scripts","commit_stats":null,"previous_names":["mhbxyz/useful-shell-scripts","mhbxyz/useful-scripts","mhbxyz/scripts"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mhbxyz/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbxyz%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbxyz%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbxyz%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbxyz%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhbxyz","download_url":"https://codeload.github.com/mhbxyz/scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbxyz%2Fscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29540287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["python","scripts","shell"],"created_at":"2026-02-10T18:23:30.376Z","updated_at":"2026-02-17T10:41:14.197Z","avatar_url":"https://github.com/mhbxyz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/animated-banner.apng\" alt=\"scripts:/$\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License: MIT\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Shell-POSIX-green\" alt=\"Shell\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-≥3.11-3776AB\" alt=\"Python\" /\u003e\n  \u003ca href=\"https://github.com/mhbxyz/scripts/actions/workflows/tests.yml\"\u003e\u003cimg src=\"https://github.com/mhbxyz/scripts/actions/workflows/tests.yml/badge.svg\" alt=\"Tests\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cem\u003eA collection of shell and Python scripts to automate common tasks.\u003c/em\u003e\u003c/p\u003e\n\n## Install\n\n```sh\ncurl -fsSL https://mhbxyz.github.io/scripts/install.sh | sh\n```\n\n```sh\nsh -s -- --all                    # Install all scripts\nsh -s -- --only \"gpgkeys sshkeys\" # Install specific scripts\nsh -s -- update                   # Update installed scripts\nsh -s -- uninstall                # Uninstall all scripts\n```\n\nSee [docs/installation.md](docs/installation.md) for more details.\n\n## Shell Scripts\n\n| Script | Description |\n|--------|-------------|\n| `gpgkeys` | Generate and manage GPG keys |\n| `sshkeys` | Generate and manage SSH keys |\n| `homebackup` | Backup home directory to external drive |\n| `sortdownloads` | Sort Downloads folder into organized subdirectories |\n| `mygit` | Simplified git config management (requires `git`) |\n| `dotfiles` | Manage dotfiles with symlinks |\n| `mkproject` | Scaffold new projects from templates |\n| `cleanup` | Free disk space by cleaning caches and temp files |\n\n## Binary Scripts\n\nPre-compiled from Python, downloaded automatically from GitHub Releases.\n\n| Script | Description |\n|--------|-------------|\n| `imgstotxt` | OCR images to text file |\n| `pdftoimgs` | Convert PDF to images |\n| `keepalive` | Simulate activity to prevent idle status |\n\n## Development\n\nRequires [uv](https://docs.astral.sh/uv/) and [just](https://just.systems/).\n\n```sh\njust sync       # Install dependencies\njust test        # Run BATS tests\njust lint        # Lint Python with ruff\njust fmt         # Format Python with ruff\njust build-all   # Build all binaries with PyInstaller\n```\n\nSee [docs/development.md](docs/development.md) for the full guide.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhbxyz%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhbxyz%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhbxyz%2Fscripts/lists"}