Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add Support for UUID-based Conversation Selector #65

Open
Judx opened this issue Nov 18, 2024 · 0 comments
Open

Feature Request: Add Support for UUID-based Conversation Selector #65

Judx opened this issue Nov 18, 2024 · 0 comments

Comments

@Judx
Copy link

Judx commented Nov 18, 2024

Feature Request: Add Support for UUID-based Conversation Selector

Problem

It's hard to differentiate between conversations with the same name. Selecting by regex can also lead to incorrect or partial matches. This makes it difficult to reliably select conversation.

Solution

Add support for selecting conversations using their unique identifiers (UUIDs). This would allow users to specify conversations with precision, avoiding conflicts caused by duplicate names or regex mismatches.

Implementation

Extend the -c option in commands like export-messages, export-attachments, and export-avatars to accept uuid:<id> as a valid selector.

Examples

 sigtop msg -c uuid:123e4567-e89b-12d3-a456-426614174000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant