diff options
author | zlg <zlg@zlg.space> | 2018-03-18 17:50:07 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-03-18 17:50:07 -0700 |
commit | 7686f310447e56518d3959c0aa7d62a69c3fb789 (patch) | |
tree | fdfe9dc90b609204b1a6905b59233a15911b4e60 /README.md | |
parent | Update helpers a bit (diff) | |
download | vgstash-7686f310447e56518d3959c0aa7d62a69c3fb789.tar.gz vgstash-7686f310447e56518d3959c0aa7d62a69c3fb789.tar.bz2 vgstash-7686f310447e56518d3959c0aa7d62a69c3fb789.tar.xz vgstash-7686f310447e56518d3959c0aa7d62a69c3fb789.zip |
add 'playlog' list filter
This filter is used to get an idea of which games you're currently
playing through, so you can prioritize games to play when you're bored
and detect it when you've beaten a game but haven't marked it as such.
Diffstat (limited to '')
-rw-r--r-- | README.mdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.mdown b/README.mdown index d78c9ac..a8f323d 100644 --- a/README.mdown +++ b/README.mdown @@ -165,6 +165,9 @@ List games that you don't own. * **wishlist** List games that you don't own AND are fresh. +* **playlog** +List games that are marked 'in-progress', that you also own. + * **incomplete** List games that have been beaten, but not completed, that you also own. |