An open API service indexing awesome lists of open source software.

https://github.com/sebi2020/tasklist

Lists tasks in C files (TODO, FIXME, XXX...)
https://github.com/sebi2020/tasklist

c comments tasks terminal todos tools

Last synced: about 2 months ago
JSON representation

Lists tasks in C files (TODO, FIXME, XXX...)

Awesome Lists containing this project

README

          

## Usage

tasklist shows "TODO, FIXME, etc." comments in files.

Default patterns are `*.c` `*.h` `*.S`

Default exclude is `./git`

```
usage: tasklist [-h] [-n] [-p PATTERN] [-i TODO_NAME] [-e EXCLUDE] [-t] [-s]
[-v]
[dir]

positional arguments:
dir Specify search directory

optional arguments:
-h, --help show this help message and exit
-n, --no-colors Disable ANSI-Color-Sequences
-p PATTERN, --pattern PATTERN
Search patterns
-i TODO_NAME, --todo-name TODO_NAME
Only seek for this todo names
-e EXCLUDE, --exclude EXCLUDE
Exclude directories
-t, --total Enable overall stats
-s, --summary Just give me a list of tasks
-v, --verbose Increase verbosity

```