A file-based task manager
0
fork

Configure Feed

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

tsk-45: drop stale README xattr/symlink prereqs

The git-ref backend stores tasks in refs/tsk/* inside the host repo,
not in a .tsk/ working-tree directory, so it neither needs xattrs nor
filesystem symlink support. Replace those prereqs with a one-line note
that pointing at git's own filesystem requirements is enough.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+2 -7
+2 -7
readme
··· 28 28 29 29 https://github.com/junegunn/fzf 30 30 31 - tsk workspaces must be created on filesystems that support symlinking. 32 - 33 - Task-level metadata requires Linux's xattr(7) API and a filesystem that supports 34 - it. Patches that implement this for other operating systems are welcome. 35 - 36 - tsk expects to run on POSIX-like systems. Microsoft Windows and other 37 - non-UNIX-ey operating systems will never be directly supported. 31 + tsk stores its data in git refs (`refs/tsk/*`) inside the host repository, so 32 + any filesystem git itself runs on will work. 38 33 39 34 40 35 Installation