{"id":44890687,"url":"https://github.com/haroldelopez/year-progress-plugin","last_synced_at":"2026-02-17T19:02:46.435Z","repository":{"id":338667555,"uuid":"865689503","full_name":"haroldelopez/year-progress-plugin","owner":"haroldelopez","description":"A colorful CLI tool and Oh My Zsh plugin that displays the current year's progress as an ASCII progress bar. Supports custom colors, multiple platforms, and easy installation.","archived":false,"fork":false,"pushed_at":"2026-02-16T00:40:02.000Z","size":15472,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-16T00:53:46.523Z","etag":null,"topics":["ascii-art","cli","go","oh-my-zsh","productivity","progress-bar","terminal","tool","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":"https://github.com/haroldelopez/year-progress-plugin","language":"Go","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/haroldelopez.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":"2024-10-01T00:40:16.000Z","updated_at":"2026-02-16T00:40:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/haroldelopez/year-progress-plugin","commit_stats":null,"previous_names":["haroldelopez/year-progress-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/haroldelopez/year-progress-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldelopez%2Fyear-progress-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldelopez%2Fyear-progress-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldelopez%2Fyear-progress-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldelopez%2Fyear-progress-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haroldelopez","download_url":"https://codeload.github.com/haroldelopez/year-progress-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldelopez%2Fyear-progress-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29554431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ascii-art","cli","go","oh-my-zsh","productivity","progress-bar","terminal","tool","zsh","zsh-plugin"],"created_at":"2026-02-17T19:02:45.759Z","updated_at":"2026-02-17T19:02:46.430Z","avatar_url":"https://github.com/haroldelopez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Year Progress Plugin\n\nA colorful command-line tool and Oh My Zsh plugin that displays the current year's progress as an ASCII progress bar.\n\n## Supported Platforms\n\n| OS | Architecture | Supported |\n|----|--------------|-----------|\n| Linux | amd64 (x86_64) | ✅ |\n| Linux | 386 (i386) | ✅ |\n| Linux | ARM | ✅ |\n| macOS | amd64 (Intel) | ✅ |\n| macOS | arm64 (Apple Silicon) | ✅ |\n| FreeBSD | amd64 | ✅ |\n| OpenBSD | amd64 | ✅ |\n\n## Features\n\n- 🎨 Random colored progress bar\n- ⚙️ Customizable colors via JSON config\n- 🖥️ Works as CLI or Oh My Zsh plugin\n- 📁 XDG_CONFIG_HOME support\n- 🔧 Multiple CLI flags available\n\n## Quick Install (One-Liner)\n\n### With Go (Recommended)\n```bash\ngo install github.com/haroldelopez/year-progress-plugin@latest\n```\n\n### With curl (Linux/macOS)\n```bash\ncurl -sSL https://raw.githubusercontent.com/haroldelopez/year-progress-plugin/master/install.sh | bash\n```\n\n## Installation\n\n### Package Managers\n\n#### Homebrew (macOS / Linux)\n\n```bash\n# Coming soon - formula not yet submitted\n# Once published:\nbrew install year-progress\n```\ngo install github.com/haroldelopez/year-progress-plugin@latest\n```\n\n#### Manual Download\n\nDownload the latest binary from the [releases](https://github.com/haroldelopez/year-progress-plugin/releases):\n\n```bash\n# Linux amd64\ncurl -L https://github.com/haroldelopez/year-progress-plugin/releases/latest/download/year-progress_linux_amd64 -o year-progress\nchmod +x year-progress\n./year-progress\n\n# Linux ARM\ncurl -L https://github.com/haroldelopez/year-progress-plugin/releases/latest/download/year_progress_linux_arm -o year-progress\n\n# macOS Intel\ncurl -L https://github.com/haroldelopez/year-progress-plugin/releases/latest/download/year_progress_mac_amd64 -o year-progress\n\n# macOS Apple Silicon\ncurl -L https://github.com/haroldelopez/year-progress-plugin/releases/latest/download/year_progress_mac_arm64 -o year-progress\n```\n\n### As Oh My Zsh Plugin\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e feat/one-liner-install\n\n### Package Managers\n\n#### Homebrew (macOS / Linux)\n\n```bash\n# Coming soon - formula not yet submitted\n# Once published:\nbrew install year-progress\n```\n\n#### Go Install\n\n```bash\ngo install github.com/haroldelopez/year-progress-plugin@latest\n```\n\n#### Manual Download\n\nDownload the latest binary from the [releases](https://github.com/haroldelopez/year-progress-plugin/releases):\n\n```bash\n# Linux amd64\ncurl -L https://github.com/haroldelopez/year-progress-plugin/releases/latest/download/year-progress_linux_amd64 -o year-progress\nchmod +x year-progress\n./year-progress\n\n# Linux ARM\ncurl -L https://github.com/haroldelopez/year-progress-plugin/releases/latest/download/year_progress_linux_arm -o year-progress\n\n# macOS Intel\ncurl -L https://github.com/haroldelopez/year-progress-plugin/releases/latest/download/year_progress_mac_amd64 -o year-progress\n\n# macOS Apple Silicon\ncurl -L https://github.com/haroldelopez/year-progress-plugin/releases/latest/download/year_progress_mac_arm64 -o year-progress\n```\n\n### As Oh My Zsh Plugin\n\n1. Clone this repository into your Oh My Zsh custom plugins directory:\n\n   ```bash\n   # Using HTTPS (recommended)\n   git clone https://github.com/haroldelopez/year-progress-plugin.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/year-progress\n   \n   # Or using SSH\n   git clone git@github.com:haroldelopez/year-progress-plugin.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/year-progress\n   ```\n\n2. Verify the structure (should have `year_progress.plugin.zsh` and `bin/` folder):\n   ```bash\n   ls ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/year-progress\n   ```\n\n3. Add the plugin to your Oh My Zsh plugins list in `~/.zshrc`:\n\n   ```bash\n   plugins=(... year-progress)\n   ```\n\n3. Reload your shell configuration:\n\n   ```bash\n   source ~/.zshrc\n   ```\n\n## Usage\n\n### CLI\n\n```bash\n# Show year progress\n./year-progress\n\n# Show version\n./year-progress --version\n./year-progress -v\n\n# Force color output (useful in scripts)\n./year-progress --force-color\n\n# Custom config file\n./year-progress --config /path/to/colors.json\n```\n\n### Oh My Zsh Plugin\n\nOnce installed, the Year Progress bar will automatically appear each time you open a new terminal window.\n\nTo manually display the Year Progress bar at any time:\n\n```bash\nyear_progress\n```\n\n## Configuration\n\n### Custom Colors\n\nYou can customize the colors by creating a JSON configuration file:\n\n1. Create `.year_progress_colors.json` in your home directory or use XDG_CONFIG_HOME:\n\n   ```bash\n   # Option 1: Home directory\n   nano ~/.year_progress_colors.json\n\n   # Option 2: XDG_CONFIG_HOME\n   mkdir -p ~/.config/year-progress\n   nano ~/.config/year-progress/.year_progress_colors.json\n   ```\n\n2. Add your custom colors:\n\n   ```json\n   {\n     \"Red\": \"\\u001b[31m\",\n     \"Green\": \"\\u001b[32m\",\n     \"Blue\": \"\\u001b[34m\",\n     \"Yellow\": \"\\u001b[33m\",\n     \"Cyan\": \"\\u001b[36m\",\n     \"Magenta\": \"\\u001b[35m\",\n     \"Reset\": \"\\u001b[0m\"\n   }\n   ```\n\n### Supported Color Codes\n\n- Standard ANSI: `\\033[30m` - `\\033[37m` (colors 0-7)\n- Bright colors: `\\033[90m` - `\\033[97m`\n- 256-color mode: `\\033[38;5;Nm` (N = 0-255)\n- RGB: `\\033[38;2;R;G;Bm`\n\n## CLI Options\n\n| Flag | Description |\n|------|-------------|\n| `-v`, `--version` | Show version information |\n| `--percentage` | Output only the percentage number (useful for scripts) |\n| `--json` | Output in JSON format |\n| `--config \u003cpath\u003e` | Path to custom color config file |\n| `--force-color` | Force color output (useful in scripts) |\n\n## Building from Source\n\nRequires Go 1.21+:\n\n```bash\ngit clone git@github.com:haroldelopez/year-progress-plugin.git\ncd year-progress-plugin\ngo build -ldflags \"-X main.Version=1.0.0\" -o year-progress .\n```\n\n## Running Tests\n\n```bash\ngo test -v ./...\n```\n\n## Troubleshooting\n\n### Permission Denied\n\nIf you encounter a \"permission denied\" error:\n\n```bash\nchmod +x ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/year-progress/year_progress.plugin.zsh\n```\n\n### Colors Not Showing\n\nUse the `--force-color` flag to force color output:\n\n```bash\n./year-progress --force-color\n```\n\n## Updating\n\n### CLI\n\nDownload the latest release from the [releases page](https://github.com/haroldelopez/year-progress-plugin/releases).\n\n### Plugin\n\n```bash\ncd ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/year-progress\ngit pull\nsource ~/.zshrc\n```\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharoldelopez%2Fyear-progress-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharoldelopez%2Fyear-progress-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharoldelopez%2Fyear-progress-plugin/lists"}