ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Run​Command

by qfel ST2

Run arbitraty plugin-defined commands

Details

  • 2012.12.08.11.14.22
  • github.​com
  • github.​com
  • 11 years ago
  • 12 minutes ago
  • 12 years ago

Installs

  • Total 2K
  • Win 843
  • Mac 428
  • Linux 287
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

RunCommand

When I started using Sublime Text I was curious to experiment with all the possible commands I could use - but some of them were only accessible through the Python console, which wasn't very handy. Thus, I created a plugin to call arbitrary commands. Can also help with plugin development.

Command palette

3 new commands are available:

  • Run Application Command
  • Run Window Command
  • Run Text Command

They all work in the same way - display a list of commands of specified kind, allowing to call them with arbitrary arguments. The syntax for arguments is comma-separated list of JSON values, they can be specified by name the same way as in Python.

Settings

There are 3 bool settings you can configure in RunCommand.sublime-settings:

  • show_arguments
  • show_boring_defaults
  • show_doc