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

Character "c" terminates process #11

Open
e-oloughlin opened this issue May 14, 2021 · 2 comments
Open

Character "c" terminates process #11

e-oloughlin opened this issue May 14, 2021 · 2 comments

Comments

@e-oloughlin
Copy link

Typing the character "c" as part of any keyword terminates the process, making it impossible to search for anything containing the letter "c".

I am running Mac OS 11.3.1

@candanbolukbas
Copy link

it is because of line #11 of /src/components/App/Footer.tsx
if (input === "c") { store.isCleanUpTime = true; process.exit(0);

@LucasAschenbach
Copy link

I've just created a pull request #18 fixing this issue. Now, the escape key is used for exiting the process instead.

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

No branches or pull requests

3 participants