Skip to content

Conversation

@tringcooler
Copy link

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

@tringcooler
Copy link
Author

@nwaar26
Copy link

nwaar26 commented Dec 16, 2023

Comment faire pour éviter cet erreur?image

@cclauss
Copy link
Collaborator

cclauss commented Aug 5, 2025

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
Copy link
Contributor

o-murphy commented Aug 6, 2025

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