0.0.1 • Published 9 years ago

argrowlspace v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Growl / OSX Notifications for ArchivesSpace

Get notified whenever a record is updated in ArchivesSpace

Install and Setup (OSX 10.8+)

Install node, terminal-notifier, and this:

% brew install node
% brew install terminal-notifier
% npm install argrowlspace -g

Find out the url of your backend ArchivesSpace server and run:

% argrowlspace setup
$ ASpace backend url: <ENTER YOUR BACKEND URL>
$ ASpace username: <ENTER YOUR USERNAME>
$ ASpace password: <WONT BE SAVED ANYWHERE>
% You\'re logged in!

Now to start getting notifications:

$ asgrowlspace start

and to stop getting notifications:

$ asgrowlspace stop

Enjoy.