Skip to content

Avoid the KeyboardInterrupt error in Pythonista 3.4#499

Open
tringcooler wants to merge 1 commit into
ywangd:masterfrom
tringcooler:patch-avoid-keyboardinterrupt
Open

Avoid the KeyboardInterrupt error in Pythonista 3.4#499
tringcooler wants to merge 1 commit into
ywangd:masterfrom
tringcooler:patch-avoid-keyboardinterrupt

Conversation

@tringcooler

Copy link
Copy Markdown

Avoid the KeyboardInterrupt error after each command, and make sh file work correctly.

@tringcooler

Copy link
Copy Markdown
Author

@nwaar26

nwaar26 commented Dec 16, 2023

Copy link
Copy Markdown

Comment faire pour éviter cet erreur?image

@cclauss

cclauss commented Aug 5, 2025

Copy link
Copy Markdown
Collaborator

Please git rebase.

o-murphy added a commit to o-murphy/stash that referenced this pull request Aug 6, 2025
…d#499

* updated scripts matching logics, now able to find console-scripts installed with `pip` in `site-packages/bin`
o-murphy added a commit to o-murphy/stash that referenced this pull request Aug 6, 2025
* check python syntax with ast.parse() for non .py files (maybe blacklist needed)
* site-packages/bin scripts completions
* avoid the KeyboardInterrupt error in Pythonista 3.4: fix from ywangd#499
* updated scripts matching logics, now able to find console-scripts installed with `pip` in `site-packages/bin`
o-murphy added a commit to o-murphy/stash that referenced this pull request Aug 6, 2025
* check python syntax with ast.parse() for non .py files (maybe blacklist needed)
* site-packages/bin scripts completions
* avoid the KeyboardInterrupt error in Pythonista 3.4: fix from ywangd#499
* updated scripts matching logics, now able to find console-scripts installed with `pip` in `site-packages/bin`
o-murphy added a commit to o-murphy/stash that referenced this pull request Aug 6, 2025
* check python syntax with ast.parse() for non .py files (maybe blacklist needed)
* site-packages/bin scripts completions
* avoid the KeyboardInterrupt error in Pythonista 3.4: fix from ywangd#499
* updated scripts matching logics, now able to find console-scripts installed with `pip` in `site-packages/bin`
o-murphy added a commit to o-murphy/stash that referenced this pull request Aug 6, 2025
* if no scripts found in BIN_PATH will search in `site-packages/bin`
* updated scripts matching logics, now able to find console-scripts installed with `pip` in `site-packages/bin` even with NON-`.py` extension
* check python syntax with ast.parse() for non NON-`.py` files (maybe blacklist needed)
* added `site-packages/bin` scripts completions (by checks only first 100 NON-`.py` files, to take < 1 second)
* avoid the KeyboardInterrupt error in Pythonista 3.4..3.5: fix from ywangd#499
o-murphy added a commit to o-murphy/stash that referenced this pull request Aug 6, 2025
* if no scripts found in BIN_PATH will search in `site-packages/bin`
* updated scripts matching logics, now able to find console-scripts installed with `pip` in `site-packages/bin` even with NON-`.py` extension
* check python syntax with ast.parse() for non NON-`.py` files (maybe blacklist needed)
* added `site-packages/bin` scripts completions (by checks only first 100 NON-`.py` files, to take < 1 second)
* avoid the KeyboardInterrupt error in Pythonista 3.4..3.5: fix from ywangd#499
@o-murphy

o-murphy commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

Added to #524, this pull request can be closed once #524 or similar is merged.

o-murphy added a commit to o-murphy/stash that referenced this pull request Aug 19, 2025
* if no scripts found in BIN_PATH will search in `site-packages/bin`
* updated scripts matching logics, now able to find console-scripts installed with `pip` in `site-packages/bin` even with NON-`.py` extension
* check python syntax with ast.parse() for non NON-`.py` files (maybe blacklist needed)
* added `site-packages/bin` scripts completions (by checks only first 100 NON-`.py` files, to take < 1 second)
* avoid the KeyboardInterrupt error in Pythonista 3.4..3.5: fix from ywangd#499
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.

4 participants