added option '-a' to match all tags when selecting chat history entries
This commit is contained in:
@@ -28,7 +28,7 @@ pip install .
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
cmm [-h] [-p PRINT | -q QUESTION | -D | -d | -l] [-c CONFIG] [-m MAX_TOKENS] [-T TEMPERATURE] [-M MODEL] [-n NUMBER] [-t [TAGS [TAGS ...]]] [-e [EXTAGS [EXTAGS ...]]] [-o [OTAGS [OTAGS ...]]] [-w] [-W]
|
||||
cmm [-h] [-p PRINT | -q QUESTION | -D | -d | -l] [-c CONFIG] [-m MAX_TOKENS] [-T TEMPERATURE] [-M MODEL] [-n NUMBER] [-t [TAGS [TAGS ...]]] [-e [EXTAGS [EXTAGS ...]]] [-o [OTAGS [OTAGS ...]]] [-a] [-w] [-W]
|
||||
```
|
||||
|
||||
### Arguments
|
||||
@@ -37,6 +37,7 @@ cmm [-h] [-p PRINT | -q QUESTION | -D | -d | -l] [-c CONFIG] [-m MAX_TOKENS] [-T
|
||||
- `-q`, `--question`: Question to ask.
|
||||
- `-D`, `--chat-dump`: Print chat history as a Python structure.
|
||||
- `-d`, `--chat`: Print chat history as readable text.
|
||||
- `-a`, `--match-all-tags`: All given tags must match when selecting chat history entries.
|
||||
- `-w`, `--with-tags`: Print chat history with tags.
|
||||
- `-W`, `--with-tags`: Print chat history with filenames.
|
||||
- `-l`, `--list-tags`: List all tags and their frequency.
|
||||
|
||||
Reference in New Issue
Block a user