Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Finance" app category and Tackler-NG accounting application #1866

Merged
merged 3 commits into from
Dec 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* [Embedded](#embedded)
* [Emulators](#emulators)
* [File manager](#file-manager)
* [Finance](#finance)
* [Games](#games)
* [Graphics](#graphics)
* [Image processing](#image-processing)
Expand Down Expand Up @@ -82,7 +83,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* [Email](#email)
* [Encoding](#encoding)
* [Filesystem](#filesystem)
* [Finance](#finance)
* [Finance](#finance-1)
* [Functional Programming](#functional-programming)
* [Game development](#game-development)
* [Geospatial](#geospatial)
Expand Down Expand Up @@ -322,6 +323,12 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato
* [xplr](https://github.com/sayanarijit/xplr) - A hackable, minimal, fast TUI file explorer
* [yazi](https://github.com/sxyazi/yazi) - Blazing fast terminal file manager, based on async I/O.

### Finance

See also [Payments](#payments) applications.

* [e257-fi/tackler-ng](https://github.com/e257-fi/tackler-ng) [[tackler](https://crates.io/crates/tackler)] - Fast, reliable bookkeeping engine with native GIT SCM support for plain text accounting [![CI Badge](https://github.com/e257-fi/tackler-ng/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/e257-fi/tackler-ng/blob/main/.github/workflows/ci.yml)

### Games

See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wiki/Games-Made-With-Piston).
Expand Down
Loading