Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mieky/kippt-export
Export your Kippt lists into a Netscape bookmarks file
https://github.com/mieky/kippt-export
Last synced: about 1 month ago
JSON representation
Export your Kippt lists into a Netscape bookmarks file
- Host: GitHub
- URL: https://github.com/mieky/kippt-export
- Owner: mieky
- Created: 2014-07-10T18:00:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T09:03:35.000Z (over 10 years ago)
- Last Synced: 2024-08-09T10:28:39.615Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kippt-export
Using the [Kippt API](http://developers.kippt.com/), exports your Kippt Lists into [Netscape Bookmarks](https://github.com/bahamas10/node-netscape-bookmarks) HTML format which, you can import into your web browser – maybe even into another bookmarking service!
## Usage
Requirements:
- [Node](nodejs.org) v0.10+.
- Kippt username (comes with an [API key](http://developers.kippt.com))### Install
`npm install -g kippt-export`
### Run
`kippt-export `
You can also write directly into an HTML file:
`kippt-export >bookmarks.html`
Outputs something like:
```
$ kippt-export mieky 4d76dcf1feef00db9d834d76dcf1fe3ef4d76dcfBookmarks
Bookmarks
-
iOS Development
-
Do want
-
hard graft leather messenger bag for iPad, MacBook Air 11", MacBook Pro 13", MacBook Pro 15" | hard graft
Bungo 15" Brown Leather Messenger Bag from KNOMO: Official Store | Men's Brown Leather Messenger Bag | Stylish 15" Laptop Bag | Messenger Laptop Bags | Designed by KNOMO London
```
## Version history
**0.0.2** - Support global install and running directly with "kippt-export".
**0.0.1** – First release, exports bookmarks in Netscape HTML format.
## License
MIT.