6

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.

KeatsPeeks
  • 19,126
  • 5
  • 52
  • 83
bogen
  • 9,954
  • 9
  • 50
  • 89

1 Answers1

5
  1. Click on Packages --> Commmand Palette --> Select Toggle.
  2. Type Install Packages and Themes.
  3. Search for process-palette and then install it.
  4. Click on Packages --> Process Palette --> Select Toggle
  5. 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
  6. From the graphical editor, you can then configure the command you want and assign a shortcut to it :

graphical editor

Process-palette documentation

KeatsPeeks
  • 19,126
  • 5
  • 52
  • 83