-
Notifications
You must be signed in to change notification settings - Fork 65
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
Trouble navigating interactive mode on Windows #26
Comments
Let me check the behavior later. It may take a few days. |
I checked the behavior on Windows. As a workaround, the following shortcut keys can be used instead of the arrow keys.
See this page for available shortcut keys. The interactive shell uses an external library, so I don't know if it can be fixed soon. |
Fix a bug that arrow keys do not work in the interactive shell on Windows. (Github #26)
This bug has been fixed and the fix is released as version 1.12.4. |
I couldn't use csvq in interactive mode on git-bash because it isn't a real shell, so I went ahead and ran it on powershell.
But I ran into a few problems, like...
[Some of these problems seem really weird and I hope it might be isolated to just my computer, but looking for a confirmation]
1> Navigating using the arrow keys. Going backwards is not possible without using backspace.
2> Typing single or double quotes autocompleted the closing quote and I couldn't navigate my cursor out of the quote without deleting the closing quote using Ctrl+D and manually closing it myself later.
3> Not being able to run the previous command run in the interactive mode using the up arrow key
The text was updated successfully, but these errors were encountered: