Emwave with custom string
Emwave script is originally written by Ilya144 as a pull request for Color-Scripts.
This is an enhanced version of it with option to set display string. It also use sh
instead of bash
for more portability.
Try it:
sh -c "$(curl -fsLS https://info-mono.github.io/emwave)" -- <string>
If you just want a quick print of the default emwave, try:
curl -fsLS https://info-mono.github.io/emwave/default
Option 1: using curl
curl https://raw.githubusercontent.com/info-mono/emwave/main/bin/emwave > ~/.local/bin/emwave
chmod +x ~/.local/bin/emwave
Option 2: using git
git clone https://github.com/info-mono/emwave.git ~/.local/share/emwave
ln -s ~/.local/share/emwave/bin/emwave ~/.local/bin/emwave
For Bpkg user:
bpkg install info-mono/emwave
For Basher user:
basher install info-mono/emwave
Run emwave
in the terminal:
emwave
emwave <string>
Special thanks to:
Made with β€οΈ by
@info-mono