stash icon indicating copy to clipboard operation
stash copied to clipboard

StaSh - Shell for Pythonista

Results 119 stash issues
Sort by recently updated
recently updated
newest added

When i type “pip install dja” I immediately see “pip install Djangoa” and the cursor is to the right of the first ‘a’. I don’t hit tab for autofill it...

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

### Steps for reproduce - Install via `import requests as r; exec(r.get('https://bit.ly/get-stash').content)` - Launch `launch_stash.py` from ### Result In `This phone` folder appear `_objc_exception.txt` with text: ``` The app was...

After a fresh install of Pythonista and Stash, when I run git I get the output: [~/Documents]$ git Opening: https://github.com/jsbain/gittle/archive/master.zip Save as: /private/var/mobile/Containers/Data/Application/B6E83203-4A0E-4C04-B8C3-D99525B426CF/tmp//gittle.zip (??? bytes) 28334 mv: Error: Destination path...

Hello, I'm someone who came to use pythonista while looking for a Python program that supports gui with an iPad. I have to use seaborn, matplotlib, stemgraphic So I downloaded...

Hi. Really need help. When I install (pip install NumPy) in Pythonista and launch my code it gives ,e an error (you should not try to import NumPy from its...

title i try to generate an ssh key and get this error module 'time' has no attribute 'clock' ![image](https://github.com/ywangd/stash/assets/93553350/9b81dbae-faaa-4d9c-b187-9d4669e14c1b)

I'm trying to get Working Copy integration with Pythonista via the "External Files" functionality, so that code can be stored in Github. I am able to access Github repositories to...

% `pytest ` # generates these warnings: ``` tests/install/test_getstash.py::GetstashTests::test_install_setup /Users/runner/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based...

### Command `git` for python3. (do not support python2) (Still needs tests) Directly using [dulwich](https://github.com/dulwich/dulwich/)(dulwich is more stronger now) without [gittle](https://github.com/FriendCode/gittle) now. (gittle it not update anymore now) #### TODO...