{"id":15067935,"url":"https://github.com/official-notfishvr/fish-console-lib","last_synced_at":"2026-01-03T01:35:07.470Z","repository":{"id":249361786,"uuid":"831312337","full_name":"official-notfishvr/Fish-Console-Lib","owner":"official-notfishvr","description":"This is a Console Lib for your Console app!","archived":false,"fork":false,"pushed_at":"2024-08-12T22:25:11.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T06:11:51.309Z","etag":null,"topics":["c-sharp","console","console-lib","csharp","lib"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/official-notfishvr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-20T07:32:25.000Z","updated_at":"2024-08-12T22:25:15.000Z","dependencies_parsed_at":"2024-07-20T08:42:48.782Z","dependency_job_id":"16c69445-2151-4b1c-8c2c-97912894ce18","html_url":"https://github.com/official-notfishvr/Fish-Console-Lib","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"cf298775e229238d55cb7aa536a000d798440d48"},"previous_names":["official-notfishvr/fish-console-lib"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/official-notfishvr%2FFish-Console-Lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/official-notfishvr%2FFish-Console-Lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/official-notfishvr%2FFish-Console-Lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/official-notfishvr%2FFish-Console-Lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/official-notfishvr","download_url":"https://codeload.github.com/official-notfishvr/Fish-Console-Lib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830953,"owners_count":20354854,"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":["c-sharp","console","console-lib","csharp","lib"],"created_at":"2024-09-25T01:29:27.093Z","updated_at":"2026-01-03T01:35:07.422Z","avatar_url":"https://github.com/official-notfishvr.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fish-Console-Lib\n\nFish-Console-Lib is a library designed to enhance your console applications by providing advanced logging functionalities, including color support.\n\n## Features\n\n- Simple integration with existing console applications\n- Support for colored output\n\n## Installation\n\nTo use Fish-Console-Lib, add the library to your project through DLL in your project references.\n\n## Usage\n\n### Without Color\n\nYou can use Fish-Console-Lib without color support as shown below:\n\n```csharp\nusing Console = ConsoleLib.Console;\n\nnamespace ConsoleApp\n{\n    public class Logger\n    {\n        public void Write(string message)\n        {\n            Console.Write(message);\n        }\n    }\n}\n```\n\n### With Color\n\nTo add color support to your console output, you can specify a color for the message:\n\n```csharp\nusing Console = ConsoleLib.Console;\nusing System.Drawing; \n\nnamespace ConsoleApp\n{\n    public class Logger\n    {\n        public void Write(string message)\n        {\n            Console.Write(message, Color.BlueViolet);\n        }\n    }\n}\n```\n\n## Acknowledgments\n\nSome code and inspiration were taken from various sources. Special thanks to them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficial-notfishvr%2Ffish-console-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofficial-notfishvr%2Ffish-console-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficial-notfishvr%2Ffish-console-lib/lists"}