nushell/crates/nu-command/src
Per Bothner a06299c77a
Improve <table> output of 'to html', (#5699)
* Fix <table> output of 'to html',

Specifically, add <thead> and <tbody> elements.
That allows for better styling and (future) some neat JavaScript.

* Update tests for previous <table> changes.
2022-06-02 17:34:31 -05:00
..
charting add quantile column (#5583) 2022-05-18 20:47:26 -05:00
conversions Make $nothing | into string == "" (#5490) 2022-05-11 12:26:43 +03:00
core_commands Add search terms to error make (#5657) 2022-05-27 06:04:33 -05:00
database feat: Add sensitive flag to get, fix #4295 (#5685) 2022-06-01 08:34:42 -05:00
dataframe Lazy dataframes (#5687) 2022-05-31 07:29:55 +01:00
date fix date format (#5619) 2022-05-23 09:59:34 -07:00
deprecated add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
env Add meta command for the config subcommands (#5616) 2022-05-23 05:31:57 +12:00
experimental Overlays (#5375) 2022-05-08 07:39:22 +12:00
filesystem Fix doc building for vuepress-next, avoid using angle brackets (#5696) 2022-06-02 17:38:42 +08:00
filters feat: Add sensitive flag to get, fix #4295 (#5685) 2022-06-01 08:34:42 -05:00
formats Improve <table> output of 'to html', (#5699) 2022-06-02 17:34:31 -05:00
generators implement seq char command to generate single character sequence (#5453) 2022-05-06 10:40:02 -05:00
hash base64 command more friendly (#5680) 2022-05-30 09:30:16 +02:00
math Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
network Add '-o'/--output flag to fetch to download to file (#5673) 2022-05-29 18:32:30 +02:00
path Fix wrong path help message (#5698) 2022-06-02 23:00:29 +03:00
platform make ls works better with glob (#5691) 2022-05-30 19:13:27 -05:00
random feat: add search terms to random & typo fix (#5652) 2022-05-26 13:09:22 -07:00
shells feat: Add search terms to find, where, exit, which and fetch, update #5093 (#5671) 2022-05-28 13:25:11 +02:00
strings feat: Add sensitive flag to get, fix #4295 (#5685) 2022-06-01 08:34:42 -05:00
system make ls works better with glob (#5691) 2022-05-30 19:13:27 -05:00
viewers feat: Add sensitive flag to get, fix #4295 (#5685) 2022-06-01 08:34:42 -05:00
default_context.rs Add 'overlay new' command (#5647) 2022-05-26 17:47:04 +03:00
example_test.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
lib.rs Implement histogram command (#5518) 2022-05-13 06:48:47 -05:00