15 lines
240 B
Markdown
15 lines
240 B
Markdown
# Redmine script for yourself
|
|
|
|
## Req
|
|
|
|
**Python3.11.2**
|
|
|
|
colorama\
|
|
python-redmine\
|
|
python-dotenv
|
|
|
|
## .bashrc
|
|
|
|
"source $HOME/scripts/redmine-cli_ticket-done/venv/bin/activate && python3 $HOME/scripts/redmine-cli_ticket-done/ticket-done.py"
|
|
|