/bbresults

Library to make BBEdit display a results browser. NOTE BBEdit provides it's own bbresults command line utility, this repo is obsolete

Primary LanguageJavaScript

BBresults

Library to make BBEdit display a results browser, given some data for a file containing line and reason pointers.

Used by BBJshint and BBJslint.

Note BBEdit v11.6 and later provide it's own bbresults command line tool.

Install

npm i --save bbresults

Test

npm test

Acknowledgements

TooTallNate's applescript module taught me osascript accepts applescript text on stdin.

OS X notifications via Eloy Durán's terminal-notifier and Evan Wallace's node wrapper for same.

Props to James Halliday for his minimal and fun tape.

License

MIT