Is it possible to make CMD+T
keybinding run a bash script? Like for example i want to run my tests on my Heroku project, the command python manage.py test
would be run if did CMD+T
.
Asked
Active
Viewed 1,334 times
6

KeatsPeeks
- 19,126
- 5
- 52
- 83

bogen
- 9,954
- 9
- 50
- 89
1 Answers
5
- Click on Packages --> Commmand Palette --> Select Toggle.
- Type Install Packages and Themes.
- Search for process-palette and then install it.
- Click on Packages --> Process Palette --> Select Toggle
- Create a global configuration or a project specific configuration with the respective Do it! buttons. It will create an example configuration file and open it in the graphical editor
- From the graphical editor, you can then configure the command you want and assign a shortcut to it :

KeatsPeeks
- 19,126
- 5
- 52
- 83