/puck

Get notifications when long running commands finish

Primary LanguageGoMIT LicenseMIT

Puck

run commands and get notifications when it finishes.

Usage

$ puck watch dd if=./example.iso of=/dev/sdb

Puck will now monitor the command and display a notification via notify-send when its done. You can use either the watch command or its alias w to accomplish this. If you need to test the programs functionality you can use the test command or its alias t.

Installation

From Source

1. Download Source Code

$ git clone https://github.com/joshburnsxyz/puck

2. Run Build and Install Scripts

$ make
$ sudo make install

3. Ensure Installation Worked

$ puck --help
$ puck test

Automatic Installation

Requires curl to be installed on your system

$ curl -sf https://gobinaries.com/github.com/joshburnsxyz/puck | sh