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 ```
30 lines
778 B
YAML
30 lines
778 B
YAML
Categories:
|
|
- Writing
|
|
License: GPL-2.0-or-later
|
|
WebSite: http://hatapy.web.fc2.com/mininoteviewer.html
|
|
SourceCode: https://bitbucket.org/dalb8/mininoteviewer
|
|
|
|
AutoName: miniNoteViewer
|
|
Summary: Note taker with encryption
|
|
Description: |-
|
|
* Simple file explorer
|
|
* View and edit text files(.txt)
|
|
* Option to encrypt files with a password (Blowfish algorithm)
|
|
* View and edit files encrypted by [http://tombo.sourceforge.jp/En Tombo] (.chi)
|
|
* Search for word in text (REGEX/CASE_INSENSITIVE)
|
|
|
|
The website is in Japanese only.
|
|
|
|
RepoType: git
|
|
Repo: https://bitbucket.org/dalb8/mininoteviewer.git
|
|
|
|
Builds:
|
|
- versionName: '0.40'
|
|
versionCode: 40
|
|
commit: 8dcc6cc
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '0.40'
|
|
CurrentVersionCode: 40
|