feat: Implement history tracking with new CLI commands for viewing past transcripts and usage statistics.
This commit is contained in:
@@ -60,6 +60,8 @@ To remove Toak from your system, simply run:
|
||||
- **`toak show`**: Displays your current configuration in a clean table.
|
||||
- **`toak config <key> <value>`**: Quickly update a specific setting (e.g., `toak config whisper whisper-large-v3-turbo`).
|
||||
- **`toak skill`**: Manage dynamic JSON skills via `list`, `add`, or `remove` subcommands.
|
||||
- **`toak history`**: Display your recent dictation history (`-n <count>`, `--grep <pattern>`, `--export <file>`, `--shred`).
|
||||
- **`toak stats`**: Display usage statistics and analytics like most active day and top words.
|
||||
|
||||
### Flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user