1.1.0 • Published 6 years ago

dzen2-bin v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

dzen2-bin

dzen2 binary as a Node module.

Install

npm install --save dzen2-bin

You need GCC and make. apt-get install build-essential should do the trick.

Usage

var dzenPath = require('dzen2-bin')
var spawn = require('child_process').spawn

var dzen = spawn(dzenPath, ['-dock', '-fn', 'monospace'])
dzen.stdin.write('hello world\n')

License

MIT

1.1.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago