Two small, simple utilities for extracting Evernote and Delicious bookmarks to Emacs ORG mode, written in Hy. #complete
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Elf M. Sternberg a8ad7690fd Fixed formatting in Readme (I hope). 7 years ago
bin Kinda helps if I include the executables, huh? 7 years ago
.gitignore Kinda helps if I include the executables, huh? 7 years ago
LICENSE.md Initial check-in. 7 years ago
MANIFEST.in Initial check-in. 7 years ago
README.md Fixed formatting in Readme (I hope). 7 years ago
requirements.txt Initial check-in. 7 years ago
setup.cfg Initial check-in. 7 years ago
setup.py Initial check-in. 7 years ago

README.md

Bookmark Extractors

These are two small, simple utilities for extracting Evernote (ENEX) and Delicious bookmarks to Emacs ORG mode, written in Hy version 0.12. These are fairly idiosyncratic; The Enex extractor assumes you have an Enex file available for extraction; the Delicious extractor assumes you have working access to your http://del.icio.us repository.

version number: 0.0.2 author: Elf M. Sternberg

Installation / Usage

To use, clone the repo:

$ git clone https://github.com/elfsternberg/extractbookmarks.git
$ python setup.py install

Example

$ hy ./extract-enex <path to a .enex archive>
$ hy ./extract-delicious 'http://del.icio.us/your-name?page=1' > Delicious.org

The Enex extraction will create a default Bookmarks.org file, with each individual bookmark in its own slugified file. Adjust at will.