User mark #name to set jump #name to jump to
see: http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
export MARKPATH=$HOME/.marks
function jump {
| <?PHP | |
| Class Authy { | |
| // API key | |
| private static $api_key = ''; | |
| // Production | |
| // private static $api_url = 'https://api.authy.com/protected/json/'; | |
| // Sandbox | |
| private static $api_url = 'http://sandbox-api.authy.com/protected/json/'; |
User mark #name to set jump #name to jump to
see: http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
export MARKPATH=$HOME/.marks
function jump {