From 9ec059873772b201ff8fc3b124f6d2b942493e84 Mon Sep 17 00:00:00 2001 From: zlg Date: Sun, 18 Mar 2018 21:48:41 -0700 Subject: Flesh out filter types and ownership status It's time for a refactor to a module; the functionality and interface are clashing. --- README.mdown | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) (limited to 'README.mdown') 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 -- cgit v1.2.3-54-g00ecf