Pbl (Pinboard line)
A command line tool for Pinboard to search your bookmarks.
Installation
Add this line to your application's Gemfile:
gem 'pbl'
And then execute:
bundleOr install it yourself as:
gem install pblUsage
pbl wordExamples
pbl
pbl ruby
pbl mysql
pbl railsContributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request