Skip to content

pemtajo/bushido-dragon

This branch is 7 commits ahead of julianosirtori/Cowsay-coachdefracassos:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 15, 2020
85ba756 Β· Aug 15, 2020

History

16 Commits
Aug 3, 2020
Aug 15, 2020

Repository files navigation

πŸ‰ Bushido dragon

/ No masterpiece was ever created by a \
\ lazy artist.                         /
 --------------------------------------
      \                    / \  //\
       \    |\___/|      /   \//  \\
            /0  0  \__  /    //  | \ \    
           /     /  \/_/    //   |  \  \  
           @_^_@'/   \/_   //    |   \   \ 
           //_^_/     \/_ //     |    \    \
        ( //) |        \///      |     \     \
      ( / /) _|_ /   )  //       |      \     _\
    ( // /) '/,_ _ _/  ( ; -.    |    _ _\.-~        .-~~~^-.
  (( / / )) ,-{        _      `-.|.-~-.           .~         `.
 (( // / ))  '/\      /                 ~-. _ .-~      .-~^-.  \
 (( /// ))      `.   {            }                   /      \  \
  (( / ))     .----~-.\        \-'                 .~         \  `. \^-.
             ///.----..>        \             _ -~             `.  ^-`  ^-_
               ///-._ _ _ _ _ _ _}^ - - - - ~                     ~-- ,.-~
                                                                  /.-~

Inspiring quotes in your terminal.

Requirements

  • Jq
sudo apt install jq 
  • Curl
sudo apt install curl
  • Cowsay
sudo apt install cowsay

Install

If you use bash, paste the script below in the .bashrc. Or, if your use zsh, paste in the file .zshrc

curl -s  https://raw.githubusercontent.com/pemtajo/bushido-dragon/master/quotes.json | jq -r '.[] | .quote ' | sort -R | head -n 1 | cowsay -f dragon

About

πŸ‰ Inspiring quotes in your terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published