InputArgs
InputArgs copied to clipboard
Sublime text plugin to send input arguments when building.
InputArgs
A sublime text plugin to send custom input arguments when building using 'ctrl + b'. View a program output with custom arguments from within sublime text.
Installing
Using Package Control
Install this sublime text 2/3 package via Package Control; search for package: "InputArgs"
OSX
$ cd ~/Library/Application\ Support/Sublime\ Text\ <2/3>/Packages/
$ git clone git://github.com/bilalba/InputArgs.git InputArgs
Linux (Ubuntu like distros)
$ cd ~/.config/sublime-text-<2/3>/Packages/
$ git clone git://github.com/bilalba/InputArgs.git InputArgs
Windows
Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text <2/3>\Packages"
Usage
Standard sublime text build system commands.
Use "ctrl+b" to run the build system and an input dialog will ask for arguments.
New Build Systems can be added through "Tools>Build System>New Build System".