README.md
August 15, 2022 ยท View on GitHub
Emwave with custom string
๐ก About
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
๐ Setup
๐งพ Dependencies
๐ฅ Installation
๐ง Manually
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
๐ฆ Package manager
For Bpkg user:
bpkg install info-mono/emwave
For Basher user:
basher install info-mono/emwave
โจ๏ธ Usage
Run emwave in the terminal:
emwave
emwave <string>
๐ Credits
Special thanks to:
Made with โค๏ธ by
@info-mono
