{"id":23872789,"url":"https://github.com/caphosra/consoleflow","last_synced_at":"2025-02-22T19:42:58.481Z","repository":{"id":52377777,"uuid":"229653228","full_name":"caphosra/ConsoleFlow","owner":"caphosra","description":"This is a C#(dotnet) library for making your design of CUI tool better.","archived":false,"fork":false,"pushed_at":"2022-07-01T20:03:15.000Z","size":147,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-02T04:50:39.922Z","etag":null,"topics":["cli","cli-library","console","console-library","csharp","csharp-cli","csharp-cui","csharp-cui-library","csharp-library","cui","cui-library","dotnet","dotnet-cui","dotnet-library"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/caphosra.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":"2019-12-23T01:12:35.000Z","updated_at":"2023-09-01T14:20:58.000Z","dependencies_parsed_at":"2022-08-22T12:01:01.439Z","dependency_job_id":null,"html_url":"https://github.com/caphosra/ConsoleFlow","commit_stats":null,"previous_names":["capra314cabra/terminal-flow","capra314cabra/consoleflow"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FConsoleFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FConsoleFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FConsoleFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FConsoleFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caphosra","download_url":"https://codeload.github.com/caphosra/ConsoleFlow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232360711,"owners_count":18511295,"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":["cli","cli-library","console","console-library","csharp","csharp-cli","csharp-cui","csharp-cui-library","csharp-library","cui","cui-library","dotnet","dotnet-cui","dotnet-library"],"created_at":"2025-01-03T16:21:17.935Z","updated_at":"2025-01-03T16:21:19.082Z","avatar_url":"https://github.com/caphosra.png","language":"C#","readme":"# Console Flow - UI for C# Console\n\n[![Badge](https://github.com/capra314cabra/ConsoleFlow/workflows/CI/badge.svg)](https://github.com/capra314cabra/ConsoleFlow/actions)\n[![Nuget](https://img.shields.io/nuget/v/ConsoleFlow)](https://www.nuget.org/packages/ConsoleFlow/)\n[![Downloads](https://img.shields.io/nuget/dt/ConsoleFlow)](https://www.nuget.org/packages/ConsoleFlow/)\n[![License](https://img.shields.io/github/license/capra314cabra/ConsoleFlow)](https://github.com/capra314cabra/ConsoleFlow/blob/master/LICENSE)\n\n![Icon](https://media.githubusercontent.com/media/capra314cabra/ConsoleFlow/master/img/icon-256.png)\n\nThis is a C#(dotnet) library for making your design of CUI tool better.\n\n## Demo\n\n### Progress bar example\n\n![ProgressDemo](https://media.githubusercontent.com/media/capra314cabra/ConsoleFlow/master/img/ConsoleProgressExample.gif)\n\n``` C#\n// using System;\n// using System.Threading.Tasks;\n// using ConsoleFlow;\n\n//\n// Create ProgressBar components.\n//\nvar firstProgress = new ConsoleProgress(title: \"ConsoleProgress\", length: 50);\n\nvar secondProgress = new SimpleProgress(title: \"SimpleProgress\", length: 50);\n\n//\n// Attach them to ConsoleFlow.\n//\nvar flow = new ConsoleFlow\n(\n    firstProgress,\n    secondProgress\n);\n\n//\n// Print contents to the terminal.\n//\nflow.Display();\n\n//\n// Change the value of ProgressBar.\n// And you will see the components are changed corresponding to the value.\n//\n// Example:\n//\n// firstProgress.Value = 0.5f; // 50%\n//\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaphosra%2Fconsoleflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaphosra%2Fconsoleflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaphosra%2Fconsoleflow/lists"}