Commit Graph

  • 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 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 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
  • 5045b8b959 remove pdb AllowedOutputExtensionsInPackageBuildOutputFolder Simon Cropp 2020-12-24 11:31:25 +11:00
  • 7dccb310f3 Add support for bar charts Patrik Svensson 2020-12-22 22:26:17 +01:00
  • 1cf30f62fc Add autocomplete for text prompt Patrik Svensson 2020-12-21 03:21:02 +01:00
  • e280b82679 Fix dividing with infinity bug Patrik Svensson 2020-12-17 00:31:19 +01:00
  • 6932c95731 Fix bug when splitting text containing CJK chars Patrik Svensson 2020-12-16 23:30:03 +01:00
  • ee305702e8 Update issue templates Patrik Svensson 2020-12-14 10:36:05 +01:00
  • 63abcc92ba Set max value for progress task properly Patrik Svensson 2020-12-12 16:58:39 +01:00
  • acf01e056f Clean up status related code a bit Patrik Svensson 2020-12-09 08:23:44 +01:00
  • 501db5d287 Add status support Patrik Svensson 2020-12-08 00:43:24 +01:00
  • cbed41e637 Add support for different spinners Patrik Svensson 2020-12-05 10:52:51 +01:00
  • 3c504155bc Fix progress rendering bug Patrik Svensson 2020-12-04 10:11:12 +01:00
  • ae32785f21 Add progress task list support Patrik Svensson 2020-11-27 08:12:29 +01:00
  • c61e386440 Add Chinese README chenxuuu 2020-11-30 12:56:25 +08:00
  • b7cd7dd53e Fix grammar in Canvas Image docs Patrik Svensson 2020-11-25 13:52:17 +01:00
  • 3e1251b86a Fix heading size Patrik Svensson 2020-11-25 13:41:11 +01:00
  • 01fdbac51e Fix typo in package description Patrik Svensson 2020-11-25 12:16:26 +01:00
  • b0b988a1e7 Add Canvas and CanvasImage docs Patrik Svensson 2020-11-25 12:15:25 +01:00
  • 2a9fa223de Add canvas and image support Patrik Svensson 2020-11-24 21:24:21 +01:00
  • 4f6eca4fcb Fix rendering of exceptions with generic params Patrik Svensson 2020-11-24 22:03:31 +01:00
  • a5125d640c Add initial FIGlet docs Patrik Svensson 2020-11-22 03:21:10 +01:00
  • a59e0dcb21 Add FIGlet text support Patrik Svensson 2020-11-20 00:15:13 +01:00
  • bde61cc6ff Verify: Use custom test directory Simon Cropp 2020-11-21 09:27:35 +11:00
  • 5c33b87a9c Add Verify for testing Simon Cropp 2020-11-21 02:22:23 +11:00
  • aaf77c3b25 Fix prompt example docs Patrik Svensson 2020-11-19 14:46:43 +01:00
  • d70ad661fc Add docs for text prompts Patrik Svensson 2020-11-19 14:25:24 +01:00
  • 0d209d8f18 Add text prompt support Patrik Svensson 2020-10-30 14:58:17 +01:00
  • 380c6aca45 Add net5.0 target framework Patrik Svensson 2020-11-11 10:55:47 +01:00
  • b1da5e7ba8 Add support for markup text in panel header Patrik Svensson 2020-11-07 03:17:31 +01:00
  • be3350a411 Bump dotnet-example to 1.0.0 Patrik Svensson 2020-11-03 18:14:41 +01:00
  • a1d11e9d0c Add support for moving the cursor Patrik Svensson 2020-10-28 10:51:25 +01:00
  • 93d1971f48 Update rule example and docs Patrik Svensson 2020-10-27 17:30:50 +01:00
  • bca1c889d1 Add Padding extension Martin Andersen 2020-10-26 20:41:49 +01:00
  • 9915a0d6a8 Update Documentation for escape Takahito Yamatoya 2020-10-27 11:24:01 +09:00
  • f34fc43d00 Update documentation for aligning tables Takahito Yamatoya 2020-10-27 10:53:30 +09:00
  • e7f497050c Add row and column accessors for tables and grids Patrik Svensson 2020-10-26 11:51:35 +01:00
  • 3e5e22d6c2 Update documentation Martin Andersen 2020-10-26 14:58:55 +01:00
  • 10daf727e9 Fix outdated documentation Patrik Svensson 2020-10-26 12:13:21 +01:00
  • 03334f693d Add support for table footers Patrik Svensson 2020-10-24 17:15:19 +02:00
  • c9c0ad733f Fix rendering bug when splitting lines Patrik Svensson 2020-10-24 01:45:41 +02:00
  • 041bd016a2 Remove verbs from extension methods Patrik Svensson 2020-10-22 00:32:07 +02:00
  • 037a215a78 Add documentation for rule Takahito Yamatoya 2020-10-22 15:53:20 +09:00
  • 9afc1ea721 Add support for aligning tables Patrik Svensson 2020-10-21 17:59:55 +02:00
  • b52056ee49 Update documentation for calendar Takahito Yamatoya 2020-10-21 04:55:29 +09:00
  • 3941fd81ab Move table and calendar docs Patrik Svensson 2020-10-20 01:45:01 +02:00
  • 5a1b8a1710 Add rule widget Patrik Svensson 2020-10-20 01:07:58 +02:00
  • 1410cba6c5 Add Markdown.Escape method Patrik Svensson 2020-10-19 20:48:23 +02:00
  • 70fc14e9cd Add new ctors for Rows and Columns widgets Patrik Svensson 2020-10-19 20:34:46 +02:00
  • 0b4359a52a Add installation instructions Takahito Yamatoya 2020-10-19 23:50:54 +09:00
  • cb2924a609 Add table heading and footnote support Patrik Svensson 2020-10-19 00:41:40 +02:00
  • 5c119ee0c3 Add documentation for calendar Takahito Yamatoya 2020-10-19 22:44:16 +09:00
  • b9d182b6e3 Add README.jp.md Takahito Yamatoya 2020-10-19 22:42:33 +09:00
  • bfffef630f Do not draw tables that can't be drawn Patrik Svensson 2020-10-18 07:27:37 +02:00
  • a2f507e58f update sample output Takahito Yamatoya 2020-10-18 11:48:42 +09:00
  • d1d06d6a6b fix incorrect command Takahito Yamatoya 2020-10-18 11:47:38 +09:00
  • 52718c499c Fix minor typo in example Patrik Svensson 2020-10-17 13:22:01 +02:00