leanote

command module
v0.0.0-...-c3f366e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2015 License: MIT Imports: 3 Imported by: 0

README

leanote

Leanote Go command line app

# How to use it

This is beta software for now, i will update these sections later. For now, consider looking at the Development section.

## Installation

TODO

Usage

LEANOTE_EMAIL="your@email.com" LEANOTE_PWD="secret" leanote u

By default, the cli use https://leanote.com/api as host API. If you want to use your own Leanote API:

LEANOTE_APIURL="https://yourleanote.com/api" LEANOTE_EMAIL="your@email.com" LEANOTE_PWD="secret" leanote u

Development

Leanote sync mechanism refer to evernote.

git clone https://github.com/humboldtux/leanote.git
cd leanote

Prepare pre-requisites:

make prepare

Installation:

make

TODO

  • Better error handling
  • [ ] Better api response handling
  • [ ] Tests
  • Hash passwords
  • [ ] Configuration from file
  • [ ] By default, don't list deleted items
  • [ ] Usn and Seq are not used properly

Auth API:

  • [ ] Logout at the end of cli execution?

User API:

  • [ ] UpdateLogo not working

Notebooks API:

  • update not working

Notes API:

  • [ ] Add note not implemented
  • Update note not implemented

Files API:

  • [ ] GetImage not implemented
  • [ ] GetAttach not implemented
  • [ ] GetAllAttachs not implemented

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL