bbresults

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

Usage no npm install needed!

<script type="module">
  import bbresults from 'https://cdn.skypack.dev/bbresults';
</script>

README

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.

Install

npm i --save bbresults

Test

npm test

Acknowledgements

TooTallNate's applescript module made the first attempt easy. Also showed me osascript accepts applescript text on stdin, nice.

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