6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
29 lines
913 B
YAML
29 lines
913 B
YAML
Categories:
|
|
- Development
|
|
License: PublicDomain
|
|
WebSite: http://www.madore.org/~david/programs/UnicodeMap.html
|
|
SourceCode: http://git.madore.org/cgit/android/UnicodeMap.git/
|
|
|
|
AutoName: Unicode Map
|
|
Summary: Copy Unicode characters
|
|
Description: |-
|
|
UnicodeMap lets you browse Unicode characters by range and search for them by
|
|
name, display them (when Android has the font) and copy them to the clipboard.
|
|
It can also decode a string of Unicode characters to names. Of course, Android
|
|
will only properly display a minuscule fraction of the characters, but those
|
|
that are not properly displayed still “work” in the sense that you can copy them
|
|
around or whatever.
|
|
|
|
RepoType: git
|
|
Repo: git://git.madore.org/android/UnicodeMap.git
|
|
|
|
Builds:
|
|
- versionName: 0.0.4
|
|
versionCode: 4
|
|
commit: v0.0.4
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.0.4
|
|
CurrentVersionCode: 4
|