A file-based task manager
0
fork

Configure Feed

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

Minor updates to readme

+7 -7
+7 -7
readme
··· 28 28 29 29 https://github.com/junegunn/fzf 30 30 31 - tsk stores its data in git refs (`refs/tsk/*`) inside the host repository, so 31 + tsk stores its data in git refs (`refs/tsk/*`) inside a host git repository, so 32 32 any filesystem git itself runs on will work. 33 33 34 34 ··· 178 178 179 179 A quick overview of the format: 180 180 181 - - \!Bolded\! text is surrounded by exclamation marks (!) 182 - - \*Italicized\* text is surrounded by single asterisks (*) 183 - - \_Underlined\_ text is surrounded by underscores (_) 184 - - \~Strikethrough\~ text is surrounded by tildes (~) 185 - - \=Highlighted\= text is surrounded by equals signs (=) 186 - - \`Inline code\` is surrounded by backticks (`) 181 + - !Bolded! text is surrounded by exclamation marks (!) 182 + - *Italicized* text is surrounded by single asterisks (*) 183 + - _Underlined_ text is surrounded by underscores (_) 184 + - ~Strikethrough~ text is surrounded by tildes (~) 185 + - =Highlighted= text is surrounded by equals signs (=) 186 + - `Inline code` is surrounded by backticks (`) 187 187 188 188 Links like in Markdown, along with the wiki-style links documented above. 189 189 Raw links can also be written as \<https://example.com\>.