Highlights
- 4 discussions answered
Popular repositories
1,389 contributions in the last year
Less
More
Activity overview
Contributed to
nushell/nushell,
nushell/nushell.github.io,
Azure/azure-sdk-for-js
and 5 other
repositories
Contribution activity
June 2021
Created 83 commits in 6 repositories
Created 1 repository
- jonathandturner/osark Assembly
Created a pull request in nushell/nushell that received 5 comments
Improve quoted completions
This improves quoted completions in a few cases:
ls "~/Virtual Machines"<DEL><TAB>
and
ls "~/Virtual Machines<TAB>"
and
ls "~/Virtual Machines"/D…
+20
−14
•
5
comments
Opened 44 other pull requests in 4 repositories
nushell/nushell
32
merged
2
closed
- Fix the ignore example
- Relax groups and blocks to output at pipeline level
- Fix issue in external subexpression paths
- Add back disks and net to sys
- Add file not found error for nu cmd args
- Improve nu signature and help
- Refactor rarely changing engine state into its own struct
- Remove EvaluationContext::from_args
- Make arg eval lazy, remove old arg evaluation code
- Further improve arg errors
- Improve the errors for arg types
- Add help flag support to alias
- Improve alias highlighting/completions
- Enable syntax/completions for source
- Fix a bunch of future clippy warnings
- Improve expr parse
- Fix #3582
- Improve external quoting logic
- Improve completions inside of a pipeline
- Fix completion crash
- Add support for subcommand completions
- Rename the use of invocation to subexpression
- Remove the CI canaries
- Simpler parse improvement
- Further improve block/subexpr parse
- Some pull requests not shown.
jonathandturner/reedline
6
merged
nushell/nushell.github.io
2
merged
1
closed
nushell/nu_scripts
1
merged
Reviewed 10 pull requests in 2 repositories
nushell/nushell 9 pull requests
jonathandturner/reedline 1 pull request
Created an issue in nushell/nushell that received 4 comments
version should show what plugins are found
Original comment: #3532 (comment)
The version command should include a column that lists what plugins were found after Nushell finished init.
4
comments

