Export Custom Commands? #361
shanecowherd
started this conversation in
General
Replies: 2 comments
-
Exporting custom commands sounds like a good idea. I will work on it after I finish the big things at hand. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Finally, it is implemented in 0.30.0. I was planning to implement it after refactoring the storage of custom commands but never had the time. Eventually, I chose to just implement it... |
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.
-
Is it possible to export custom commands to share with my team?
Finally started using the /run command today, ran into some permission problems, so I used the following Apple script in the custom command and it worked great!
My use case was a react native build script, but the pod install would apply to more people.
/run osascript -e 'tell app "Terminal" to do script "cd ~/Developer/SampleProject; pod install"'
Beta Was this translation helpful? Give feedback.
All reactions