Adding back the --reverse or -r flag, by default containers are ordered by their "status" date, oldest to newest, -r will order them newest to oldest.
Adding back in container ordering with --order or -o flag. You can order containers by name, creation or image.
Cleaning up some README examples.
Making some function names make a little more sense and try to follow some conventions.
Adding unit tests to all that.