764 shaares
94 liens privés
94 liens privés
banglebang đź””
Ever ran a wget in background, switched to your browser, and then forgot that you were downloading something at all? Or hate switching windows just to check if it's finished? This has come to an end with banglebang. It will take input from stdin (e.g by using a pipe, | ) and display it as notification on your Bangle.js.
curl -s https://example.com/file.zip | banglebang
If there is no message specified by stdin, the Bangle.js will display " BAM ". Please also notify that banglebang will only parse the first line of stdin, so you should filter (e.g by using an intermediate grep)