New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dogsay

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dogsay

  • 0.2.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Dogsay

Gem Version Build Status Code Climate Test Coverage

It's like cowsay, but with a dog.

Installation

% gem install dogsay

Usage

% dogsay Woof
                          _            +--------------------------------------+
                        ,:'/   _..._   |                 Woof                 |
                       // ( `""-.._.'  +--------------------------------------+
                       \| /    6\___  /
                       |     6      4
                       |            /
                       \_       .--'
                       (_'---'`)
                       / `'---`()
                     ,'        |
     ,            .'`          |
     )\       _.-'             ;
    / |    .'`   _            /
  /` /   .'       '.        , |
 /  /   /           \   ;   | |
|  \  |            |  .|   | |
  \  `"|           /.-' |   | |
   '-..-\       _.;.._  |   |.;-.
         \    <`.._  )) |  .;-. ))
         (__.  `  ))-'  \_    ))'
             `'--"`       `"""`

or

% fortune | dogsay
                          _            +--------------------------------------+
                        ,:'/   _..._   |   Till then we shall be content to   |
                       // ( `""-.._.'  |        admit openly, what you        |
                       \| /    6\___  /|  (religionists) whisper under your   |
                       |     6      4  | breath or hide in technical jargon,  |
                       |            /  | that the ancient secret is a secret  |
                       \_       .--'   | still; that man knows nothing of the |
                       (_'---'`)       |   Infinite and Absolute; and that,   |
                       / `'---`()      |  knowing nothing, he had better not  |
                     ,'        |       |   be dogmatic about his ignorance.   |
     ,            .'`          |       | And, meanwhile, we will endeavour to |
     )\       _.-'             ;       |  be as charitable as possible, and   |
    / |    .'`   _            /        | whilst you trumpet forth officially  |
  /` /   .'       '.        , |        | your contempt for our skepticism, we |
 /  /   /           \   ;   | |        |  will at least try to believe that   |
|  \  |            |  .|   | |         |   you are imposed upon by your own   |
  \  `"|           /.-' |   | |        |    bluster. - Leslie Stephen, "An    |
   '-..-\       _.;.._  |   |.;-.      |   agnostic's Apology", Fortnightly   |
         \    <`.._  )) |  .;-. ))     |             Review, 1876             |
         (__.  `  ))-'  \_    ))'      +--------------------------------------+
             `'--"`       `"""`

If you're feeling saucy, you can try out dinosay as well.

Configuration

Edit .dogsay in your home directory. It is a Yaml file that looks something like this:

:pose: :small
:justify: :center
:strip: :true
:text_width: 35

The full options (though some, like :raw, are incompatible with others, like :justify) are:

:pose: <see dogs directory or use dogsay --list>
:justify: <:ljust|:center|:rjust>
:strip: <true|false>
:raw: <true|false>
:text_width: <integer>

Note that you can't set :animal in your dotfile, as if you want a dog you use dogsay and if you want a dinosaur you use dinosay.

Contributing

  1. Fork it ( https://github.com/ffleming/dogsay/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Acknowledgments

FAQs

Package last updated on 19 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc