You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commands.md
+129Lines changed: 129 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,135 @@ Show subscription details.
129
129
riseup account subscription
130
130
```
131
131
132
+
## Transaction Management
133
+
134
+
Commands that modify your RiseUp data. Use with care.
135
+
136
+
### unclassified
137
+
138
+
List transactions categorized as "כללי" (General) — these need classification.
139
+
140
+
```bash
141
+
riseup unclassified # Current month
142
+
riseup unclassified prev # Previous month
143
+
riseup unclassified --json # JSON output with transaction IDs
144
+
```
145
+
146
+
### classify
147
+
148
+
Classify a transaction into a category. By default (`--apply-to all`), also teaches RiseUp to auto-classify future transactions from the same merchant.
0 commit comments