https://github.com/info-mono/emwave
๐ Emwave with custom string
https://github.com/info-mono/emwave
ansi cli colors curl posix-sh shell terminal
Last synced: about 2 months ago
JSON representation
๐ Emwave with custom string
- Host: GitHub
- URL: https://github.com/info-mono/emwave
- Owner: info-mono
- License: gpl-3.0
- Created: 2022-08-15T11:17:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T13:48:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T05:28:34.676Z (over 1 year ago)
- Topics: ansi, cli, colors, curl, posix-sh, shell, terminal
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Emwave with custom string
## ๐ก About
**Emwave** script is originally written by Ilya144 as [a pull request](https://github.com/stark/Color-Scripts/pull/18) for [Color-Scripts](https://github.com/stark/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
sh -c "$(curl -fsLS https://info-mono.github.io/emwave)" --
```
If you just want a quick print of the default emwave, try:
```sh
curl -fsLS https://info-mono.github.io/emwave/default
```
## ๐ Setup
### ๐งพ Dependencies
- [POSIX compliance shell (`sh`, `bash`, `zsh`, ...)](https://wikipedia.org/wiki/Unix_shell)
- [`sed`](https://wikipedia.org/wiki/Sed)
### ๐ฅ Installation
#### ๐ง Manually
Option 1: using `curl`
```sh
curl https://raw.githubusercontent.com/info-mono/emwave/main/bin/emwave > ~/.local/bin/emwave
chmod +x ~/.local/bin/emwave
```
Option 2: using `git`
```sh
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](https://github.com/bpkg/bpkg) user:
```sh
bpkg install info-mono/emwave
```
For [Basher](https://github.com/basherpm/basher) user:
```sh
basher install info-mono/emwave
```
## โจ๏ธ Usage
Run `emwave` in the terminal:
```sh
emwave
```
```sh
emwave
```
## ๐ Credits
Special thanks to:
- [**Original Emwave**](https://github.com/stark/Color-Scripts/pull/18) by [Ilya144](https://github.com/ilya144)
---
>
Made with โค๏ธ by @info-mono
>
>
