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
Gullak is a minimalist expense tracker designed to make logging expenses effortless. Input your expenses in natural language, and let the integrated AI handle categorization. Gullak focuses on quick expense logging with the ability to export to CSV for analysis in tools like Actual Budget.
8
8
@@ -21,15 +21,12 @@ I originally developed Gullak for personal use. I had a habit of recording my ex
21
21
-**CSV Export**: Export filtered transactions for analysis in Actual Budget or similar tools.
22
22
-**Dense Table UI**: Compact, fast interface focused on efficiency.
Gullak is designed as a "log and forget" expense tracker. Instead of trying to be an all-in-one budgeting tool with charts and analytics, it focuses on what it does best: making expense logging fast and effortless.
31
27
32
28
The workflow is simple:
29
+
33
30
1.**Log** expenses quickly using natural language
34
31
2.**Confirm** transactions with a single click
35
32
3.**Export** to CSV when ready
@@ -62,6 +59,7 @@ Follow these steps to configure it:
62
59
- Download a copy of the shortcut from [here](https://www.icloud.com/shortcuts/f9039ea721ca4cdeac31fb9b7983450a).
63
60
- Add the shortcut to your library in the Shortcuts app on your iOS device.
64
61
- Customize the GULLAK_API endpoint.
62
+
65
63
- Open the Shortcuts app and find the newly added shortcut.
66
64
- Tap on the shortcut to open the editing interface.
67
65
- Look for the `gullak_api_endpoint` variable within the actions list.
0 commit comments