Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reenable enter_accept for bash #1408

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Conversation

arcuru
Copy link
Contributor

@arcuru arcuru commented Nov 21, 2023

I was looking through old issues, and found this: #78 (comment). It appears that @yannickulrich may have already implemented a fix for our bash enter_accept input issue back in their initial suggestion.

It does work for me for some of the previously broken commands. ssh works fine, as does read -p "Say something?" tosay; echo "Say: $tosay". I do not know if there are limitations.

I have intentionally made this a draft PR because I think it should be tested a bit more first (and there's probably some doc updates that need to happen). I don't know what issues there might be and we should probably test this out a bit before we re-enable it for everyone. We don't want to be causing further confusion if we can help it.

List of the issues I could find, might be a good idea to ping some threads if this turns out to be a real fix: #1372, #1390, #1379

Copy link

vercel bot commented Nov 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
atuin-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2023 4:35am

@ellie
Copy link
Member

ellie commented Nov 22, 2023

ohhh fantastic! I agree, let's get it tested and then see 🤞

@ellie
Copy link
Member

ellie commented Dec 3, 2023

Did you get much of a chance to test this? I'd like to release again fairly soon with all the fixes that have landed lately. No worries if not, I can dig in soon!

@arcuru arcuru marked this pull request as ready for review December 4, 2023 04:35
@arcuru
Copy link
Contributor Author

arcuru commented Dec 4, 2023

I've used this a bit over the past couple weeks and haven't run into any issues. I wasn't able to reproduce any of the issues people were running into and I didn't have any other problems that I could find.

Copy link
Member

@ellie ellie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tysm ✨

@ellie ellie merged commit a52568b into atuinsh:main Dec 5, 2023
9 checks passed
@arcuru arcuru deleted the enter-bash-reenable branch December 6, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Commands executed via enter_accept from history can't take input
2 participants