<<
path:
root/public/track.git/html/README.md
blob: 44897468ab0272a41b5883cbaa142b2262d5dcef
[raw]
[clear marker]
2Gathers your `TODOS`, `NOTES` and `CONTINUE` from your project and displays them in a table.
3If you follow a certain syntax, you can also use author names and priority:
6// TODO(<author name>, <priority as number>): <Your comment>
8// TODO(Peter, 5): Foo Bar
11# ToDo(Peter, -10): Foo Bar
20-- TODO this todo style is still possible
29Currently it supports following comment tokens:
39Since I don't wanted to create a big regex pattern, there are some caveats:
41- Only Linux support. But send me a patch or more information what didn't work on Microslop Windows
42- Keywords (todo, note, continue) must be two newlines apart, otherwise they bleed into each other
46Inside `test/example.jai` are a few examples you can view.
50jai build.jai - run silent :: test/example.jai
56Version: beta 0.2.024, built on 31 December 2025.
61jai build.jai - release
64You can find the binary in `bin/track`.
72git submodule update --init --recursive
77cd third-party/<module>
80git add third-party/<module>
81git commit -m "Updated <module> submodule"
86git submodule add <repository-url> third-party/<module>
87git submodule update --init --recursive
88git add third-party/<module>
89git commit -m "Added <module> submodule"