Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,11 @@ <h4><a href="https://github.com/roufamatic/todo-txt-js">todo-txt-js</a></h4>
<h4><a href="https://github.com/jmhobbs/jsTodoTxt">jsTodoTxt</a></h4>
<p>JavaScript parser for todo.txt formatted text files.</p>

<h4><a href="https://github.com/vonshednob/pytodotxt">pytodotxt</a></h4>
<p>Python abstraction layer to handle todo.txt files.</p>
<h4><a href="https://github.com/1set/todotxt">todotxt</a></h4>
<p>Go package to parse and manipulate todo.txt files and tasks, by <a href="https://github.com/1set">1Set</a>.</p>

<h4><a href="https://github.com/vonshednob/pytodotxt">pytodotxt</a></h4>
<p>Python abstraction layer to handle todo.txt files.</p>

<h4><a href="https://pkgs.racket-lang.org/package/todo-txt">todo-txt</a></h4>
<p>Racket package to parse, group and sort todo.txt tasks.</p>
Expand Down