You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Allow users to customize prompts by specifying custom paths. This idea was brained stormed with @pjz
Is your feature request related to a problem? Please describe.
Currently, it's not possible for users to customize the prompt options. Users may want to have more control over what prompts they have and it is currently not possible without modifying the source code.
Describe the solution you'd like
I would like to see an option in the configuration file that allows users to specify the path to their own custom prompts. Users could then use them as an option in shell-craft.
Describe alternatives you've considered
Some users may resort to modifying the source code to add their own prompt configurations, but this can be time-consuming and requires familiarity with programming. Another alternative would be to use external plugins or tools to modify prompts, but this can be clunky and may require additional setup.