~aleteoryx/bundlemania

ref: bcb9e63da96d00e20a220a1aecfb1704538530b8 bundlemania/README -rw-r--r-- 1.1 KiB
bcb9e63dAleteoryx reorg, some games 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
code for keeping track of my extreme number of itch bundles

scripts
=======

* s/setup DB-PATH
  sets up a new database

* s/import DB-PATH DATAFILE ?DATAFILE ...?
  loads the datafiles as formatted by misc/scripts.js into DB-PATH, ignoring existing urls

* s/mark DB-PATH ?-force? ?-timestamp TIMESTAMP? GAMEURL ?GAMEURL ...?
  marks each GAMEURL as played on TIMESTAMP, or YYYYMMDD by default.
  will not overwrite an existing timestamp without -force

* s/unmark DB-PATH GAMEURL ?GAMEURL ...?
  unmarks each GAMEURL, as if it were never marked

* s/stats DB-PATH ?GAMEURL ...?
  if no GAMEURLs are present, prints database stats. otherwise, prints the played status of each GAMEURL

* s/ignore DB-PATH GAMEURL ?GAMEURL ...?
  marks each GAMEURL to be ignored by stats

* s/unignore DB-PATH GAMEURL ?GAMEURL ...?
  unmarks each GAMEURL to be ignored by stats

* s/table DB-PATH
  generates an html file with game info

* s/pick DB-PATH
  picks a random, unplayed, unignored game from the database

* s/comment DB-PATH COMMENT GAMEURL ?GAMEURL ...?
  sets the comment on GAMEURL to COMMENT