Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valencik/taby
disTributed Awesome BookmarkY
https://github.com/valencik/taby
Last synced: about 1 month ago
JSON representation
disTributed Awesome BookmarkY
- Host: GitHub
- URL: https://github.com/valencik/taby
- Owner: valencik
- License: mpl-2.0
- Created: 2014-11-15T00:07:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T19:30:39.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T23:52:00.480Z (7 months ago)
- Language: JavaScript
- Size: 405 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```