Skip to content

Remove your todos on GitLab based on different criteria.

License

Notifications You must be signed in to change notification settings

max-wittig/todoer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoer

PyPI PyPI - License Code style: black

Remove your todos on GitLab based on different criteria.

build

poetry install --no-dev --no-root
poetry build

installation

pip3 install todoer

usage

Specific the following environment variables:

  • GITLAB_URL (defaults to https://gitlab.com)
  • GITLAB_TOKEN
usage: todoer [-h] [-t TITLE] [-d DESCRIPTION] [-c CREATOR]

optional arguments:
  -h, --help            show this help message and exit
  -t TITLE, --title TITLE
                        Regex of todo title to remove
  -d DESCRIPTION, --description DESCRIPTION
                        Regex of todo description to remove
  -c CREATOR, --creator CREATOR
                        Username of the issue creator

About

Remove your todos on GitLab based on different criteria.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages