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

https://github.com/thejspr/chromarks

Search, list and open Chrome bookmarks in your terminal.
https://github.com/thejspr/chromarks

bookmarks chrome cli ruby

Last synced: about 1 year ago
JSON representation

Search, list and open Chrome bookmarks in your terminal.

Awesome Lists containing this project

README

          

# Chromarks

Currently only support for bookmarks at this location:

* Chrome (OSX)

~/Library/Application\ Support/Google/Chrome/Default/Bookmarks

## Installation

Install via Rubygems.org:

$ gem install chromarks

## Usage

Running Chromarks without any parameters output ALL known bookmarks:

$ chromarks

To open a given bookmark run:

$ chromarks

To search bookmarks, provide a search term like so:

$ chromarks ''

### Useful alias

alias cm='chromarks'

## Contributing

1. Fork it
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 new Pull Request