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

Add transient menu for ellama #163

Merged
merged 3 commits into from
Oct 15, 2024
Merged

Add transient menu for ellama #163

merged 3 commits into from
Oct 15, 2024

Conversation

markokocic
Copy link
Contributor

Fixes #162

ellama.el Outdated
[["Summarize Commands"
("s" "Summarize" ellama-summarize)
("w" "Summarize Webpage" ellama-summarize-webpage)
("c" "Summarize Killring" ellama-summarize-killring)]
Copy link
Owner

@s-kostyaev s-kostyaev Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe pick "k" here? Looks like it could be more logical.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I'm not sure.

ellama.el Outdated
("b" "Translate Buffer" ellama-translate-buffer)
("e" "Enable Translation" ellama-chat-translation-enable)
("d" "Disable Translation" ellama-chat-translation-disable)
("c" "Text Complete" ellama-complete)]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move "text complete" to text commands

ellama.el Outdated
[["Chat"
("c" "Chat" ellama-chat)
("a" "Ask" ellama-transient-ask-menu)
("C" "Code" ellama-transient-code-menu)]]
Copy link
Owner

@s-kostyaev s-kostyaev Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "Code" shouldn't be in "Chat" group. Or group should be renamed.

@s-kostyaev s-kostyaev merged commit 79a3f0a into s-kostyaev:main Oct 15, 2024
11 checks passed
@s-kostyaev
Copy link
Owner

@markokocic thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add transient menu for ellama
2 participants