6dc775b236
```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 ```
32 lines
782 B
YAML
32 lines
782 B
YAML
Disabled: Superseded by com.maskyn.fileeditorpro
|
|
Categories:
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
WebSite: https://vmihalachi.github.io/turbo-editor
|
|
SourceCode: https://github.com/vmihalachi/turbo-editor
|
|
IssueTracker: https://github.com/vmihalachi/turbo-editor/issues
|
|
Donate: https://github.com/vmihalachi/turbo-editor
|
|
FlattrID: '2173527'
|
|
|
|
AutoName: Turbo Editor
|
|
Summary: Simple text editor
|
|
Description: |-
|
|
Simple, yet powerful editor for text files. Supersedede by
|
|
[[com.maskyn.fileeditorpro]].
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/vmihalachi/turbo-editor
|
|
|
|
Builds:
|
|
- versionName: '1.3'
|
|
versionCode: 7
|
|
commit: 3697dd
|
|
subdir: Turbo Editor
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.19'
|
|
CurrentVersionCode: 47
|