2.1.0 • Published 8 years ago

login-text v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

login-text

Set the login window text in (OS X)

This will ask for sudo password

Install

$ npm install --save login-text

CLI

$ npm install --global login-text
$ login-text --help

  Example
    $ login-text "Welcome to my computer"

Usage

const loginText = require('login-text');

loginText('Welcome to my computer').then(() => {
	console.log('Login text is now set');
});

License

MIT © Andreas Gillström

2.1.0

8 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.0

9 years ago