nushell/crates/nu-data/src
Darren Schroeder fb1846120d
standardize on how to get file size (#2992)
* standardize on how to get file size

* forgot to remove comment

* make specified size lowercase

* fix the test due to precision

* added another test

* Update README.md

add contributors graphic

* clippy - test adjustment

* tweaked matching
2021-02-03 07:19:38 -06:00
..
base standardize on how to get file size (#2992) 2021-02-03 07:19:38 -06:00
config Slim down configuration readings and nu_cli clean up. (#2559) 2020-09-16 18:22:58 -05:00
utils Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
base.rs Move filesize to use bigint (#2984) 2021-01-30 11:35:18 +13:00
command.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
config.rs Move filesize to use bigint (#2984) 2021-01-30 11:35:18 +13:00
dict.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00
keybinding.rs move keybinding_path to nu-data (#2927) 2021-01-14 06:31:47 +13:00
lib.rs move keybinding_path to nu-data (#2927) 2021-01-14 06:31:47 +13:00
primitive.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
types.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
value.rs Move filesize to use bigint (#2984) 2021-01-30 11:35:18 +13:00