linutil icon indicating copy to clipboard operation
linutil copied to clipboard

feat: Command Description

Open jeevithakannan2 opened this issue 1 year ago • 3 comments

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

about

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.

jeevithakannan2 avatar Sep 17 '24 06:09 jeevithakannan2

Not sure why the keybind is "a" when "d" is the first letter of "description"

ghost avatar Sep 17 '24 08:09 ghost

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

jeevithakannan2 avatar Sep 17 '24 11:09 jeevithakannan2

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

ghost avatar Sep 17 '24 11:09 ghost

Now this is PERFECT! Thank you @jeevithakannan2 exactly what I was thinking.

ChrisTitusTech avatar Sep 19 '24 00:09 ChrisTitusTech