Dmytro Yaroshenko
Dmytro Yaroshenko
@cclauss I understand that it is difficult to review such a massive PR After this PR I will add separate small PRs with refactoring, as a lot of code requires...
This PR is great because stash is very connected and many modules depend on each other
The idea is wrap entries in `.sh` or `.py` files automatically by `stash.pip` and place it in `Documents/bin/entry-name.sh`, like PC interpreter versions do
> > Propose user to create/update stash Pythonista action shortcut on get-stash complete > > We offer this via the `easy_config` command. Opening that tool automatically would be a good...
I will explore #226 and #326
@bennr01 Aha, in `easy_config` it is not done, In addition, in #524 PR, I have already added support for `__main__.py` so `easy_config` should also be updated. I’ve already partially written...
#326 already replaced by common `pip` and works fine I will explore #226 and try to add this possibility to #524
Okay I also found that #526 with common `pip` already register entry points in `site-packages/bin` so the only think we should do is allow to use it
> Propose user to create/update stash Pythonista action shortcut on get-stash complete * added `bin/pinstash.py`, updated `bin/easy_config` > Update bin/pip.py to handle insallable packages entry points in `Documents/bin' * `site-packages/bin`...
> And also the [`platform`](https://docs.python.org/3/library/platform.html) module? Seems like