{"id":24438598,"url":"https://github.com/haquenafeem/rio","last_synced_at":"2026-05-22T14:39:30.314Z","repository":{"id":57566305,"uuid":"339142812","full_name":"haquenafeem/rio","owner":"haquenafeem","description":"Rio is a colorful logging library","archived":false,"fork":false,"pushed_at":"2021-03-25T21:22:47.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T19:16:46.309Z","etag":null,"topics":["color","golang","logging"],"latest_commit_sha":null,"homepage":"https://github.com/haquenafeem/rio","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/haquenafeem.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":"2021-02-15T16:46:54.000Z","updated_at":"2023-12-22T05:51:45.000Z","dependencies_parsed_at":"2022-08-27T19:01:43.239Z","dependency_job_id":null,"html_url":"https://github.com/haquenafeem/rio","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/haquenafeem%2Frio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haquenafeem%2Frio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haquenafeem%2Frio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haquenafeem%2Frio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haquenafeem","download_url":"https://codeload.github.com/haquenafeem/rio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500801,"owners_count":20300774,"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":["color","golang","logging"],"created_at":"2025-01-20T19:16:56.604Z","updated_at":"2025-12-29T14:20:23.544Z","avatar_url":"https://github.com/haquenafeem.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rio\nRio, is a beautiful console logging package named after my pet bird.\nYou can use this package to colorfully log texts, or any data types in the console.\nUsing color to print things, will make your developing experience easier and clearer.\n\n# Install or go get\n\n```\ngo get github.com/haquenafeem/rio\n```\n\n# Example\n### Code (cmd/main.go) : \n\n```golang\n\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/haquenafeem/rio\"\n)\n\nfunc main() {\n\tfmt.Println(\"Rio is beautiful.....Check her swag\")\n\tfmt.Printf(\"%v %v %v %v %v %v %v %v\",\n\t\trio.Ignore(\"Ignore\"),\n\t\trio.Error(\"Error\"),\n\t\trio.Success(\"Success\"),\n\t\trio.Warn(\"Warn\"),\n\t\trio.Log(\"Log\"),\n\t\trio.Info(\"Info\"),\n\t\trio.Question(\"Question\"),\n\t\trio.Quote(`\"Quote\"`))\n\tfmt.Println()\n\tfmt.Println()\n\tfmt.Println(\"I'm sad because they\", rio.Ignore(\"ignored\"), \"me.\")\n\tfmt.Println(\"This could be an\", rio.Error(\"error.\"))\n\tfmt.Println(\"We\", rio.Success(\"successfully\"), \"did it.\")\n\tfmt.Println(\"This\", rio.Warn(\"warning\"), \"should not be avoided.\")\n\tfmt.Println(\"Let me\", rio.Log(\"log\"), \"it to the console.\")\n\tfmt.Println(\"Here is an information:\", rio.Info(\"Rio is my pet parrot.\"))\n\tfmt.Println(\"Hey!\", rio.Question(\"How you doin?.\"))\n\tfmt.Println(rio.Quote(`\"Love the life you live, live the life you love\"`), \"- Bob Marley.\")\n\n\tfmt.Println()\n}\n\n\n```\n\n### Output (console/terminal) :\n![plot](./assets/console_log.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaquenafeem%2Frio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaquenafeem%2Frio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaquenafeem%2Frio/lists"}