Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glidenote/pbl
A command line tool for Pinboard to search your bookmarks.
https://github.com/glidenote/pbl
Last synced: 3 months ago
JSON representation
A command line tool for Pinboard to search your bookmarks.
- Host: GitHub
- URL: https://github.com/glidenote/pbl
- Owner: glidenote
- License: mit
- Created: 2012-10-02T10:10:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T11:07:14.000Z (about 11 years ago)
- Last Synced: 2024-07-10T16:43:15.716Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 265 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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