nushell/src
Andrés N. Robalino eecda3ecba
Merge pull request #363 from twe4ked/cd-back
Implement `cd -` to return to the previous directory
2019-09-08 01:00:32 -05:00
..
commands Merge pull request #615 from jonathandturner/echo 2019-09-08 14:30:24 +12:00
data Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
env Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
evaluate Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
format Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
parser Merge pull request #603 from jonathandturner/oop_to_table 2019-09-06 05:22:24 +12:00
plugins Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
shell Merge pull request #363 from twe4ked/cd-back 2019-09-08 01:00:32 -05:00
cli.rs Add echo command 2019-09-08 11:43:53 +12:00
commands.rs Add echo command 2019-09-08 11:43:53 +12:00
context.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -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 Remove unused code 2019-09-01 23:11:05 -07:00
format.rs Remove unused code 2019-09-01 23:11:05 -07:00
git.rs Fix formatting with cargo fmt 2019-08-26 20:19:05 +02:00
lib.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
main.rs use clap::crate_version!() 2019-08-24 12:38:18 -04:00
parser.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
plugin.rs Remove unused code 2019-09-01 23:11:05 -07:00
prelude.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
shell.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
stream.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
traits.rs Remove usage of in_band_lifetimes feature 2019-08-30 01:32:31 +09:00
utils.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00