Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-bossman/rickascii
rickroll in terminal
https://github.com/mr-bossman/rickascii
ascii-art rickroll
Last synced: 4 days ago
JSON representation
rickroll in terminal
- Host: GitHub
- URL: https://github.com/mr-bossman/rickascii
- Owner: Mr-Bossman
- Created: 2021-08-15T04:50:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T04:22:14.000Z (about 1 year ago)
- Last Synced: 2024-10-30T12:12:11.525Z (about 2 months ago)
- Topics: ascii-art, rickroll
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RickASCII - RickRoll using curl
Plays rick astley's never gonna give you up in ANSI art.
Pipeing curl's output to `bash` or `cmd.exe` will play audio.## Try on Linux/Mac/Android using:
```bash
curl -sN http://rick.jachan.dev | bash
```
or
```bash
curl http://rick.jachan.dev
```
For *nix systems you need `which`, `cat`, and one of `aplay`, `afplay`, `paplay`, `play`.## Try on Windows using:
```powershell
curl.exe -sN http://rick.jachan.dev | cmd.exe
```
or
```powershell
curl.exe -sN http://rick.jachan.dev
```### [Example Video](https://www.youtube.com/watch?v=V04kmtTIMEk)
![](demo.png)