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

Respect the --raw option in other subcommands #348

Open
vanyauhalin opened this issue Sep 12, 2024 · 0 comments
Open

Respect the --raw option in other subcommands #348

vanyauhalin opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vanyauhalin
Copy link

I am not a big fan of interactive elements like the list of elements. I am not sure if this fits into your philosophy, but if it can be implemented, I will be happy.

Current behavior:

$ mods -l
┃ Conversations
┃ > 018d359  thirteenth 7 minutes ago gpt-4o
┃   b89846a  twelfth 7 minutes ago gpt-4o
┃   00f4951  eleventh 8 minutes ago gpt-4o

↑ up • ↓ down • / filter • enter submit

Expected behavior:

$ mods -l --raw
018d359  thirteenth 7 minutes ago gpt-4o
b89846a  twelfth 7 minutes ago gpt-4o
00f4951  eleventh 8 minutes ago gpt-4o
acf7b5b  tenth 9 minutes ago gpt-4o
8ebc7d1  ninth 9 minutes ago gpt-4o
82bb251  eighths 9 minutes ago gpt-4o
56b7afb  seventh 10 minutes ago gpt-4o
761a813  sixth 10 minutes ago gpt-4o
7efca88  fifth 11 minutes ago gpt-4o
45f3d3a  fourth 11 minutes ago gpt-4o
130a03d  third 11 minutes ago gpt-4o
bd6d657  second 12 minutes ago gpt-4o
59451fd  first 12 minutes ago gpt-4o
@vanyauhalin vanyauhalin added the enhancement New feature or request label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant