Commit Graph

15 Commits

Author SHA1 Message Date
49bb2f4fc8 Properly align columns from list subcommand. 2024-10-29 19:44:09 +01:00
009e3f09bf Add feature to edit recipe description. 2024-10-21 18:44:38 +02:00
320346911c Add feature to edit name.
And documentation for editing the description.
2024-10-21 18:37:53 +02:00
5873ceb627 Enable adding and removing tags from recipes. 2024-10-21 14:03:04 +02:00
5bcc598880 Enable adding and removing ingredients from recipes. 2024-10-21 13:54:07 +02:00
c31ccdece2 Close database upon errors. 2024-10-12 10:48:35 +02:00
2434a516cd Remove unused ret variable in cmd_info(). 2024-10-12 10:27:59 +02:00
d30f8df5c1 Put database in class and use throw exceptions. 2024-10-11 17:43:28 +02:00
ba7f930231 Rename functions command_* -> cmd_* 2024-10-11 16:18:22 +02:00
1a590b477e Add info command. 2024-10-11 12:01:22 +02:00
c0c6959774 Regularize token use.
Mainly using the 'not' and 'not_eq' tokens.
2024-10-11 10:54:14 +02:00
e25fb66dbc Add removal feature. 2024-10-11 10:43:38 +02:00
5f53180a60 Add list feature. 2024-10-11 09:24:48 +02:00
81eced2636 Finish porting to C++. 2024-10-10 07:27:22 +02:00
836daeb69b Switch to using C++. 2024-10-09 19:50:53 +02:00