anki-addon-builder
anki-addon-builder copied to clipboard
Build tool for Anki add-ons
#### Description `aab build dev` wasn't working for me on MacOS, because the command being executed to get timestamps of uncommitted changes was different. The original code had a link...
#### Problem description *Please describe the issue concisely in here. In case of an error: Walk us through the steps you took to get there. What happened? What did you...
#### Problem description *I just installed **aab** and when I try to run any command with aab it says "bash: aab: command not found". I tried both ways using ```pip...
#### Problem description *Please describe the issue concisely in here. In case of an error: Walk us through the steps you took to get there. What happened? What did you...
This link is broken: 
#### Problem description Currently a lot of the calls to the shell in `aab` do not escape their arguments properly. Thus a call ```bash aab build '$( rm -rf /...
#### Checklist - [x] I've verified that I use the latest version of `aab` - [x] I've checked if anyone else suggested this feature before by looking through the issue...
#### Description While trying to build an addon, i got this error because the path of the addons folder has some whitespace: ``` Preparing source tree for field-autocomplete 0.1 ......
Bumps [black](https://github.com/psf/black) from 22.1.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Not a huge issue, just reporting. #### Problem description From the readme: pip install --upgrade git+https://github.com/glutanimate/anki-addon-builder.git#egg=aab[qt5,qt6] Returns: zsh: no matches found: git+https://github.com/glutanimate/anki-addon-builder.git#egg=aab[qt5,qt6] #### Checklist *Please replace the space inside the...