From 5daa44185f84459002cf268b3044de0bc9630ed1 Mon Sep 17 00:00:00 2001 From: 35V LG84 <35vlg84-x4e6b92@e257.fi> Date: Sat, 28 Dec 2024 22:49:34 +0200 Subject: [PATCH 1/3] Add "Finance" application category Signed-off-by: 35V LG84 <35vlg84-x4e6b92@e257.fi> --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc297940c..4b4338306 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) @@ -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. + + ### Games See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wiki/Games-Made-With-Piston). From 5ab5f2c927fdda4954d9ff5264dc48aebf0613db Mon Sep 17 00:00:00 2001 From: 35V LG84 <35vlg84-x4e6b92@e257.fi> Date: Sat, 28 Dec 2024 23:12:36 +0200 Subject: [PATCH 2/3] Add Tackler-NG Signed-off-by: 35V LG84 <35vlg84-x4e6b92@e257.fi> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b4338306..fab25eedb 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato 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 From 9873cd7e62332bae191cafa728817b1cb56cd3e5 Mon Sep 17 00:00:00 2001 From: 35V LG84 <35vlg84-x4e6b92@e257.fi> Date: Sun, 29 Dec 2024 12:01:01 +0200 Subject: [PATCH 3/3] Remove extra blank line before Finance section Signed-off-by: 35V LG84 <35vlg84-x4e6b92@e257.fi> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fab25eedb..c04fc982d 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,6 @@ 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.