You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using atuin to run a python command the up and down arrows stops working inside the python code when its needed for a interactive choice. See this video
To Reproduce
Steps to reproduce the behavior:
Clone this repo https://github.com/mindriddler/atuin-arrow-keys.git
This is resolved in main! Confirmed on macOS, with zsh, and latest Atuin from source. I suspect it's because of #1170
Happy to reopen if that is not the case. I'll be releasing v17 next week (delayed because my build machine is in my house, offline, and I'm travelling)
Describe the bug
When using atuin to run a python command the up and down arrows stops working inside the python code when its needed for a interactive choice. See this video
To Reproduce
Steps to reproduce the behavior:
https://github.com/mindriddler/atuin-arrow-keys.git
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
python main.py
is ran directly from the terminal it should work each time until command is pulled from atuin historypython main.py
when its pulled from atuin historyreset
command or any other terminal appliation (i have tried using lazygit) to reset the shellpython main.py
directly from the terminal should work againExpected behavior
I expect my arrow keys to still be working inside the python code after i pull the command from atuin history
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: