Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue requests an update to the project's README file. The update is needed to document several recent changes and new features, specifically mentioning the `--format json` and `--path` options, the `rename` command, partial search functionality, and backup features.
AI Summary: This issue requests adding a warning message for the `unencrypted` flag. The warning should clearly state that using this flag will leave all OTP codes unencrypted and is intended for debug purposes only, thereby informing users of its security implications.
AI Summary: This issue proposes refactoring the flag definitions used across various subcommands within the project. The primary goal is to eliminate redundant code by identifying and consolidating repetitive flag configurations. The suggested approach involves introducing a new struct to encapsulate these common flags, thereby promoting code reuse and improving maintainability.