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...)
- Host: GitHub
- URL: https://github.com/sebi2020/tasklist
- Owner: Sebi2020
- License: gpl-3.0
- Created: 2018-11-20T13:26:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T17:50:43.000Z (over 7 years ago)
- Last Synced: 2025-04-12T20:55:55.460Z (about 1 year ago)
- Topics: c, comments, tasks, terminal, todos, tools
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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
```