https://github.com/xynrin/spark-store-tui
Spark Store TUI 是一个基于 Bash + fzf 的终端应用商店浏览工具, 支持浏览 Spark Store / APM Store 元数据、预览应用信息和图片, 并通过 Metalink + aria2c 下载应用包。
https://github.com/xynrin/spark-store-tui
Last synced: 30 days ago
JSON representation
Spark Store TUI 是一个基于 Bash + fzf 的终端应用商店浏览工具, 支持浏览 Spark Store / APM Store 元数据、预览应用信息和图片, 并通过 Metalink + aria2c 下载应用包。
- Host: GitHub
- URL: https://github.com/xynrin/spark-store-tui
- Owner: Xynrin
- License: gpl-3.0
- Created: 2026-04-30T08:42:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-30T10:55:53.000Z (2 months ago)
- Last Synced: 2026-04-30T12:19:18.661Z (2 months ago)
- Language: Shell
- Size: 86.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.build.md
- License: COPYING
Awesome Lists containing this project
README
# Build spark-store-tui .deb
```bash
sudo apt install -y dpkg-dev fakeroot
make
sudo apt install ./spark-store-tui_0.7.2-1_all.deb
```
The package is GPL-3.0-only.