{"id":13407810,"url":"https://github.com/alexcoder04/arrowprint","last_synced_at":"2025-04-03T20:15:42.635Z","repository":{"id":57704443,"uuid":"497844234","full_name":"alexcoder04/arrowprint","owner":"alexcoder04","description":"Go library for Arch-Linux-like CLI output","archived":false,"fork":false,"pushed_at":"2022-10-28T10:39:50.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-31T20:28:22.506Z","etag":null,"topics":["arch","arch-linux","cli","cli-tools","color","formatting","go","go-library","golang","library","output"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexcoder04.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}},"created_at":"2022-05-30T07:57:27.000Z","updated_at":"2023-02-07T15:42:19.000Z","dependencies_parsed_at":"2023-01-20T14:00:35.900Z","dependency_job_id":null,"html_url":"https://github.com/alexcoder04/arrowprint","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Farrowprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Farrowprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Farrowprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Farrowprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcoder04","download_url":"https://codeload.github.com/alexcoder04/arrowprint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247070927,"owners_count":20878586,"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":["arch","arch-linux","cli","cli-tools","color","formatting","go","go-library","golang","library","output"],"created_at":"2024-07-30T20:00:48.796Z","updated_at":"2025-04-03T20:15:42.596Z","avatar_url":"https://github.com/alexcoder04.png","language":"Go","readme":"\n# arrowprint\n\nUse Arch-Linux-like output in your Go programs!\n\n## Features\n\n - Different levels and colors of messages\n - `printf`-like formatting support\n - Windows support through [mattn/go-colorable](https://github.com/mattn/go-colorable).\n\n## Example\n\n\u003cimg style=\"width: 100%;\" src=\"./screenshots/example01.png\" alt=\"example screenshot\"\u003e\n\n```go\narrowprint.InfoC(\"Starting program...\")\nstep1 := \"system\"\narrowprint.Suc0(\"Initializing %s\", step1)\narrowprint.Suc1(\"checking %s\", step1)\narrowprint.Warn1(\"%s are not defined, this may lead to errors\", \"some variables\")\narrowprint.InfoC(\"Running...\")\narrowprint.Err0(\"An error occured, shutting down\")\n```\n\n## Available functions\n\n```go\n// colon print, bold\n// ` :: message`\nfunc InfoC(msg string, args ...any) { }\nfunc SucC(msg string, args ...any) { }\nfunc WarnC(msg string, args ...any) { }\nfunc ErrC(msg string, args ...any) { }\n\n// level 0 print\n// ` =\u003e message`\nfunc Info0(msg string, args ...any) { }\nfunc Suc0(msg string, args ...any) { }\nfunc Warn0(msg string, args ...any) { }\nfunc Err0(msg string, args ...any) { }\n\n// level 1 print\n// `   -\u003e message`\nfunc Info1(msg string, args ...any) { }\nfunc Suc1(msg string, args ...any) { }\nfunc Warn1(msg string, args ...any) { }\nfunc Err1(msg string, args ...any) { }\n```\n","funding_links":[],"categories":["Development"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcoder04%2Farrowprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcoder04%2Farrowprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcoder04%2Farrowprint/lists"}