Move *.page descriptions to online wiki as <meta> tag. | ||
---|---|---|
mario authored 1503 days ago last checkin c279d910d ⎘ | ||
📂 help | Move *.page descriptions to online wiki as <meta> tag.‹› | 1503 days ago |
📄 __init__.py | directoried repositories unpacked in uidata‹› | 1537 days ago |
📄 __main__.py | Removed remnants of previous attempts of search input widget prettifi‹› | 1545 days ago |
📄 config.patch | Implement patch for cookiecutter/config.py (xdg paths)‹› | 1545 days ago |
📄 icons.py | rescaled logo and button‹› | 1544 days ago |
📄 rollout.py | Fix typo, again.‹› | 1541 days ago |
📄 uidata.json | Updated database, now contains 4153 entries.‹› | 1530 days ago |
📄 update.py | Enable replay option, add verbose setting, use full pluginconf config‹› | 1543 days ago |
cookiedough
cookiedough(1) is a GUI browser for cookiecutter templates. And can of course extract them. It comes with a database of around 2300 cookietemplates, grouped by category, and allows some rudimentary filtering. Very early alpha, but usable.
Installation / Use
Just install it as normal pip package:
~$ pip3 install -U cookiedough
And start it from a terminal window:
~/projects$ cookiedough
Keep an eye on the terminal when rolling out a template. Not all prompts might be captured by monkeypatching.
Notes
There's some usage information in the man page, and in the →Help→Help.
Bugs / Caveats
- The README colorization is fairly basic. (But more processsing would slow it down too much.)
- It can crash when speed-scrolling through the templates. (Perhaps PSG vs Tk threads issue.)
- Tkinter might also crash when encountering emojis. (Either install Symbola font and get rid of Noto Color Emoji. Or upgrade to tcl/tk 8.6.10, or go back to Ubuntu 18.04 where it miraculously worked.)