alecthomas / alecthomas/devtodo2

A visual difference between done and not-done tasks

Open
#38 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
110
Forks
21
PR merge metrics
No merged PRs in 30d

Description

I was thinking if we should do a 'strikethrough' effect on the tasks that are done, it is supported in a lot of terminals. Could use the ANSI escape sequence:

` \e[9m strikedthrough \e[0m`

If the terminal used doesn't have support, we could do a fallback that does the following, albeit pretty ugly:

`'T-e-s-t t-a-s-k t-e-x-t'`

I can do a PR that does this if there is any interest.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.