Skip to content

Conversation

@o-murphy
Copy link
Owner

@o-murphy o-murphy commented Aug 6, 2025

Cahanges:

  • 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
  • checking 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 Avoid the KeyboardInterrupt error in Pythonista 3.4 ywangd/stash#499

* 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 merged commit 5451159 into master Aug 6, 2025
2 of 4 checks passed
@o-murphy o-murphy deleted the console-scripts branch August 6, 2025 11:54
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.

2 participants