Skip to content
luak edited this page Jan 28, 2022 · 12 revisions

Once the configuration is set. (Note: config file is mandatory) The next step is to generate a comma separated file containing your tasks. See an example below:

schoolwork,  Genetics Problem Set,  2019-12-10 12:20
schoolwork,  Make presentation,     2019-12-20 12:00
personal,    work on rust program,  2020-02-29 13:00
personal,    memes,                 2019-10-02 22:00

The first field should be the tag that denotes the project. The second field should be the name of the task. The last field should be the date that the assignment is due in a YYYY-MM-DD HH:MM format. Tasks which have due dates in the past are ignored by the rusty-krab-manager.

Lines that begin with a '#' and lines that have !=3 fields are ignored.

All tags present in the task file must be present in the config file.

Here are the current list of keyboard shortcuts:

j - scroll down in ALL TASKS table
k - scroll up in ALL TASKS table
p - pause/resume timer
r - reroll the given task without marking it as complete in task counter table
c - complete current task and select new one (must manually delete/comment out this task from your task file)
f - fast forward current task bar to completion
0 - rewind current task bar back to 0
q - quit rusty-krab-manager
s - toggle stats menu
h - toggle help menu
Clone this wiki locally