Skip to content

Instantly share code, notes, and snippets.

@linwiz
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linwiz/2e0d15d663136150f994 to your computer and use it in GitHub Desktop.
Save linwiz/2e0d15d663136150f994 to your computer and use it in GitHub Desktop.
Tab complete for cydia package 'open'
#!/bin/bash
# Tab complete for jailbroken iDevices
# Tested on iOS 8.1.2 / iPhone 5s on 12/12/2014
# Depends on the terminal/command line package 'Open' being installed.
#
# YOU MUST add this line:
# source ~/.bashrc
#
# TO this file:
# /etc/profile
#
# Then restart your ssh terminal or type
# source ~/.bashrc
# in the terminal
#
# To use type:
# xpen appname
#
# You may also add apps and if you do please
# Comment or fork so I can update this!
# Apple
alias mail='open com.apple.mobilemail'
alias safari='open com.apple.mobilesafari'
alias itunesstore='open com.apple.iTunesStore'
alias facetime='open com.apple.facetime'
# Google
alias chrome='open com.google.chrome.ios'
alias gmail='open com.google.Gmail'
# Music
alias pandora='open com.pandora'
alias zrock='open com.citadel.tunekast1478'
alias spotify='open com.spotify.client'
alias slacker='open com.slacker.radio'
# Uncatagorized
alias amazon='open com.amazon.Amazon'
alias rage='open com.them.rage'
alias mpw='open com.lyndir.lhunath.MasterPassword'
alias wvrx='open com.tritondigital.SouthCentralMedia-WVRXFM'
alias anylist='open com.purplecover.anylist'
alias pulsenews='open com.AlphonsoLabs.iphone.PulseNewsReader'
alias appsgonefree='open com.appadvice.appsgonefree'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment