- PHP v.7.2+
Pretty/Unpretty JSON
Is a number prime ?
Ask a range
Convert column name to int (A --> 1, AA --> 27, ...)
Test of interactive prompt
Test of interactive prompt as shell (with a list of commands)
Replace UTF-8 characters with their equivalents ASCII characters
Aliases for direct use in shell (Linux/Mac)
alias pretty='./path/to/dir/bin/pretty.php '
alias unpretty='./path/to/dir/bin/pretty.php -u '
alias prime='./path/to/dir/bin/prime.php '
alias range='./path/to/dir/bin/range.php '
alias ask='./path/to/dir/bin/ask.php'
alias shell='./path/to/dir/bin/shell.php'
alias sanitize='./path/to/dir/bin/sanitize'