Command completion notifications, client & server
clin
provides desktop notifications of completed commands.
```
clin -- cargo build --release
clin -c 'cargo build --release' ```
clin
can also be used on remote machines by using ssh
remote port forwarding.
```
clin listen
clin
portssh -R 6445:localhost:6445 you@host
--send
argclin -s -- ./some-build-script.sh ```