-
Notifications
You must be signed in to change notification settings - Fork 226
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
feat: Command Description #437
feat: Command Description #437
Conversation
Add title Add hints
Not sure why the keybind is "a" when "d" is the first letter of "description" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
It was initially thought to the function name as about page and the key A for about but command description suited it better so I refactored the function names to description with D as keybind |
yeah thanks |
Now this is PERFECT! Thank you @jeevithakannan2 exactly what I was thinking. |
Pull Request
Title
Implement command description for commands just like how command preview works
Type of Change
Description
Add command description be using D key just like how command preview works
Testing
Works as expected.
Impact
When new scripts are added a description must be added in the toml for command description to work
Issue related to PR
Checklist