Configurable glob and location on question and hist commands #18

Merged
ok merged 7 commits from cust_loc_glob into main 2023-10-20 09:47:05 +02:00
Owner

This pull request adds a new feature to the question and hist commands in the chatmastermind application. Previously, the default location for messages was set to 'db', which meant that messages in the 'cache' directory were not accessible. With this change, you can now specify the location of the messages using the new --location option.

Additionally, you can use the new --glob option to specify a glob pattern for message file names.

These changes allow you to easily select the location of messages and include messages from the cache directory in your commands.

This pull request adds a new feature to the `question` and `hist` commands in the chatmastermind application. Previously, the default location for messages was set to 'db', which meant that messages in the 'cache' directory were not accessible. With this change, you can now specify the location of the messages using the new `--location` option. Additionally, you can use the new `--glob` option to specify a glob pattern for message file names. These changes allow you to easily select the location of messages and include messages from the cache directory in your commands.
ok added 3 commits 2023-10-19 16:18:48 +02:00
juk0de added 1 commit 2023-10-20 08:25:15 +02:00
juk0de added 1 commit 2023-10-20 08:52:52 +02:00
juk0de force-pushed cust_loc_glob from f2852c1448 to d2a3ab0adb 2023-10-20 08:57:34 +02:00 Compare
juk0de force-pushed cust_loc_glob from d2a3ab0adb to e74d5417ad 2023-10-20 09:01:07 +02:00 Compare
juk0de force-pushed cust_loc_glob from e74d5417ad to 9c7483ec51 2023-10-20 09:03:35 +02:00 Compare
juk0de added 1 commit 2023-10-20 09:15:03 +02:00
juk0de force-pushed cust_loc_glob from 049edbf940 to 5774278fb7 2023-10-20 09:16:11 +02:00 Compare
ok merged commit 17c6fa2453 into main 2023-10-20 09:47:05 +02:00
ok deleted branch cust_loc_glob 2023-10-20 09:47:05 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kaizenkodo/ChatMastermind#18