financeager icon indicating copy to clipboard operation
financeager copied to clipboard

Organize your finances easily - from the command line!

Results 15 financeager issues
Sort by recently updated
recently updated
newest added

In the form of ``` fina remove 1 2 5 fina remove $(seq 4 8) fina update 1 2 -c new-category ``` Supported by tinydb: https://tinydb.readthedocs.io/en/latest/usage.html#id2

In the current implementation, a single interface to `tinydb` exists: `financeager.periods.TinyDbPeriod`. For adding different interfaces (e.g. for sqlite, Postgres), the base class should - have abstract methods `add_entry`, `remove_entry`, `update_entry`,...

enhancement
good first issue

For increased usability, a different user interface could be provided. First of all this requires some architectural considerations, e.g. whether the frontend caches queries, and how it is synchronized with...

enhancement
question

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.17.1 to 3.18.0. Changelog Sourced from marshmallow's changelog. 3.18.0 (2022-09-15) Features: Add Enum field (:pr:2017) and (:pr:2044). Bug fixes: Fix typing in Field._serialize signature (:pr:2046). Commits 2805f32...

dependencies

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.20.1 to 3.20.2. Changelog Sourced from marshmallow's changelog. 3.20.2 (2024-01-09) Bug fixes: Fix Nested field type hint for lambda Schema types (:pr:2164). Thanks :user:somethingnew2-0 for the PR....

dependencies
python

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Misc Update actions/cache to v4 #190 PR by @​SukiCZ. #189 issue by @​bakerkj. Commits 2c7b380 v3.0.1 8e2deeb...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions