Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holman/boom
Motherfucking TEXT SNIPPETS! On the COMMAND LINE!
https://github.com/holman/boom
Last synced: 25 days ago
JSON representation
Motherfucking TEXT SNIPPETS! On the COMMAND LINE!
- Host: GitHub
- URL: https://github.com/holman/boom
- Owner: holman
- License: mit
- Created: 2010-10-19T07:39:59.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T17:08:47.000Z (over 1 year ago)
- Last Synced: 2024-10-01T20:02:26.086Z (about 1 month ago)
- Language: Ruby
- Homepage: http://zachholman.com/boom
- Size: 348 KB
- Stars: 1,284
- Watchers: 17
- Forks: 116
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shell - boom - Store links and snippets in the command line (Command-Line Productivity)
- jimsghstars - holman/boom - Motherfucking TEXT SNIPPETS! On the COMMAND LINE! (Ruby)
README
# B O O M
## About
boom manages your text snippets on your command line. You can stash away text
like URLs, canned responses, and important notes and then quickly copy them
onto your clipboard, ready for pasting.For more details about what boom is and how it works, check out
[boom's website](https://zachholman.com/boom/).## Install
gem install boom
## Quick and Dirty
$ boom gifs
Boom! Created a new list called "gifs".$ boom gifs shirt http://cl.ly/NwCS/shirt.gif
Boom! "shirt" in "gifs" is "http://cl.ly/NwCS/shirt.gif". Got it.$ boom shirt
Boom! Just copied http://cl.ly/NwCS/shirt.gif to your clipboard.$ boom delete gifs shirt
Boom! shirt is gone forever.And that's just a taste! I know, you're salivating, I can hear you from here.
(Why your saliva is noisy is beyond me.) Check out the [full list of
commands](https://github.com/holman/boom/wiki/Commands).## Contribute
Want to join the [Pantheon of
Boom'ers](https://github.com/holman/boom/contributors)? I'd love to include
your contributions, friend.Clone this repository, then run `bundle install`. That'll install all the gem
dependencies. Make sure your methods are [TomDoc](http://tomdoc.org)'d
properly, that existing tests pass (`rake`), and that any new functionality
includes appropriate tests.The tests are written in shell for
[roundup](https://github.com/bmizerany/roundup), since boom is basically just
Ruby pretending to be shell. `rake` should run them all for you just fine.All good? Cool! Then [send me a pull request](https://github.com/holman/boom/pull/new/master)!
## I love you
[Zach Holman](http://zachholman.com) made this. Ping me on Twitter —
[@holman](http://twitter.com/holman) — if you're having issues, want me to
merge in your pull request, or are using boom in a cool way. I'm kind of hoping
this is generic enough that people do some fun things with it. First one to use
`boom` to calculate their tax liability wins.