r0gue-io/pop-cli

feat: implement filter mode for `pop call`

Open

#445 opened on Mar 7, 2025

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Rust (39 forks)github user discovery
DevExgood first issuelow

Repository metrics

Stars
 (113 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The current version of pop call does not provide a good view of available calls that user can select from. I experienced a broken TUI due to a long list of select items. My suggestion is to implement filter mode to the pop call. Provide a similar experience to #420.

Contributor guide