nushell/src
2019-09-22 18:53:31 -07:00
..
commands Merge branch 'master' of github.com:jonnywalker81/nushell into initial-docker-command-impl 2019-09-22 18:53:31 -07:00
data Store history.txt in user data path 2019-09-19 22:29:11 +02:00
env Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
evaluate Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
format Replace vtable with pivot command 2019-09-17 19:07:11 +12:00
parser Switch to using Uuid::nil() and fix test 2019-09-18 19:05:33 +12:00
plugins Fix origin in binaryview 2019-09-18 19:18:58 +12:00
shell Improve default features and don't precompute ls 2019-09-15 13:51:19 +12:00
cli.rs Merge branch 'master' of github.com:jonnywalker81/nushell into initial-docker-command-impl 2019-09-22 18:53:31 -07:00
commands.rs Merge branch 'master' of github.com:jonnywalker81/nushell into initial-docker-command-impl 2019-09-22 18:53:31 -07:00
context.rs Fix internal paths 2019-09-17 14:09:15 +12: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 Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
format.rs Replace vtable with pivot command 2019-09-17 19:07:11 +12:00
fuzzysearch.rs Fix selection list display glitches 2019-09-19 20:18:39 +02:00
git.rs Fix formatting with cargo fmt 2019-08-26 20:19:05 +02:00
lib.rs Rename histsearch to fuzzysearch 2019-09-19 20:18:39 +02:00
main.rs use clap::crate_version!() 2019-08-24 12:38:18 -04:00
parser.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
plugin.rs Remove unused code 2019-09-01 23:11:05 -07:00
prelude.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
shell.rs run rustfmt 2019-09-11 10:36:50 -04:00
stream.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
traits.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
utils.rs Add urlencode/urldecode 2019-09-19 16:25:29 +12:00