A file-based task manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update readme

+3 -5
+3 -5
readme
··· 60 60 functionality. Any git repo can be made into a tsk workspace. 61 61 62 62 New tasks are created with the `tsk push` command. A title is always required, 63 - but can be modified later. A unique identifier is selected automatically and a 64 - file with the title and any body contents supplied are stored in the 65 - .tsk/archive folder. A symlink is then created in the .tsk/tasks folder marking 66 - the task as "open." The task is then added to the top of the "stack" by having 67 - its tsk-ID and title added to the .tsk/index file. 63 + but can be modified later. A unique, human-readable identifer is selected 64 + scoped to the namespace and may be used to as a stable reference within that 65 + namespace. 68 66 69 67 The contents of the stack may be printed using the `tsk list` command. 70 68