summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-03-18 21:48:41 -0700
committerzlg <zlg@zlg.space>2018-03-18 21:48:41 -0700
commit9ec059873772b201ff8fc3b124f6d2b942493e84 (patch)
tree45ffd289c488320ff3cfb39f87deda7321f9835c /README.md
parentREADME.mdown: break line correctly (diff)
downloadvgstash-9ec059873772b201ff8fc3b124f6d2b942493e84.tar.gz
vgstash-9ec059873772b201ff8fc3b124f6d2b942493e84.tar.bz2
vgstash-9ec059873772b201ff8fc3b124f6d2b942493e84.tar.xz
vgstash-9ec059873772b201ff8fc3b124f6d2b942493e84.zip
Flesh out filter types and ownership status
It's time for a refactor to a module; the functionality and interface are clashing.
Diffstat (limited to '')
-rw-r--r--README.mdown43
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