mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-01 01:25:27 +08:00 
			
		
		
		
	Please upvote 👍 if you are interested in it (#1491)
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/ISSUE_TEMPLATE/bug_report.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/ISSUE_TEMPLATE/bug_report.md
									
									
									
									
										vendored
									
									
								
							| @@ -26,3 +26,6 @@ If applicable, add screenshots to help explain your problem. | |||||||
|  |  | ||||||
| **Additional context** | **Additional context** | ||||||
| Add any other context about the problem here. | Add any other context about the problem here. | ||||||
|  |  | ||||||
|  | --- | ||||||
|  | Please upvote :+1: this issue if you are interested in it. | ||||||
							
								
								
									
										3
									
								
								.github/ISSUE_TEMPLATE/feature_request.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/ISSUE_TEMPLATE/feature_request.md
									
									
									
									
										vendored
									
									
								
							| @@ -18,3 +18,6 @@ A clear and concise description of any alternative solutions or features you've | |||||||
|  |  | ||||||
| **Additional context** | **Additional context** | ||||||
| Add any other context or screenshots about the feature request here. | Add any other context or screenshots about the feature request here. | ||||||
|  |  | ||||||
|  | --- | ||||||
|  | Please upvote :+1: this issue if you are interested in it. | ||||||
							
								
								
									
										3
									
								
								.github/pull_request_template.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/pull_request_template.md
									
									
									
									
										vendored
									
									
								
							| @@ -17,3 +17,6 @@ fixes # | |||||||
| ## Changes | ## Changes | ||||||
|  |  | ||||||
| <!-- describe the changes you made. --> | <!-- describe the changes you made. --> | ||||||
|  |  | ||||||
|  | --- | ||||||
|  | Please upvote :+1: this pull request if you are interested in it. | ||||||
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								README.md
									
									
									
									
									
								
							| @@ -3,8 +3,7 @@ | |||||||
| _[](https://www.nuget.org/packages/spectre.console)_ _[](https://www.nuget.org/packages/spectre.console.cli)_ [](https://app.netlify.com/sites/spectreconsole/deploys) | _[](https://www.nuget.org/packages/spectre.console)_ _[](https://www.nuget.org/packages/spectre.console.cli)_ [](https://app.netlify.com/sites/spectreconsole/deploys) | ||||||
|  |  | ||||||
| A .NET library that makes it easier to create beautiful, cross platform, console applications.   | A .NET library that makes it easier to create beautiful, cross platform, console applications.   | ||||||
| It is heavily inspired by the excellent [Rich library](https://github.com/willmcgugan/rich)  | It is heavily inspired by the excellent Python library, [Rich](https://github.com/willmcgugan/rich). Detailed instructions for using `Spectre.Console` are located on the project website, https://spectreconsole.net | ||||||
| for Python. For detailed usage instructions, [please refer to the documentation at https://spectreconsole.net/.](https://spectreconsole.net/) |  | ||||||
|  |  | ||||||
| ## Table of Contents | ## Table of Contents | ||||||
|  |  | ||||||
| @@ -19,18 +18,22 @@ for Python. For detailed usage instructions, [please refer to the documentation | |||||||
|  |  | ||||||
| ## Features | ## Features | ||||||
|  |  | ||||||
| * Written with unit testing in mind. | * Supports tables, grids, panels, and a [Rich](https://github.com/willmcgugan/rich) inspired markup language. | ||||||
| * Supports tables, grids, panels, and a [rich](https://github.com/willmcgugan/rich) inspired markup language. |  | ||||||
| * Supports the most common SRG parameters when it comes to text  | * Supports the most common SRG parameters when it comes to text  | ||||||
|   styling such as bold, dim, italic, underline, strikethrough,  |   styling such as bold, dim, italic, underline, strikethrough,  | ||||||
|   and blinking text. |   and blinking text. | ||||||
| * Supports 3/4/8/24-bit colors in the terminal.   | * Supports 3/4/8/24-bit colors in the terminal.   | ||||||
|   The library will detect the capabilities of the current terminal  |   The library will detect the capabilities of the current terminal  | ||||||
|   and downgrade colors as needed. |   and downgrade colors as needed. | ||||||
|  | * Written with unit testing in mind. | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | ## Important Notices | ||||||
|  |  | ||||||
|  | > [!IMPORTANT]\ | ||||||
|  | > We use the [Top Issues Dashboard](https://github.com/spectreconsole/spectre.console/issues/1517) for tracking community demand. Please upvote :+1: the issues and pull requests you are interested in. | ||||||
|  |  | ||||||
| ## Installing | ## Installing | ||||||
|  |  | ||||||
| The fastest way of getting started using `Spectre.Console` is to install the NuGet package. | The fastest way of getting started using `Spectre.Console` is to install the NuGet package. | ||||||
| @@ -42,7 +45,7 @@ dotnet add package Spectre.Console | |||||||
| ## Documentation | ## Documentation | ||||||
|  |  | ||||||
| The documentation for `Spectre.Console` can be found at | The documentation for `Spectre.Console` can be found at | ||||||
| https://spectreconsole.net/ | https://spectreconsole.net | ||||||
|  |  | ||||||
| ## Examples | ## Examples | ||||||
|  |  | ||||||
| @@ -69,7 +72,7 @@ And to run an example: | |||||||
| ## Sponsors | ## Sponsors | ||||||
|  |  | ||||||
| The following people are [sponsoring](https://github.com/sponsors/patriksvensson) | The following people are [sponsoring](https://github.com/sponsors/patriksvensson) | ||||||
| Spectre.Console to show their support and to ensure the longevity of the project. | `Spectre.Console` to show their support and to ensure the longevity of the project. | ||||||
|  |  | ||||||
| * [Rodney Littles II](https://github.com/RLittlesII) | * [Rodney Littles II](https://github.com/RLittlesII) | ||||||
| * [Martin Björkström](https://github.com/bjorkstromm) | * [Martin Björkström](https://github.com/bjorkstromm) | ||||||
| @@ -99,6 +102,6 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org) | |||||||
|  |  | ||||||
| Copyright © Patrik Svensson, Phil Scott, Nils Andresen | Copyright © Patrik Svensson, Phil Scott, Nils Andresen | ||||||
|  |  | ||||||
| Spectre.Console is provided as-is under the MIT license. For more information see LICENSE. | `Spectre.Console` is provided as-is under the MIT license. For more information see LICENSE. | ||||||
|  |  | ||||||
| * SixLabors.ImageSharp, a library which Spectre.Console relies upon, is licensed under Apache 2.0 when distributed as part of Spectre.Console. The Six Labors Split License covers all other usage, see: https://github.com/SixLabors/ImageSharp/blob/master/LICENSE  | * SixLabors.ImageSharp, a library which `Spectre.Console` relies upon, is licensed under Apache 2.0 when distributed as part of `Spectre.Console`. The Six Labors Split License covers all other usage, see: https://github.com/SixLabors/ImageSharp/blob/master/LICENSE  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Frank Ray
					Frank Ray