TirsvadCLI.MenuPaginator
0.2.2.9
dotnet add package TirsvadCLI.MenuPaginator --version 0.2.2.9
NuGet\Install-Package TirsvadCLI.MenuPaginator -Version 0.2.2.9
<PackageReference Include="TirsvadCLI.MenuPaginator" Version="0.2.2.9" />
<PackageVersion Include="TirsvadCLI.MenuPaginator" Version="0.2.2.9" />
<PackageReference Include="TirsvadCLI.MenuPaginator" />
paket add TirsvadCLI.MenuPaginator --version 0.2.2.9
#r "nuget: TirsvadCLI.MenuPaginator, 0.2.2.9"
#addin nuget:?package=TirsvadCLI.MenuPaginator&version=0.2.2.9
#tool nuget:?package=TirsvadCLI.MenuPaginator&version=0.2.2.9
<div align="center"> <a href="https://github.com/TirsvadCLI/Dotnet.Tool.MenuPaginator"> <img src="./logo/logo.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">Menu paginator</h3> <p>Menu paginator tool for C# console applications.</p>
<a href="https://github.com/TirsvadCLI/Dotnet.Tool.MenuPaginator/blob/master/images/Screenshot1.png">
<img src="./images/Screenshot1.png" alt="The game" height="120">
</a>
<a href="https://github.com/TirsvadCLI/Dotnet.Tool.MenuPaginator/blob/master/images/Screenshot2.png">
<img src="./images/Screenshot2.png" alt="The game" height="120">
</a>
<a href="https://github.com/TirsvadCLI/Dotnet.Tool.MenuPaginator/blob/master/images/Screenshot3.png">
<img src="./images/Screenshot3.png" alt="The game" height="120">
</a>
<br />
<p><a href="https://github.com/TirsvadCLI/Dotnet.Tool.MenuPaginator"><strong>Explore the docs</strong></a></p>
<a href="https://github.com/TirsvadCLI/Dotnet.Tool.MenuPaginator/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
·
<a href="https://github.com/TirsvadCLI/Dotnet.Tool.MenuPaginator/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
</div>
Menu paginator
Pagination tool for menu selection in C# console applications.
Table of Contents
About The Project
This tool is designed to help with creating a menu selection in a console application. The tool will take a list of items and display them in a paginated format. The user can then navigate through the pages and select an item.
Getting Started
Nuget package: https://www.nuget.org/packages/TirsvadCLI.MenuPaginator/
Installation
dotnet add package TirsvadCLI.MenuPaginator
Example
In the example you can see how to use the Menu Paginator class.
Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Translation
We need help for translate to other languages. If you want to help, please create a new issue with the translation. We will add it to the project.
Resources.resx contains the msg that can be translated. The key tex is the English.
If can create a new file called Resources.<language>.resx, where <language> is the language code. For example, for Danish, the file should be called Resources.da.resx. The file should contain the same keys as the original file, but with the translated text.
License
Distributed under the GPL-3.0 License.
Contact
Jens Tirsvad Nielsen - LinkedIn
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.