├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ ├── cronjob.yml │ └── sync-release.yml ├── LICENSE ├── README.md ├── appman ├── commits.json └── last-check.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/cronjob.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/.github/workflows/cronjob.yml -------------------------------------------------------------------------------- /.github/workflows/sync-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/.github/workflows/sync-release.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/README.md -------------------------------------------------------------------------------- /appman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/appman -------------------------------------------------------------------------------- /commits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivan-hc/AppMan/HEAD/commits.json -------------------------------------------------------------------------------- /last-check.txt: -------------------------------------------------------------------------------- 1 | Sun Dec 7 02:52:41 UTC 2025 2 | --------------------------------------------------------------------------------