No commit activity in last 3 years
No release in over 3 years
Lumpy Space Princess Soundboard
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
>= 0

Runtime

~> 1.2.0
 Project Readme

LumpySpacePrincess

A Lumpy Space Princess Soundboard.

Available sounds:

  • 2009
  • Don't Lumping Yell at Me!
  • Fun Times
  • Lump Off Mom!
  • My Beans!
  • Romantic Tension
  • Smoking
  • These Lumps

More sounds will be coming soon, if you know of a sound you would like to me add, please open an issue and I will look into adding it.

Installation

Install it yourself as:

$ gem install lumpy_space_princess

And then execute it with:

$ lsp

Usage

On the command line type this line to bring up the application:

$ lsp

This will bring up the options and available sounds to use. Typing in a sound's name after the main lsp command will play the sound:

$ lsp these lumps

Contributing

  1. Fork it ( https://github.com/[my-github-username]/lumpy_space_princess/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