fdroiddata/metadata/jpf.android.diary.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

32 lines
858 B
YAML

Categories:
- Writing
License: GPL-3.0-only
WebSite: http://josep-portella.com/en/software/diary
SourceCode: https://git.savannah.gnu.org/cgit/diary.git
AutoName: Diary
Summary: Personal diary
Description: |-
Write down what you did, your ideas, your dreams... This application will help
you keep it ordered by date like a traditional journal or personal diary.
What you write is saved on the SD card in plain text files, so it's easy to
backup and you can open the files with other applications.
Includes basic functionality for browsing the old entries. Available in English,
Catalan and Spanish.
RepoType: git
Repo: git://git.sv.gnu.org/diary.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
target: android-4
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1