linutil
linutil copied to clipboard
feat: Command Description
Pull Request
Title
Implement command description for commands just like how command preview works
Type of Change
- [x] New feature
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
- Resolves #244
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] I have commented my code, particularly in hard-to-understand areas.
- [x] My changes generate no errors/warnings/merge conflicts.
Not sure why the keybind is "a" when "d" is the first letter of "description"
Not sure why the keybind is "a" when "d" is the first letter of "description"
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
Not sure why the keybind is "a" when "d" is the first letter of "description"
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.