Make `wp plugins status` list all plugins

It would be nice if typing ./wp plugins status would output the list of plugins, along with their status, kind of like how git status works:

 A  akismet.php
 I  hello-dolly.php

where 'A' stands for active, 'I' for inactive. There would also be 'NA' for network activated, 'MU' for must-use etc.

Color coding would also be cool. :)