···28282929 https://github.com/junegunn/fzf
30303131-tsk workspaces must be created on filesystems that support hard linking.
3131+tsk workspaces must be created on filesystems that support symlinking.
32323333Task-level metadata requires Linux's xattr(7) API and a filesystem that supports
3434it. Patches that implement this for other operating systems are welcome.
···5959New tasks are created with the `tsk push` command. A title is always required,
6060but can be modified later. A unique identifier is selected automatically and a
6161file with the title and any body contents supplied are stored in the
6262-.tsk/archive folder. A hardlink is then created in the .tsk/tasks folder marking
6262+.tsk/archive folder. A symlink is then created in the .tsk/tasks folder marking
6363the task is "open." The task is then added to the top of the "stack" by having
6464its tsk-ID and title added to the .tsk/index file.
6565