Conversation
Test Results4 725 tests - 1 4 721 ✅ - 1 2m 14s ⏱️ -16s Results for commit 4b4b9e0. ± Comparison against base commit aa7bb1f. This pull request removes 1 test.♻️ This comment has been updated with latest results. |
aaa49da to
4fd5332
Compare
4fd5332 to
4b4b9e0
Compare
| } | ||
| return m, nil | ||
|
|
||
| case "ctrl+j": |
There was a problem hiding this comment.
thoughts on making this shift+return?
There was a problem hiding this comment.
I tried shift+return but some terminals just return "return" so i was not able to catch the difference. Probably I missed something.
jaym
left a comment
There was a problem hiding this comment.
mostly works as expected. Ran into a few things:
- up/down don't automatically do history
- If I do something like
asset.buiand tab complete, I get an error message and the result:
> asset.build
asset.build: "25C56"
>
⚠ cannot find field 'bui' in asset
I explicitly removed that since we have multi-line input now and doing up/down for the text field and the history was not working well since it is unclear when you want to navigate in multiline and when you want to search the history. |
I am going to fix that one |
4b4b9e0 to
8d6242b
Compare
|
updated the PR, fixed the issue Jay saw, added resource filter by connected provider and added a new help menu |

This is a rewrite of the shell for the modern world:
macOS
Windows Server 2025
Windows 2019
TODO: