Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/valencik/taby

disTributed Awesome BookmarkY
https://github.com/valencik/taby

Last synced: about 1 month ago
JSON representation

disTributed Awesome BookmarkY

Awesome Lists containing this project

README

        

taby
====
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/valencik/taby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

#disTributed Awesome BookmarkY

> Taby helps distribute your bookmarks and tabs across browsers and devices.

Use Taby to keep your bookmarks version controlled in your GitHub [dotfiles repo](http://dotfiles.github.io/).

Installation
------------

> There is currently no packaged release, so please see the Development section to test out Taby.

Development
-----------

Taby is developed for Firefox Developer Edition first and foremost.

> Note: It currently does not work on Firefox 33.

Download and install [Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer/) and the Firefox Addon SDK.

> Mac Users:
```
brew install mozilla-addon-sdk
```
> Or see the [Firefox Addon SDK Tutorial](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation).

Clone the repo and run `cfx`, passing the path to your Firefox app if necessary.

```bash
git clone https://github.com/valencik/taby.git
cd taby
cfx run -b /Applications/FirefoxDeveloperEdition.app/
```