Generate TODO from LaTeX files
Project description
latex-todo-gen
TODOs and FIXMEs from your LaTeX project.
Usage
usage: latex-todo-gen [-h] [--directories DIRECTORIES] [--files FILES]
[--keywords KEYWORDS] [--outfile OUTFILE]
[--description DESCRIPTION] [--footer FOOTER]
Extract TODOs from TeX files.
optional arguments:
-h, --help show this help message and exit
--directories DIRECTORIES, -d DIRECTORIES
comma separated list of directories
--files FILES, -f FILES
comma separated list of files
--keywords KEYWORDS, -k KEYWORDS
comma separated list of keywords
--outfile OUTFILE, -o OUTFILE
output file
--description DESCRIPTION
set output file description
--footer FOOTER set output file footer
For more information, see https://gitlab.com/matyashorky/latex-todo-gen.
Examples
# Use default settings
latex_todo_gen
# Set keywords
latex_todo_gen -k "REVIEW,FIXME,TODO,NOTE"
# Set description and output file
latex_todo_gen --description "This file is generated on every commit." -o "WIP.md"
# Set sources
latex_todo_gen -d "src,settings" -f "main.tex"
Contributing
PRs are welcome. I'm currently looking for:
- pre-commit: I haven't been able to make it work, it seemed not to be able to locate the python script.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
latex-todo-gen-0.1.2.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for latex_todo_gen-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | caee74927502a4e4535e877b0b3bb727f8984a8a68c28d54b2c5d519b77784f0 |
|
MD5 | 016e19fa4c68b228fa2c36b4a3f551f6 |
|
BLAKE2b-256 | f44e614004b613f4c3ffa7a673b90a82939da4777a6495362d1232a7d4a5f88f |