nushell/src
Thomas Hartmann 1060ba2206 Fixes --headerless functionality for from-ssv.
Squashed commit of the following:

commit fc59d47a2291461d84e0587fc0fe63af0dc26f9f
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Tue Nov 12 15:39:38 2019 +0100

    Fixes inconsistencies in output.

commit da4084e9fdd983557b101207b381e333a443e551
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Tue Nov 12 13:04:10 2019 +0100

    remove unused enum.

commit 7f6a105879c8746786b99fb19bb9f0860c41796a
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Tue Nov 12 12:58:41 2019 +0100

    Starts refactoring from_ssv.

commit b70ddd169ef0c900e03fb590cb171cc7181528db
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Tue Nov 12 11:34:06 2019 +0100

    Fixes --headerless for non-aligned columns.

commit 6332778dd26de8d07be77b291124115141479892
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Tue Nov 12 10:27:35 2019 +0100

    Fixes from-ssv headerless aligned-columns logic.

commit 747d8c812e06349b4a15b8c130721881d86fff98
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Mon Nov 11 23:53:59 2019 +0100

    fixes unit tests for ssv.

commit c77cb451623b37a7a9742c791a4fc38cad053d3d
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Mon Nov 11 22:49:21 2019 +0100

    it compiles! one broken test.

commit 08a05964f56cf92507c255057d0aaf2b6dbb6f45
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Mon Nov 11 18:52:54 2019 +0100

    Backed into a corner. Help.

commit c95ab683025a8007b8a6f8e1659f021a002df584
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com>
Date:   Mon Nov 11 17:30:54 2019 +0100

    broken but on the way
2019-11-12 16:04:55 +01:00
..
commands Fixes --headerless functionality for from-ssv. 2019-11-12 16:04:55 +01:00
data Data processing mvp histogram. 2019-11-12 02:08:28 -05:00
env Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
evaluate Add initial support for env vars 2019-11-02 16:41:58 +13:00
format Approach fix differently 2019-11-03 08:57:28 +13:00
parser At the moment, ColumnPaths represent a set of Members (eg. package.authors is a column path of two members) 2019-11-03 06:30:32 -05:00
plugins Bump dep versions 2019-11-11 06:48:49 +13:00
shell Modernize external parse and improve trace 2019-11-01 08:45:45 -07:00
cli.rs This is part of on-going work with capabilities when working with 2019-11-12 03:39:30 -05:00
commands.rs Refactors out structured parsing logic to a separate module. 2019-11-12 16:04:55 +01:00
context.rs Eliminate is_first_command by defaulting to Value::nothing() 2019-11-03 20:06:59 -05:00
data.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
env.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
errors.rs Modernize external parse and improve trace 2019-11-01 08:45:45 -07:00
format.rs Replace vtable with pivot command 2019-09-17 19:07:11 +12:00
fuzzysearch.rs Finish the job of moving shapes into the stream 2019-10-22 16:19:22 -07:00
git.rs Fix formatting with cargo fmt 2019-08-26 20:19:05 +02:00
lib.rs Modernize external parse and improve trace 2019-11-01 08:45:45 -07:00
main.rs Modernize external parse and improve trace 2019-11-01 08:45:45 -07:00
parser.rs Finish the job of moving shapes into the stream 2019-10-22 16:19:22 -07:00
plugin.rs Overhaul the coloring system 2019-10-10 19:30:04 -07:00
prelude.rs Modernize external parse and improve trace 2019-11-01 08:45:45 -07:00
shell.rs run rustfmt 2019-09-11 10:36:50 -04:00
stream.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
traits.rs Modernize external parse and improve trace 2019-11-01 08:45:45 -07:00
utils.rs Move column paths to support broader value types. 2019-11-03 05:38:47 -05:00