nushell/src
2019-11-19 18:46:47 +13:00
..
commands Abbreviate ls by default, add --full flag 2019-11-18 06:10:50 +13:00
data Add umask to unix --full list 2019-11-19 18:46:47 +13:00
env Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
evaluate Fix build errors on latest nightly 2019-11-18 16:12:37 +13:00
format Approach fix differently 2019-11-03 08:57:28 +13:00
parser Fix build errors on latest nightly 2019-11-18 16:12:37 +13:00
plugins Fix build warnings 2019-11-16 21:23:04 +13:00
shell Abbreviate ls by default, add --full flag 2019-11-18 06:10:50 +13:00
cli.rs Remove fuzzy search because of compat issues 2019-11-18 08:01:17 +13:00
commands.rs Add from_xlsx for importing excel files 2019-11-17 16:18:41 +13:00
context.rs Fix build errors on latest nightly 2019-11-18 16:12:37 +13: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
git.rs chore: omit the entire git.rs file when starship is used 2019-10-09 08:42:46 +01:00
lib.rs Remove fuzzy search because of compat issues 2019-11-18 08:01:17 +13: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 Add from_xlsx for importing excel files 2019-11-17 16:18:41 +13:00