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
I have a custom command called test. I generally keep re-writing when I switch from codebase to codebase. We could potentially have a project specific list of custom commands.
Approach
The project can be scoped based on the git root. If its not a git tracked directory, it can assume the current directory as the root
We don't have to store the custom command files in the project directory. We can still store it in the same custom directory path. We can just add a prefix of the project name to the files to identify them. This way, we can toggle this feature on/off without loosing the commands. When toggled on, the custom commands should only list the project specific ones. When toggled off, it should list all commands
The text was updated successfully, but these errors were encountered:
I have a custom command called
test
. I generally keep re-writing when I switch from codebase to codebase. We could potentially have a project specific list of custom commands.Approach
The text was updated successfully, but these errors were encountered: