-
-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I want to export only commands without metadata. Further, besides the full command list, I want to export only filtered commands, for example, to send selected commands to ChatGPT for script generation.
Describe the solution you'd like
The existing Export History button will offer two main export modes (as a context menu):
- Full
- Constrained by filter
Each mode will include the same two export options:
- Full JSON (includes all metadata)
- Only Commands
Additional feature
Each mode can also include the third option:
- Commands and Notes (export of the content of the Notes section)
Reactions are currently unavailable