Sidd-Dino / faceless-says

a cowsay variant written in bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 __
|_
|  ACELESS-SAYS
________________________________________________________________________________

An attempt to make a cowsay like program purely in bash.


Installation
________________________________________________________________________________

><> make install


Usage
________________________________________________________________________________

# Input
------------
## Use as is to input text after execution
  ><> faceless-says
        (OR)
## Pipe output into it
  ><> fortune | faceless-says


# ASCII art
------------
## To change the face used by faceless-says
  ><> export FACE="name_of_the_face"
  *Example
  ><> export FACE="dog"

## Custom face files
- Create a dir called 'faces' in '~/.cache'
- store the ascii file inside with whatever name you want
- See "example_face_file" for reference


Preview (sorta....)
________________________________________________________________________________

><> fortune | faceless-say 
.-----------------------------------.
|"There... I've run rings 'round you|
| logically"                        |
|-- Monty Python's Flying Circus    |
'-----------------------------------'
    \
     \
     ______
   .'      '.
   |        |
   | .      |
 _.' '.____.'.__
/_______________\

About

a cowsay variant written in bash


Languages

Language:Shell 91.2%Language:Makefile 8.8%