URI

See also URI/URL

Mobile Application URL Schemes

iOS and/or Android

Apple Maps URI

Sometimes, iOS keyboard predict a part of calendar event address links

Tel URI

See Phone number

Should support extensions: tel:+00000;ext=00, but often only tel:+00000,00 is supported. See Phone number

Chars are composed as number (what about w/"wait for dial tone" or p/"pause").

SMS URI

Geo URI

Mailto

Data URI

Base 64 encoding

Base64 encoding = 5/4 * original data size

To encode:

To decode:

See also bash - How can I decode a base64 string from the command line? - Ask Ubuntuarrow-up-right

Or create a Automator Service (MacOSX only) with a shell command cat "$1" | base64 | pbcopy or cat "$@" | base64 | pbcopy (for concat all provided files)

See also:

Webcal URI

webcal:

Skype URI

skype:

Last updated