nushell/crates/nu-command/src
Fernando Herrera 8d5848c955
bool type for binary operations (#5779)
* bool type for binary operations

* fixed type in commands
2022-06-14 20:31:14 -05:00
..
charting add quantile column (#5583) 2022-05-18 20:47:26 -05:00
conversions more verbose error handling (#5765) 2022-06-13 07:01:00 -05:00
core_commands SQLite History MVP with timestamp, duration, working directory, exit status metadata (#5721) 2022-06-14 22:53:33 +02:00
database Attempts to add // math operator (#5759) 2022-06-13 13:54:47 +03:00
dataframe filesize conversion (#5770) 2022-06-13 14:44:32 -05:00
date fix date format (#5619) 2022-05-23 09:59:34 -07:00
deprecated Remove dfr from dataframe commands (#5760) 2022-06-12 14:18:00 -05:00
env Add meta command for the config subcommands (#5616) 2022-05-23 05:31:57 +12:00
experimental Attempts to add a command that checks if nushell is running with admin priveleges (#5712) 2022-06-06 06:55:23 -05:00
filesystem Fix ls for Windows system files (#5703) 2022-06-03 12:37:27 -04:00
filters each while command (#5771) 2022-06-14 16:16:31 +02:00
formats Force floats to output a decimal in nuon (#5768) 2022-06-14 05:45:07 +12:00
generators implement seq char command to generate single character sequence (#5453) 2022-05-06 10:40:02 -05:00
hash Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12: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 path join support multi path (#5775) 2022-06-14 06:34:00 -05: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 bool type for binary operations (#5779) 2022-06-14 20:31:14 -05:00
system fix argument type (#5695) 2022-06-06 13:19:06 +03:00
viewers Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00
default_context.rs each while command (#5771) 2022-06-14 16:16:31 +02: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