{"id":35885729,"url":"https://github.com/bymehul/ghk","last_synced_at":"2026-02-03T12:39:44.270Z","repository":{"id":332416834,"uuid":"1130545663","full_name":"bymehul/ghk","owner":"bymehul","description":"GitHub helper — push code with ease.","archived":false,"fork":false,"pushed_at":"2026-01-13T18:58:10.000Z","size":58,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T20:40:55.186Z","etag":null,"topics":["beginner-friendly","cli","command-line","developer-tools","git","github","rust"],"latest_commit_sha":null,"homepage":"https://bymehul.github.io/ghk","language":"Rust","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/bymehul.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2026-01-08T16:54:17.000Z","updated_at":"2026-01-13T18:57:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bymehul/ghk","commit_stats":null,"previous_names":["bymehul/ghk"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bymehul/ghk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bymehul%2Fghk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bymehul%2Fghk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bymehul%2Fghk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bymehul%2Fghk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bymehul","download_url":"https://codeload.github.com/bymehul/ghk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bymehul%2Fghk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"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":["beginner-friendly","cli","command-line","developer-tools","git","github","rust"],"created_at":"2026-01-08T20:13:53.661Z","updated_at":"2026-02-03T12:39:44.262Z","avatar_url":"https://github.com/bymehul.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghk\n\nSimple GitHub helper — push code without the complexity.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/bymehul/ghk/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/bymehul/ghk?style=flat-square\" alt=\"Release\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/bymehul/ghk/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/bymehul/ghk?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://bymehul.github.io/ghk\"\u003e\u003cstrong\u003e📖 Documentation\u003c/strong\u003e\u003c/a\u003e · \n  \u003ca href=\"https://github.com/bymehul/ghk/releases\"\u003e\u003cstrong\u003e⬇️ Download\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Install\n\n**No Rust required** — download and run!\n\n```bash\n# Linux/macOS (recommended)\ncurl -sSL https://raw.githubusercontent.com/bymehul/ghk/main/install.sh | bash\n\n# Debian/Ubuntu\nwget https://github.com/bymehul/ghk/releases/latest/download/ghk_1.0.0_amd64.deb\nsudo dpkg -i ghk_*.deb\n\n# Fedora/RHEL\nsudo rpm -i https://github.com/bymehul/ghk/releases/latest/download/ghk-1.0.0-1.x86_64.rpm\n\n# Windows (PowerShell)\nirm https://raw.githubusercontent.com/bymehul/ghk/main/install.ps1 | iex\n\n# From source (requires Rust)\ncargo install --git https://github.com/bymehul/ghk\n```\n\nSee [INSTALL.md](INSTALL.md) for detailed instructions.\n\n## Quick Start\n\n```bash\nghk setup      # Install git \u0026 gh if missing\nghk init       # Start tracking project\nghk create     # Create repo on GitHub\nghk push       # Save changes\n```\n\n## Commands\n\n| Command | Alias | Purpose | Runs... |\n|---------|-------|---------|---------|\n| `setup` | | Install requirements | (Checks requirements) |\n| `init` | | Start tracking folder | `git init` |\n| `login` / `logout` | | GitHub auth | `gh auth login` |\n| `create` | | Create repo on GitHub | `gh repo create` |\n| `push` | `save` | Save changes | `git add -A \u0026\u0026 git commit \u0026\u0026 git push` |\n| `pull` | `sync` | Download changes | `git pull` |\n| `clone \u003crepo\u003e` | `download` | Download repo | `gh repo clone` |\n| `status` | | Show status | `git status` |\n| `diff` | | Preview changes | `git diff` |\n| `history` | `log` | Show recent saves | `git log` |\n| `undo` | | Undo last commit | `git reset --soft HEAD~1` |\n| `open` | | Open in browser | `gh browse` |\n| `branch` | | List/switch branches | `git branch` |\n| `ignore` | | Add .gitignore | (Writes .gitignore) |\n| `license` | | Add license file | (Writes LICENSE) |\n| `config` | | View/edit settings | (Edits config) |\n| `user list/switch` | | Manage accounts | (Internal auth) |\n| `completions` | | Shell completions | (Generates script) |\n\n## Options\n\n| Flag | Effect |\n|------|--------|\n| `-q, --quiet` | Suppress output |\n| `--nocolor` | Disable colors |\n| `-h, --help` | Show help |\n| `-V, --version` | Show version |\n\n## Shell Completions\n\n```bash\n# Bash\nghk completions bash \u003e\u003e ~/.bashrc\n\n# Zsh  \nghk completions zsh \u003e ~/.zfunc/_ghk\n\n# Fish\nghk completions fish \u003e ~/.config/fish/completions/ghk.fish\n```\n\n## Philosophy\n\n- **No jargon** — \"save\" not \"commit\"\n- **One command, one thing**\n- **Always asks before destructive actions**\n- **Works everywhere** — Linux, macOS, Windows\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbymehul%2Fghk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbymehul%2Fghk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbymehul%2Fghk/lists"}