-
Notifications
You must be signed in to change notification settings - Fork 542
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
[bounty] improve CLI UX #711
Labels
Comments
💎 $50 bounty • Screenpi.peSteps to solve:
Thank you for contributing to mediar-ai/screenpipe! Add a bounty • Share on socials
|
@louis030195 I think we can use |
I will raise PR. I think you can get a view for one command |
/attempt #711
|
9 tasks
💡 @Saturn225 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i like
gcloud
CLI UX with subcommands and stuff like thisthere are a few bad patterns in screenpipe CLI atm like:
screenpipe --list-audio-devices
or
screenpipe --list-monitors
should be
screenpipe monitors list
or something like this
/bounty 50
can you suggest some general improvements first and then implement it
it should not break previous args, make them "deprecated" with a warning message shown in logs and in a few weeks we'd remove them
The text was updated successfully, but these errors were encountered: