Release 0.9.0 #192
Closed
TheR1D
announced in
Announcements
Replies: 1 comment
-
Additional example showing the role being called upon can be seen here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Roles
In the latest release 0.9.0 ShellGPT allows you to create custom roles, which can be utilized to generate code, shell commands, or to fulfill your specific needs. To create a new role, use the
--create-role
option followed by the role name. You will be prompted to provide a description for the role, along with other details. This will create a JSON file in~/.config/shell_gpt/roles
with the role name. Inside this directory, you can also edit defaultsgpt
roles, such as shell, code, and default. Use the--list-roles
option to list all available roles, and the--show-role
option to display the details of a specific role. Here's an example of a custom role:Beta Was this translation helpful? Give feedback.
All reactions