~aleteoryx/bundlemania

ref: 2e9dfdbee92eba970128e33cbda200d9bb275742 bundlemania/README -rw-r--r-- 684 bytes
2e9dfdbeAleteoryx repo info 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
code for keeping track of my extreme number of itch bundles

scripts:

* setup.tcl DB-PATH
  sets up a new database 
* import.tcl DB-PATH DATAFILE ?DATAFILE ...?
  loads the datafiles as formatted by misc/scripts.js into DB-PATH, ignoring existing urls
* mark.tcl 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
* unmark.tcl DB-PATH GAMEURL ?GAMEURL ...?
  unmarks each GAMEURL, as if it were never marked
* stats.tcl DB-PATH ?GAMEURL ...?
  if no GAMEURLs are present, prints database stats. otherwise, prints the played status of each GAMEURL