logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

reminiscence - a wrapper around rs with changed defaults

Descrition

reminiscence is a tiny wrapper for /usr/games/rs, the REminiscence engine.  It supports the same options
       as rs(6). The wrapper bails out if the data directory does not exist. It will also create the save game
       directory if needed.

Name

       reminiscence - a wrapper around rs with changed defaults

Options

--datapathpath
           Use  path  for  locating  game  data.  Defaults  to  .reminiscence/data  in  user's  home  directory.
           reminiscence exits with an error if the directory does not exist.

       --savepathpath
           Use path for game saves. Defaults to .reminiscence/save in user's home directory.  The  directory  is
           created if needed.

       --levelnumnum
           Start from level num. Default is 0.

       --help
           Display short usage info.

See Also

rs(6)

Synopsis

           reminiscence
           reminiscence --datapath path
           reminiscence --savepath path
           reminiscence --levelnum num
           reminiscence --help

See Also