A file-based task manager

FIX: formatting broken with inline blocks

+2 -3
+1 -2
.tsk/index
··· 1 - tsk-22 Figure out why link parsing isn't working in tsk-21 1 + tsk-19 add "raw" output option for show 2 2 tsk-21 Add command to setup git stuff 3 - tsk-19 add "raw" output option for show 4 3 tsk-8 IMAP4-based sync 5 4 tsk-17 Add reopen command 6 5 tsk-16 Add ability to search archived tasks with find command
+1 -1
src/task.rs
··· 180 180 state.pop(); 181 181 out.replace_range( 182 182 hl..end, 183 - &out.get(hl + 1..out.len() - 2)?.green().to_string(), 183 + &out.get(hl + 1..out.len() - 1)?.green().to_string(), 184 184 ); 185 185 } 186 186 (' ' | '\r' | '\n', '`', _) => {