{"id":22971478,"url":"https://github.com/ankddev/conemu-progressbar-go","last_synced_at":"2025-06-19T14:39:50.652Z","repository":{"id":266700013,"uuid":"899089871","full_name":"ankddev/conemu-progressbar-go","owner":"ankddev","description":"Simple Go library for using ConEmu ProgressBar sequences (`OSC 9;4`)","archived":false,"fork":false,"pushed_at":"2024-12-13T13:46:57.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T06:17:18.064Z","etag":null,"topics":["conemu","go","golang","golang-library","osc","progress-bar","progressbar"],"latest_commit_sha":null,"homepage":"","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/ankddev.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":"2024-12-05T15:49:34.000Z","updated_at":"2024-12-13T13:47:01.000Z","dependencies_parsed_at":"2025-04-02T06:27:25.903Z","dependency_job_id":null,"html_url":"https://github.com/ankddev/conemu-progressbar-go","commit_stats":null,"previous_names":["ankddev/conemu-progressbar-go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ankddev/conemu-progressbar-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fconemu-progressbar-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fconemu-progressbar-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fconemu-progressbar-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fconemu-progressbar-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankddev","download_url":"https://codeload.github.com/ankddev/conemu-progressbar-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fconemu-progressbar-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260769861,"owners_count":23060192,"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":["conemu","go","golang","golang-library","osc","progress-bar","progressbar"],"created_at":"2024-12-14T22:17:49.484Z","updated_at":"2025-06-19T14:39:45.629Z","avatar_url":"https://github.com/ankddev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003econemu-progressbar for Go\u003c/h1\u003e\n\u003ch6 align=\"center\"\u003eSimple Go library for using ConEmu ProgressBar sequences (\u003ccode\u003eOSC 9;4\u003c/code\u003e)\u003c/h6\u003e\n\n# Installing\nRun this:\n```bash\n$ go get github.com/ankddev/conemu-progressbar-go\n```\nThen, import in your code:\n```go\nimport \"github.com/ankddev/conemu-progressbar-go\"\n```\nAnd enjoy!\n# [Documentation](https://pkg.go.dev/github.com/ankddev/conemu-progressbar-go#section-documentation)\nFunctions:\n* `ClearProgress` clears progress via sending sequence with 0 state\n```go\nClearProgress()\n```\n* `SetIndeterminateProgress` sets indeterminate progress state\n```go\nSetIndeterminateProgress()\n```\n* `SetProgress` sets progress with default state\n```go\nerr := SetProgress(80)\nif err != nil {\n    fmt.Println(err.Error())\n}\n```\nReturns error if `progress` \u003c `0` or \u003e `100`\n* `SetErrorProgress` sets progress with error state\n```go\nerr := SetErrorProgress(50)\nif err != nil {\n    fmt.Println(err.Error())\n}\n```\nReturns error if `progress` \u003c `0` or \u003e `100`\n* `SetWarningProgress` sets progress with warning state\n```go\nerr := SetWarningProgress(0)\nif err != nil {\n    fmt.Println(err.Error())\n}\n```\nReturns error if `progress` \u003c `0` or \u003e `100`\n# Contributing\n* Fork repository\n* Clone your fork\n* Create changes\n* Run tests with\n```bash\n$ go test\n```\n* Commit and push changes\n* Create pull request\n# See Also\n\n- [codewars-api-rs](https://github.com/ankddev/codewars-api-rs) - Rust library for Codewars API\n- [envfetch](https://github.com/ankddev/envfetch) - Lightweight crossplatform CLI tool for working with environment variables\n- [terminal-go](https://github.com/ankddev/terminal-go) - Go library for working with ANSI/VT terminal sequences\n- [zapret-discord-youtube](https://github.com/ankddev/zapret-discord-youtube) - Zapret build for Windows for fixing Discord and YouTube in Russia or othher services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankddev%2Fconemu-progressbar-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankddev%2Fconemu-progressbar-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankddev%2Fconemu-progressbar-go/lists"}