Commit Graph

  • fe5096dceb Fixes color system detection bug Patrik Svensson 2021-04-07 00:28:55 +02:00
  • 39b59c8d4a Cleanup AnsiSequences.cs Christian Wischenbart 2021-04-05 22:56:50 +02:00
  • 8cf7794852 Adding unit tests for settings constructor Phil Scott 2021-04-05 14:00:00 -04:00
  • 4edc647fdd Falls back to null for settings constructor Phil Scott 2021-04-05 12:12:34 -04:00
  • be45a0ff4e Fix AnsiConsoleBackend.Clear Christian Wischenbart 2021-04-04 21:58:11 +02:00
  • 256fcdd27f Remove redundant Style constructor. Christian Wischenbart 2021-04-05 23:04:11 +02:00
  • dafbfe63ba Update link to docs site Patrik Svensson 2021-04-05 17:54:32 +02:00
  • a2ab522516 Add CNAME Patrik Svensson 2021-04-05 17:45:29 +02:00
  • 8778ab1739 Set new host for docs Patrik Svensson 2021-04-05 17:41:18 +02:00
  • 693e1fa170 Update links, references and copyright Patrik Svensson 2021-04-05 16:59:09 +02:00
  • 4b37a4708f Update documentation Patrik Svensson 2021-04-05 16:48:02 +02:00
  • a690ce4955 Marks nullable bools as flags too Phil Scott 2021-04-05 10:01:34 -04:00
  • 759b16aed9 Fix OS version detection Andreia Gaita 2021-04-04 13:56:02 +02:00
  • 254880e93a Replaces emoji regex with ReadOnlySpan implementation Phil Scott 2021-04-02 21:48:30 -04:00
  • 6f16081f42 Add support for indeterminate progress Patrik Svensson 2021-04-02 18:41:25 +02:00
  • 6121203fee Rename tree to root so the example compiles. MB 2021-04-02 23:18:45 +02:00
  • 9204671b27 Uses Environment.TickCount for seed instead of DateTime.Now Phil Scott 2021-04-02 12:20:18 -04:00
  • c765bbd0dd Uses OSVersion instead of RegEx to detect Windows Build info Phil Scott 2021-04-02 12:06:06 -04:00
  • 6bceac8a5e enable disposing ITypeResolver Thomas Freudenberg 2021-03-29 17:44:21 +02:00
  • 1ed7e65fcb Make VT-100 sequences easier to understand Patrik Svensson 2021-03-28 17:04:03 +02:00
  • 20650f1e7e Change IAnsiConsole to render IRenderable Patrik Svensson 2021-03-24 23:09:24 +01:00
  • 2ba6da3514
    Respect encoding of TextWriter provided to AnsiConsole.Create(...) Alexey Golub 2021-03-25 22:19:49 +02:00
  • 8830779875 Add params to ProgressExtensions.Columns(...) Alexey Golub 2021-03-23 22:34:17 +02:00
  • 9c46c21e27 Fix argument order Patrik Svensson 2021-03-24 23:15:09 +01:00
  • c643ec735d Fix documentation for ProgressContext.AddTask Reilly Wood 2021-03-22 21:40:24 -07:00
  • b17eabaa1f Adds helper overloads for Markup calls without args Phil Scott 2021-03-21 22:26:02 -04:00
  • 7f6f2437b1 Add support for exclusive mode Patrik Svensson 2021-03-13 22:45:31 +01:00
  • c2bab0ebf8 Allow custom instructions for prompts Patrik Svensson 2021-03-14 23:35:08 +01:00
  • 9502aaf2b9 Allow markup in selection prompts Patrik Svensson 2021-03-14 23:09:17 +01:00
  • 57a8e6ccc1 Support Home, End, PgUp, and PgDown in prompts Patrik Svensson 2021-03-14 22:49:15 +01:00
  • 8c099a0038 Add Elmah.io as sponsor Patrik Svensson 2021-03-14 23:47:23 +01:00
  • 08b65cfa47 Fix Windows ANSI support detection with redirected stderr Bastian Eicher 2021-03-14 10:55:31 +01:00
  • 2540f48622 Hide examples of hidden commands Christopher-Marcel Esser 2021-03-13 14:37:33 +01:00
  • e4dda283bb Adds overloads for MarkUp methods without args 0.38.0 Phil Scott 2021-03-06 09:57:31 -05:00
  • da9c6ee4c2 Add IProgress<double> to ProgressTask.cs Phil Scott 2021-03-06 10:35:29 -05:00
  • 855127f32a Changes progress task IsFinished to account for stopped tasks Phil Scott 2021-03-03 22:06:11 -05:00
  • fa731070d8 update the docs To improve discoveratbility of the new option stf 2021-03-04 10:17:58 +01:00
  • ef08c5bf2b Improve the unit test around HideCompleted stf 2021-03-04 09:38:58 +01:00
  • 1c769c6610 Add Progress.HideCompleted stf 2021-03-03 21:58:38 +01:00
  • 1cd335e785
    Serilog example for logging Phil Scott 2021-03-04 02:39:53 -05:00
  • 29e6e34f83 Support setting the static console Patrik Svensson 2021-02-28 23:11:35 +01:00
  • bff3438a5a using loop instead of linq Phil Scott 2021-02-27 00:05:40 -05:00
  • c64884854f Make it possible to set Value directly Oskar Klintrot 2021-02-25 11:19:28 +01:00
  • 3a42c0a119 Adds DotSettings and tweaks editoconfigs for tests Phil Scott 2021-02-20 22:40:37 -05:00
  • 525b414ff8
    Make alignment of TaskDescriptionColumn configurable Thomas Freudenberg 2021-02-16 23:33:47 +01:00
  • ed0fb29be4 Make default answer for confirmation prompt configurable Thomas Freudenberg 2021-02-15 11:08:47 +01:00
  • 04d0e663d5 Extends maximum size of remaining and elapsed time displayed, plus a failsafe Phil Scott 2021-02-14 15:27:05 -05:00
  • 17ee8990f4 Update example image Patrik Svensson 2021-02-15 13:01:30 +01:00
  • a1050fc676 Handle output to stderr Bastian Eicher 2021-02-12 10:57:37 +01:00
  • 9312663bde
    Adds text and Progress bar spinner column for tasks yet to be started Phil Scott 2021-02-14 12:03:57 -05:00
  • 102e2dc38d Allow formatting breakdown charts with lambda expr Patrik Svensson 2021-02-13 17:02:05 +01:00
  • 28e9c14de4 Register the console lazily in CLI type registrar Patrik Svensson 2021-02-12 00:02:59 +01:00
  • fd217ffc83 Update sponsor text Patrik Svensson 2021-02-11 23:22:43 +01:00
  • 95ec04df40 Add sponsor information Patrik Svensson 2021-02-11 23:20:11 +01:00
  • 705cf745ea Add formatting support for breakdown chart values Patrik Svensson 2021-02-01 21:53:49 +01:00
  • b64e016e8c Add breakdown chart support Patrik Svensson 2021-01-31 22:46:15 +01:00
  • 58400fe74e Fix code generation Patrik Svensson 2021-01-29 20:57:36 +01:00
  • e20f6284f9 Clean up profile enrichment Patrik Svensson 2021-01-29 17:03:04 +01:00
  • 953008b5e3
    Implemented buffer/stream constructors for CanvasImage (#246) David Butler 2021-01-27 17:12:22 +00:00
  • ad49b6aa67
    GH-242: Fix version retrieval for single file applications (#245) Milosz Krajewski 2021-01-25 23:45:38 +00:00
  • 31a5e17a45 Remove InteractivityDetector Patrik Svensson 2021-01-19 18:05:25 +01:00
  • f06dc7e7d8 GitHub actions should use default width (for now) Patrik Svensson 2021-01-19 18:05:16 +01:00
  • a23bec4082 Add profile support Patrik Svensson 2021-01-16 17:23:58 +01:00
  • 913a7b1e37 Add support for default choice in selection prompt Patrik Svensson 2021-01-15 16:32:32 +01:00
  • 63bae278a9
    Add support for selection prompt highlighting Nick 2021-01-15 14:23:09 +00:00
  • 1a747696a8
    Add Persian README Eslami Sepehr 2021-01-15 11:38:37 +03:30
  • 994540d97f
    Add cycle detection to tree rendering Matt Constable 2021-01-14 17:37:22 +00:00
  • dee3c01629 mask default value when prompt is a secret Thomas Freudenberg 2021-01-13 21:12:44 +01:00
  • a3e11b24e5 (GH-226) Switch ParameterValidationAttribute check to IsNullOrWhiteSpace * fixes #226 Mattias Karlsson 2021-01-13 19:22:19 +01:00
  • 35568ab823 Updated Commands with with new Execute() method signature Jay Turpin 2021-01-13 10:28:33 -07:00
  • 07db28bb6f Add enhancements to progress widget Patrik Svensson 2021-01-12 12:39:27 +01:00
  • d87d8e4422 Update exceptions.md ριтєя мαяχ 2021-01-10 19:35:55 +00:00
  • a977fdadff Fix tree node collection type 0.37.0 Patrik Svensson 2021-01-10 16:51:41 +01:00
  • 8261b25e5c Fix tree rendering Patrik Svensson 2021-01-09 18:34:07 +01:00
  • 0e0f4b4220 Add interactive prompts for selecting values Patrik Svensson 2021-01-08 06:38:07 +01:00
  • 3a593857c8 Add progress and status result overloads Patrik Svensson 2021-01-06 09:46:11 +01:00
  • 11e192e750 Update Canvas tests Patrik Svensson 2021-01-06 09:45:50 +01:00
  • 8901450283
    Allow returning a result from Progress.StartAsync/Status.StartAsync Thomas Freudenberg 2021-01-06 08:08:38 +01:00
  • 0796bad598 Add contributing guidelines Patrik Svensson 2021-01-05 14:34:46 +01:00
  • 5b553a4106
    Added canvas unit tests & fix canvas scaling bug Matt Constable 2021-01-05 13:00:04 +00:00
  • 1bb0b9ccc6 Fix expectation structure Patrik Svensson 2021-01-04 18:21:00 +01:00
  • 9ad5f2daeb
    Fix console detection for Cygwin/WSL-Shell on Windows Matt Constable 2021-01-04 17:24:56 +00:00
  • 1f211d3e1f Add convenience methods for tree nodes Patrik Svensson 2021-01-02 15:54:54 +01:00
  • 87e6b42409 Add tree example Patrik Svensson 2021-01-02 12:00:18 +01:00
  • 1aa958ced3 Add support for multiple tree roots Patrik Svensson 2021-01-02 11:25:17 +01:00
  • 4bfb24bfcb Streamline tree API a bit Patrik Svensson 2021-01-02 10:47:29 +01:00
  • b136d0299b
    Add tree widget Matt Constable 2021-01-02 09:01:16 +00:00
  • 179e243214 Clean up table rendering a bit Patrik Svensson 2021-01-02 09:05:49 +01:00
  • c6210f75ca Prevent endless loop in tokenization Patrik Svensson 2021-01-01 22:54:44 +01:00
  • b81739567b Fix argument order in help Patrik Svensson 2021-01-01 13:31:54 +01:00
  • 5cf41725a5 Do not split remaining args on space Patrik Svensson 2020-12-31 12:16:08 +01:00
  • f561d71e4e Remove unused Segment.TruncateWithEllipsis method Matthew Constable 2020-12-31 10:01:15 +00:00
  • e71db7f78c fix some nullability issues Simon Cropp 2020-12-24 11:43:39 +11:00
  • 79742ce9e3 Parse quoted strings correctly Patrik Svensson 2020-12-30 18:29:20 +01:00
  • 241423dd16 Do not truncate command table Patrik Svensson 2020-12-30 10:36:58 +01:00
  • 4e2251fd62 Add migration guide for Spectre.Cli 0.36.0 Patrik Svensson 2020-12-28 17:57:31 +01:00
  • 0ae419326d Add Spectre.Cli to Spectre.Console Patrik Svensson 2020-12-23 10:41:29 +01:00
  • 0bbf9b81a9
    Adds optional function to get the display string for TextPrompt choices Thomas Freudenberg 2020-12-26 18:17:46 +01:00
  • 041aea2ae5 spelling Simon Cropp 2020-12-24 17:11:30 +11:00
  • f417e297cd update test refs Simon Cropp 2020-12-24 11:38:34 +11:00