Bsh is a shell wrapper that sends push notifications using pushbullet. On success or failure of any bash command run get a notification on your phone. No babysitting scripts, set them off and come back when they've failed or completed.
- python 3.7+
- free pushbullet account
Create api token for your pushbullet account from Account Settings
Add this token to the first line of a text file in the path:
$HOME/.bulletsh/token.txt
pip install .
Can be run as module using following command in any shell:
python3 -m bulletsh
Run command in any shell
bsh
python3 setup_cx.py build
This should create a binary in the build folder
symlink binary to PATH
ln -s <full_path_to_binary> <PATH>
Run from any shell
bsh
Feel free to submit pull requests or issues :)