diff options
Diffstat (limited to 'README.mdown')
-rw-r--r-- | README.mdown | 43 |
1 files changed, 29 insertions, 14 deletions
diff --git a/README.mdown b/README.mdown index 9425866..ace50e6 100644 --- a/README.mdown +++ b/README.mdown @@ -150,29 +150,44 @@ about after you've added your massive 500 game collection? Nobody wants to sort through screenfulls of text. That's where filtering comes in. The `list` command accepts the following filters: -* **completed** - List games that have been completed. +* **arcade** + Games you own that cannot be beaten. + +* **backlog** + Games you own that have not been beaten or completed. + +* **borrowing** + Games you don't own and are playing. + +* **complete** + Games that have been completed. + +* **digital** + Games you own digitally. * **done** -List games that have been beaten *or* completed. + Games that have been beaten *or* completed. -* **owned** -List games that you own. +* **incomplete** + Games you own that have been beaten, but not completed. -* **unowned** -List games that you don't own. +* **new** + Games you own and haven't played yet. -* **wishlist** -List games that you don't own AND are fresh. +* **owned** + Games you own. + +* **physical** + Games you own physically. * **playlog** -List games that are marked 'in-progress', that you also own. + Games you own that are marked 'playing'. -* **incomplete** -List games that have been beaten, but not completed, that you also own. +* **unowned** + Games you don't own. -* **backlog** -List games that have not been beaten or completed, that you also own. +* **wishlist** + Games you don't own *and* haven't played yet. ## Update |