PowerShell implementation of Game Time - a gamified habit-tracking & rewards system where progress on goals equates to real life gaming time.
- Review Requirements and Install.
- Learn how to use Game Time.
- Launch
gametime
from a terminal. Use arrow keys and on-screen prompts to navigate.
Productivity ensues.
The directory Game Time uses to store data (by default <path/to/gametime>/Database
) can be customized via the optional storage location parameter, i.e. gametime <storage location absolute path>
.
Game Time's minimal database can be synchronized across your devices by specifying a storage location that is synchronized by a service such as OneDrive, Dropbox, SpiderOak, etc.
gametime /c/Users/me/OneDrive/GameTime
-
PowerShell
PowerShell Core (i.e. PowerShell 7) is suggested, but alternative releases of PowerShell (i.e. Windows PowerShell 5.1) are supported.
- Download or clone ps-gametime.
- Add
./bin
toPATH
.
I.e., in bash, add the following line to ~/.bashrc
:
export PATH="$PATH:$HOME/path/to/ps-gametime/bin"