Scripts intended to be used with the iOS Pythonista application. In some cases, as noted in the script comments, the scripts can be used on a regular linux/mac osx environment as well.
- s3sync.py - Amazon S3 Backup/Restore script - moved to its own repo: https://github.com/khilnani/s3sync.py
 - jira.py - CLI/iOS access to Jira issue summary - moved to its own repo https://github.com/khilnani/jira.py
 - hipchat.py - CLI/iOS access to unread messages - moved to its own repo https://github.com/khilnani/hipchat.py
 
- Scripts that do no use the Pythonista App Extensions, but just Clipboard content.
 
- Pythonista App Extensions for the iOS homescreen shortcuts and actions.
 
- General scripts. eg. http server.
 
- Scripts and repos I have downloaded from elsewhere.
 
- Pythonista console:
 - Run: 
import urllib2; exec urllib2.urlopen('http://khl.io/pythonista-scripts').read() - Linux/Mac OS Terminal:
 - Run: 
python -c "import urllib2; exec urllib2.urlopen('http://khl.io/pythonista-scripts').read()"