~aleteoryx/bundlemania

89045f5e4d1c099b0909838538c534501e664bfa — Aleteoryx 9 months ago dcee345
add a game, reformat readme
2 files changed, 12 insertions(+), 2 deletions(-)

M README
M db/games.db
M README => README +12 -2
@@ 3,22 3,32 @@ code for keeping track of my extreme number of itch bundles
scripts:

* setup.tcl DB-PATH
  sets up a new database 
  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
  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

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

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

* table.tcl DB-PATH
  generates an html file with game info

* pick.tcl DB-PATH
  picks a random, unplayed, unignored game from the database

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

M db/games.db => db/games.db +0 -0