|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<component type="desktop-application"> |
| 3 | + <id>io.github.ychclone.blink</id> |
| 4 | + <name>Blink code search</name> |
| 5 | + <summary>GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching.</summary> |
| 6 | + <description> |
| 7 | + <![CDATA[ |
| 8 | + GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching. |
| 9 | + ]]> |
| 10 | + </description> |
| 11 | + <license>GPL-3.0-or-later</license> |
| 12 | + <project_license>GPL-3.0-or-later</project_license> |
| 13 | + <url type="homepage">https://github.com/ychclone/blink</url> |
| 14 | + <screenshots> |
| 15 | + <screenshot type="default"> |
| 16 | + <image>https://raw.githubusercontent.com/ychclone/blink/master/Screenshot/blink_codesearch.png</image> |
| 17 | + <caption>Code search</caption> |
| 18 | + </screenshot> |
| 19 | + <screenshot> |
| 20 | + <image>https://raw.githubusercontent.com/ychclone/blink/master/Screenshot/blink_filelisting.png</image> |
| 21 | + <caption>File Listing</caption> |
| 22 | + </screenshot> |
| 23 | + </screenshots> |
| 24 | + |
| 25 | + <icon name="io.github.ychclone.blink"> |
| 26 | + <filename>io.github.ychclone.blink.png</filename> |
| 27 | + <size>128</size> |
| 28 | + <attribution> |
| 29 | + <![CDATA[ |
| 30 | + Blink code search Icon |
| 31 | + ]]> |
| 32 | + </attribution> |
| 33 | + </icon> |
| 34 | + <categories> |
| 35 | + <category>Utility</category> |
| 36 | + </categories> |
| 37 | + <keywords> |
| 38 | + <keyword>code search</keyword> |
| 39 | + <keyword>blink code search</keyword> |
| 40 | + <keyword>app</keyword> |
| 41 | + </keywords> |
| 42 | + <provides> |
| 43 | + <provide type="mime">application/x-example</provide> |
| 44 | + </provides> |
| 45 | + <launchable type="desktop-id">io.github.ychclone.blink.desktop</launchable> |
| 46 | + <release version="1.9.1" date="2024-04-10"> |
| 47 | + <description> |
| 48 | + <![CDATA[ |
| 49 | + V1.9.1 of Blink code search. |
| 50 | + ]]> |
| 51 | + </description> |
| 52 | + </release> |
| 53 | + <developer_name>ychclone</developer_name> |
| 54 | + <developer_id>ychclone@gmail.com</developer_id> |
| 55 | + <project_group>KDE</project_group> |
| 56 | + <content_rating type="oars-1.1"> |
| 57 | + <content_attribute id="violence-cartoon">none</content_attribute> |
| 58 | + <content_attribute id="language-profanity">mild</content_attribute> |
| 59 | + <content_attribute id="content-discrimination">none</content_attribute> |
| 60 | + <content_attribute id="sex-nudity">none</content_attribute> |
| 61 | + <content_attribute id="sex-themes">none</content_attribute> |
| 62 | + <content_attribute id="drugs-alcohol">none</content_attribute> |
| 63 | + <content_attribute id="drugs-tobacco">none</content_attribute> |
| 64 | + </content_rating> |
| 65 | + <translations> |
| 66 | + <translation lang="en"> |
| 67 | + <name>Blink code search</name> |
| 68 | + <summary>GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching.</summary> |
| 69 | + <description> |
| 70 | + <![CDATA[ |
| 71 | + GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching. |
| 72 | + ]]> |
| 73 | + </description> |
| 74 | + </translation> |
| 75 | + </translations> |
| 76 | +</component> |
0 commit comments