Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brackets-simple-runner

A Brackets extension to run a script and parse clickable links from the stack trace.

The command is available under File -> Run runner or Ctrl-F9. It runs a script called "go" from the currently open project dir. For now it can only parse Node.js stack trace.

It only collects stdout, so you need to redirect stderr into stdout yourself in the go script.

Example script

#!/bin/bash
/usr/local/bin/node tst.js 2>&1

Simple runner screenshot

About

A Brackets extension to run a script and parse clickable links from the stack trace.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages