Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glidenote/pbl

A command line tool for Pinboard to search your bookmarks.
https://github.com/glidenote/pbl

Last synced: about 2 months ago
JSON representation

A command line tool for Pinboard to search your bookmarks.

Awesome Lists containing this project

README

        

# Pbl (Pinboard line)

[![Build Status](https://secure.travis-ci.org/glidenote/pbl.png)](http://travis-ci.org/glidenote/pbl)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/glidenote/pbl)

A command line tool for [Pinboard](http://pinboard.in/) to search your bookmarks.

![usage image](http://blog.glidenote.com/images/2013/10/pbl201310.png)

## Installation

Add this line to your application's Gemfile:

```
gem 'pbl'
```

And then execute:

``` sh
bundle
```

Or install it yourself as:

``` sh
gem install pbl
```

## Usage

``` sh
pbl word
```

## Examples

``` sh
pbl
pbl ruby
pbl mysql
pbl rails
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request