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

Add support for arrow keys in "Custom commit message?" prompt (and all other prompts, also) #341

Closed
alichtman opened this issue Jan 13, 2024 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers

Comments

@alichtman
Copy link
Owner

alichtman commented Jan 13, 2024

Currently, input() is called for user input.

custom_message = input(
Fore.GREEN + Style.BRIGHT + "Custom message: " + Fore.RESET
)

remote_url = input()

abs_path = expand_to_abs_path(input())

It looks like this can be fixed with a simple readline import: https://stackoverflow.com/a/77773215.

@alichtman alichtman added feature New feature or request good first issue Good for newcomers labels Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant