nushell/crates/nu-command/src
2022-08-20 21:04:30 -05:00
..
bits add bits ror and bits rol commands (#6224) 2022-08-05 15:40:01 +02:00
bytes Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
charting add quantile column (#5583) 2022-05-18 20:47:26 -05:00
conversions Add decimals to int when using into string --decimals (#6085) 2022-08-12 21:13:50 -05:00
core_commands Add export-env command (#6355) 2022-08-18 23:24:39 +03:00
database Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
dataframe lazy dataframe reader (#6321) 2022-08-14 13:06:31 +01:00
date make date format supports locale (#6306) 2022-08-14 08:07:04 -05:00
deprecated Delete most deprecated commands (#6260) 2022-08-08 07:46:59 -07:00
env Add export-env command (#6355) 2022-08-18 23:24:39 +03:00
experimental allow view-source to view aliases (#6135) 2022-07-26 08:06:16 -05:00
filesystem add -n for path expand, so it doesn't follow symlink (#6255) 2022-08-10 08:43:56 -05:00
filters Fix #6330 (#6332) 2022-08-18 10:53:46 -05:00
formats fix the way lists are rendered in markdown (#6369) 2022-08-20 21:04:30 -05:00
generators implement seq char command to generate single character sequence (#5453) 2022-05-06 10:40:02 -05:00
hash feat: add --binary(-b) option to hash commands (#5885) 2022-06-26 06:50:56 -05:00
math Add support for optional list stream output formatting (#6325) 2022-08-18 05:44:53 -05:00
misc make history.txt and history.sqlite3 tables have same command column (#5980) 2022-07-07 07:59:00 -05:00
network fix typo of port command (#6120) 2022-07-25 07:07:26 -05:00
path add -n for path expand, so it doesn't follow symlink (#6255) 2022-08-10 08:43:56 -05:00
platform Return error when kill didn't terminate successfully (#6354) 2022-08-18 11:58:51 -05:00
random update some dependencies (#6009) 2022-07-11 11:18:06 -05:00
shells Refactor shell listing related code (#6262) 2022-08-08 06:31:24 -05:00
strings add a split words command (#6363) 2022-08-20 05:55:54 +12:00
system Add support for optional list stream output formatting (#6325) 2022-08-18 05:44:53 -05:00
viewers create clickable links in ls output if configured (#6333) 2022-08-18 05:45:49 -05:00
default_context.rs add a split words command (#6363) 2022-08-20 05:55:54 +12:00
example_test.rs Add export-env command (#6355) 2022-08-18 23:24:39 +03:00
lib.rs Add bits not command (#6143) 2022-07-30 11:25:44 +02:00
sort_utils.rs Make sort logic available outside sort-by (#5893) 2022-06-27 13:36:59 -04:00