https://github.com/zensgit/jive
https://github.com/zensgit/jive
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zensgit/jive
- Owner: zensgit
- Created: 2026-01-06T07:52:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-25T17:33:16.000Z (about 2 months ago)
- Last Synced: 2026-04-25T17:33:41.224Z (about 2 months ago)
- Language: Dart
- Size: 65.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jive
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## Auto bookkeeping (iOS Shortcuts)
iOS cannot read other app notifications directly. Use a Shortcut that opens a URL:
```
jive://auto?amount=23.50&source=WeChat&raw_text=星巴克&type=expense
```
Parameters:
- `amount` (required): numeric amount
- `source` (optional): WeChat / Alipay / Shortcut / etc.
- `raw_text` or `note` (optional): merchant or memo text
- `type` (optional): `expense` | `income` | `transfer` (omitted = auto infer)
Flow:
- Default is pending review. Enable "自动入账" in settings to commit directly.