🚀 Feature Request: Extend list info with reset times
Description
It would be very useful to extend the information returned by the list command to include reset times in a compact, single-line format.
Currently, the list provides useful profile-related details, but it does not indicate when certain limits or states will reset. Adding reset time information would improve transparency and usability without sacrificing readability.
Proposed Solution
Enhance the list output to include reset timestamps directly in the same row for each profile, including:
- 5-hour reset
- Weekly reset
Example
Current output:
PLUS john.doe@gmail.com personal <- active
PLUS dev.team@acmecorp.io work
Proposed output:
PLUS john.doe@gmail.com personal | 5h reset: 2026-04-05 18:00 UTC | week reset: 2026-04-07 00:00 UTC <- active
PLUS dev.team@acmecorp.io work | 5h reset: 2026-04-05 20:00 UTC | week reset: 2026-04-07 00:00 UTC
Benefits
- Quick visibility of all relevant timing information
- Keeps output compact and CLI-friendly
- Improves usability without adding extra lines
Additional Context
A consistent format would allow for easy parsing and future extensibility if more reset types are added.
🚀 Feature Request: Extend list info with reset times
Description
It would be very useful to extend the information returned by the
listcommand to include reset times in a compact, single-line format.Currently, the list provides useful profile-related details, but it does not indicate when certain limits or states will reset. Adding reset time information would improve transparency and usability without sacrificing readability.
Proposed Solution
Enhance the
listoutput to include reset timestamps directly in the same row for each profile, including:Example
Current output:
Proposed output:
Benefits
Additional Context
A consistent format would allow for easy parsing and future extensibility if more reset types are added.