summaryrefslogtreecommitdiff
path: root/crates/nu-command/src/platform
AgeCommit message (Expand)Author
2022-05-30make ls works better with glob (#5691)WindSoilder
2022-05-27Add search terms for `all?`, `any?`, `length`, and `keybindings` (#5665)Evan Platzer
2022-04-19Move config to be an env var (#5230)JT
2022-04-19update miette and switch to GenericErrors (#5222)Kat Marchán
2022-04-16add hex color parsing to ansi (#5209)Darren Schroeder
2022-04-13allow default color shortcut names (#5177)Darren Schroeder
2022-04-09Fix known externals, fix operator spans (#5140)JT
2022-04-09Track call arguments in a single list (#5125)Hristo Filaretov
2022-04-08Fix command descriptions+examples (#5129)Reilly Wood
2022-04-05Trim newline from `input` results (#5097)Reilly Wood
2022-04-05Add search terms to many commands (#5096)Reilly Wood
2022-03-31feat: add --suppress-output (-s) to input command (#5017)msp
2022-03-27Nu ansi term update (#4988)Darren Schroeder
2022-03-18add a display of what the colors look like in `ansi --list` (#4866)Darren Schroeder
2022-03-13Nu glob (#4818)JT
2022-03-04fix typo, update some examples and regenerate docs (#4718)Justin Ma
2022-02-24Try again with math-like externals (#4629)JT
2022-02-19a few more ansi escape sequences (#4553)Darren Schroeder
2022-02-17Move to a standard kebab/snake style (#4509)JT
2022-02-12Fixed printing of builtin kill command #4392 (#4447)Robert O'Shea
2022-02-09Fix docs for kill command in engine-q (#4393)Genna Wingert
2022-02-05Rename some files (#952)Darren Schroeder
2022-02-04Sort keystuff (#945)Darren Schroeder
2022-02-04default keybindings command (#943)Fernando Herrera
2022-02-04list keybinding options (#906)Fernando Herrera
2022-02-03`du` command (#916)Darren Schroeder
2022-01-23capture keyboard event (#832)Darren Schroeder
2022-01-21add `term size` command (#792)Darren Schroeder
2022-01-16Add simple stdin input command (#754)JT
2022-01-14Clippy fixes for Rust 1.58 (#733)JT
2021-12-27add ability to specify an ansi style (#595)Darren Schroeder
2021-12-19Remove Span::unknown (#525)JT
2021-12-18Port 'ansi strip' command from nushell to engine-q (#511)Matthew Auld
2021-12-18Porting 'ansi gradient' command from nushell to engine-q (#509)Matthew Auld
2021-12-16added a 'list' option to the ansi command (#504)Matthew Auld
2021-12-16Porting 'ansi' command from nushell to engine-q (#494)Matthew Auld
2021-12-05Improved labeled error from plugins (#437)Fernando Herrera
2021-12-04removed unwraps (#430)Fernando Herrera
2021-11-30Port over the kill command from nushell (#381)Andrew
2021-11-29Port over the sleep command from nushell (#371)Andrew
2021-11-28Port over the clear command from nushell (#373)Andrew