gaetan1903 / Akory

A simple typewriter effect command written in bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

akory

A simple typewriter effect command written in bash

akory-preview.mp4

INSTALLATION

sudo wget https://raw.githubusercontent.com/gaetan1903/akory/main/akory -O /usr/local/bin/akory
sudo chmod a+rx /usr/local/bin/akory

USAGE

AS PARAMETER

akory "Hello world " 
akory -d 0.2 "Hello world " 
akory -d 0.002 "`figlet 'd e  a o n a   a a ? ?'`" | lolcat 
akory -d 0.002 "`neofetch`" 

AS PIPE INPUT

date | akory 
echo "Hello world " | akory -d 0.2
neofetch |akory -d .001

CONTRIBUTORS

Image des contributeurs GitHub

About

A simple typewriter effect command written in bash


Languages

Language:Shell 100.0%