A file-based task manager

Fix typo

+1 -1
+1 -1
readme
··· 60 but can be modified later. A unique identifier is selected automatically and a 61 file with the title and any body contents supplied are stored in the 62 .tsk/archive folder. A symlink is then created in the .tsk/tasks folder marking 63 - the task is "open." The task is then added to the top of the "stack" by having 64 its tsk-ID and title added to the .tsk/index file. 65 66 The contents of the stack may be printed using the `tsk list` command.
··· 60 but can be modified later. A unique identifier is selected automatically and a 61 file with the title and any body contents supplied are stored in the 62 .tsk/archive folder. A symlink is then created in the .tsk/tasks folder marking 63 + the task as "open." The task is then added to the top of the "stack" by having 64 its tsk-ID and title added to the .tsk/index file. 65 66 The contents of the stack may be printed using the `tsk list` command.