Check-in [a53df6ee33]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | directoried repositories unpacked in uidata |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a53df6ee331c4ac2fc4c8610c8bc7c7f |
User & Date: | mario 2021-03-30 14:16:57 |
Context
2021-03-30
| ||
14:18 | minor typos check-in: ffb88d9322 user: mario tags: trunk | |
14:16 | directoried repositories unpacked in uidata check-in: a53df6ee33 user: mario tags: trunk | |
2021-03-28
| ||
09:32 | Introduce directory extraction. Essentially just copies a repo entry with different cookiecutterjson and _url, along with dir/tree subset and distinct config[] variable list. check-in: 9f97dab9da user: mario tags: trunk | |
Changes
Changes to cookiedough/__init__.py.
1 2 3 4 5 6 7 8 | #!/usr/bin/env python3 # encoding: utf-8 # fmt: off # api: python # type: gui # title: cookiedough # description: browser and install GUI for cookiecutter templates # category: viewer | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/usr/bin/env python3 # encoding: utf-8 # fmt: off # api: python # type: gui # title: cookiedough # description: browser and install GUI for cookiecutter templates # category: viewer # version: 0.3.0 # state: beta # license: proprietary # config: # { name: colorize, type: bool, value: 1, description: Colorize the README preview, help: Basically just highlighting of headlines and code blocks. Display is marginally faster if disabled. } # { name: sort, type: select, value: all, select: all|size|stars|forks|name|short|vars|files|updated_at, description: Primary sorting property, help: Uses internal scores, or properties like the »short« name. } # { name: show_counts, type: bool, value: 1, description: Show number of entries per language/api category, help: Else just the names. } # { name: search_keypress, type: bool, value: 0, description: Search on any keypress - instead of just Enter., help: Requires restarting cookiedough. } |
︙ | ︙ |
Changes to cookiedough/uidata.json.
cannot compute difference between binary files