nushell/src
Ryan Blecher f37f29b441 Add uniq command (#1132)
* start playing with ways to use the uniq command

* WIP

* Got uniq working, but still need to figure out args issue and add tests

* Add some tests for uniq

* fmt

* remove commented out code

* Add documentation and some additional tests showing uniq values and rows. Also removed args TODO

* add changes that didn't get committed

* whoops, I didn't save the docs correctly...

* fmt

* Add a test for uniq with nested json

* Add another test

* Fix unique-ness when json keys are out of order and make the test json more complicated
2019-12-31 17:05:02 +13:00
..
commands Add uniq command (#1132) 2019-12-31 17:05:02 +13:00
data Fix an assortment of issues 2019-12-24 14:26:47 +13:00
env Extract core stuff into own crates 2019-12-02 10:54:12 -08:00
evaluate Fix an assortment of issues 2019-12-24 14:26:47 +13:00
format Move the remainder of the plugins to crates 2019-12-10 07:39:51 +13:00
plugins Inc refactoring, Value helper test method extractions, and more integration helpers. (#1135) 2019-12-29 00:17:24 -05:00
shell Remove the coloring_in_tokens feature flag 2019-12-12 11:34:43 -08:00
cli.rs Add uniq command (#1132) 2019-12-31 17:05:02 +13:00
commands.rs Add uniq command (#1132) 2019-12-31 17:05:02 +13:00
context.rs Merge branch 'master' into fetch_post 2019-12-07 16:53:50 +13:00
data.rs Extract ps and sys subcrates. Move helper methods to UntaggedValue 2019-12-05 08:52:31 +13:00
deserializer.rs Add Range and start Signature support 2019-12-11 16:41:07 -08:00
env.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
format.rs Extract core stuff into own crates 2019-12-02 10:54:12 -08:00
git.rs chore: omit the entire git.rs file when starship is used 2019-10-09 08:42:46 +01:00
lib.rs Nu plugins now depend on nu-plugin crate. 2019-12-27 08:52:15 -05:00
main.rs Modernize external parse and improve trace 2019-11-01 08:45:45 -07:00
prelude.rs Remove old ValueExt 2019-12-10 07:52:01 +13:00
shell.rs run rustfmt 2019-09-11 10:36:50 -04:00
stream.rs Fix most Clippy performance warnings 2019-12-06 23:25:47 +01:00
utils.rs Add uniq command (#1132) 2019-12-31 17:05:02 +13:00